2025-09-07T07:03:11.6677110Z Current runner version: '2.328.0' 2025-09-07T07:03:11.6680750Z Runner name: 'i-0078526df82d424b0' 2025-09-07T07:03:11.6681180Z Runner group name: 'default' 2025-09-07T07:03:11.6681640Z Machine name: 'ip-10-0-0-55' 2025-09-07T07:03:11.6683940Z ##[group]GITHUB_TOKEN Permissions 2025-09-07T07:03:11.6685150Z Actions: read 2025-09-07T07:03:11.6685450Z Attestations: read 2025-09-07T07:03:11.6685750Z Checks: read 2025-09-07T07:03:11.6686030Z Contents: read 2025-09-07T07:03:11.6686310Z Deployments: read 2025-09-07T07:03:11.6686600Z Discussions: read 2025-09-07T07:03:11.6686870Z Issues: read 2025-09-07T07:03:11.6687140Z Metadata: read 2025-09-07T07:03:11.6687400Z Models: read 2025-09-07T07:03:11.6687660Z Packages: read 2025-09-07T07:03:11.6687930Z Pages: read 2025-09-07T07:03:11.6688190Z PullRequests: read 2025-09-07T07:03:11.6688490Z RepositoryProjects: read 2025-09-07T07:03:11.6688800Z SecurityEvents: read 2025-09-07T07:03:11.6689110Z Statuses: read 2025-09-07T07:03:11.6689440Z ##[endgroup] 2025-09-07T07:03:11.6690610Z Secret source: Actions 2025-09-07T07:03:11.6690960Z Prepare workflow directory 2025-09-07T07:03:12.7524330Z Prepare all required actions 2025-09-07T07:03:12.7551670Z Getting action download info 2025-09-07T07:03:12.9769860Z Download action repository 'pytorch/test-infra@main' (SHA:548a4bc624d43a01cdf165a63b041f0ae014ddbd) 2025-09-07T07:03:13.7014690Z Download action repository 'pytorch/pytorch@main' (SHA:93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T07:03:18.6342350Z Download action repository 'nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-09-07T07:03:18.8194980Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-09-07T07:03:19.0983120Z Getting action download info 2025-09-07T07:03:19.2072130Z Download action repository 'actions/checkout@v4' (SHA:08eba0b27e820071cde6df949e0beb9ba4906955) 2025-09-07T07:03:19.4598470Z Uses: pytorch/pytorch/.github/workflows/_mac-build.yml@refs/heads/main (93fb23d6fae7c4e82c4239a1033e522088742634) 2025-09-07T07:03:19.4600780Z ##[group] Inputs 2025-09-07T07:03:19.4600980Z build-environment: macos-py3-arm64-distributed 2025-09-07T07:03:19.4601210Z runner-type: macos-m1-stable 2025-09-07T07:03:19.4601570Z build-generates-artifacts: true 2025-09-07T07:03:19.4601760Z xcode-version: 2025-09-07T07:03:19.4601930Z sync-tag: macos-perf-py3-arm64-build 2025-09-07T07:03:19.4602130Z python-version: 3.12.7 2025-09-07T07:03:19.4603260Z test-matrix: { include: [ { config: "perf_smoketest", shard: 1, num_shards: 3, runner: "macos-m2-15" }, { config: "perf_smoketest", shard: 2, num_shards: 3, runner: "macos-m2-15" }, { config: "perf_smoketest", shard: 3, num_shards: 3, runner: "macos-m2-15" }, { config: "aot_inductor_perf_smoketest", shard: 1, num_shards: 3, runner: "macos-m2-15" }, { config: "aot_inductor_perf_smoketest", shard: 2, num_shards: 3, runner: "macos-m2-15" }, { config: "aot_inductor_perf_smoketest", shard: 3, num_shards: 3, runner: "macos-m2-15" }, ]} 2025-09-07T07:03:19.4604350Z sccache-use-gha: false 2025-09-07T07:03:19.4604520Z ##[endgroup] 2025-09-07T07:03:19.4604690Z Complete job name: macos-perf-py3-arm64 / build 2025-09-07T07:03:19.4883410Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2025-09-07T07:03:19.4883800Z with: 2025-09-07T07:03:19.4883950Z minimum-available-space-in-gb: 6 2025-09-07T07:03:19.4884220Z env: 2025-09-07T07:03:19.4884380Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:03:19.4884590Z SCCACHE_USE_GHA: false 2025-09-07T07:03:19.4884740Z ##[endgroup] 2025-09-07T07:03:19.4937600Z ##[group]Run echo "Print the available disk space for manual inspection" 2025-09-07T07:03:19.4949950Z echo "Print the available disk space for manual inspection" 2025-09-07T07:03:19.4950250Z df -h 2025-09-07T07:03:19.4950400Z  2025-09-07T07:03:19.4950530Z function check_disk_space() { 2025-09-07T07:03:19.4951180Z  set +e 2025-09-07T07:03:19.4951310Z  2025-09-07T07:03:19.4951470Z  # Set the minimum requirement space to 6GB 2025-09-07T07:03:19.4951810Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2025-09-07T07:03:19.4952080Z  2025-09-07T07:03:19.4952260Z  # Use KB to avoid floating point warning like 3.1GB 2025-09-07T07:03:19.4952530Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2025-09-07T07:03:19.4952750Z  do 2025-09-07T07:03:19.4952900Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2025-09-07T07:03:19.4953180Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2025-09-07T07:03:19.4953370Z  2025-09-07T07:03:19.4953510Z  if [ "${MOUNT}" = "/" ]; then 2025-09-07T07:03:19.4953740Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2025-09-07T07:03:19.4954250Z  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}" 2025-09-07T07:03:19.4954680Z  else 2025-09-07T07:03:19.4954950Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2025-09-07T07:03:19.4955240Z  fi 2025-09-07T07:03:19.4955370Z  fi 2025-09-07T07:03:19.4955500Z  done 2025-09-07T07:03:19.4955630Z  2025-09-07T07:03:19.4955750Z  set -e 2025-09-07T07:03:19.4955880Z } 2025-09-07T07:03:19.4955990Z  2025-09-07T07:03:19.4956120Z RESULT=$(check_disk_space) 2025-09-07T07:03:19.4956310Z echo "${RESULT}" 2025-09-07T07:03:19.4956460Z  2025-09-07T07:03:19.4956650Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2025-09-07T07:03:19.4957170Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2025-09-07T07:03:19.4957650Z  # https://github.com/pytorch/pytorch/issues/85440 2025-09-07T07:03:19.4957980Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2025-09-07T07:03:19.4958450Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2025-09-07T07:03:19.4958890Z  sudo launchctl stop com.apple.coresymbolicationd || true 2025-09-07T07:03:19.4959120Z  2025-09-07T07:03:19.4959270Z  # Clean up crash reports on the runner 2025-09-07T07:03:19.4959550Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2025-09-07T07:03:19.4959810Z  2025-09-07T07:03:19.4959980Z  # Also try to clean up torch.hub caching directory 2025-09-07T07:03:19.4960230Z  rm -rf "${HOME}/.cache/torch/hub" || true 2025-09-07T07:03:19.4960420Z  2025-09-07T07:03:19.4960560Z  # Purge conda 2025-09-07T07:03:19.4960730Z  conda clean -p -t -y || true 2025-09-07T07:03:19.4960920Z  # and pip cache 2025-09-07T07:03:19.4961300Z  pip cache purge || true 2025-09-07T07:03:19.4961470Z  2025-09-07T07:03:19.4961670Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2025-09-07T07:03:19.4961920Z  # Re-run the check 2025-09-07T07:03:19.4962090Z  RESULT=$(check_disk_space) 2025-09-07T07:03:19.4962280Z  echo "${RESULT}" 2025-09-07T07:03:19.4962430Z fi 2025-09-07T07:03:19.4962550Z  2025-09-07T07:03:19.4962700Z if [[ "${RESULT}" == *Failure* ]]; then 2025-09-07T07:03:19.4962890Z  df -h 2025-09-07T07:03:19.4963020Z  2025-09-07T07:03:19.4963430Z  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." 2025-09-07T07:03:19.4964000Z  exit 1 2025-09-07T07:03:19.4964130Z fi 2025-09-07T07:03:19.5036920Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:03:19.5037140Z env: 2025-09-07T07:03:19.5037310Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:03:19.5037520Z SCCACHE_USE_GHA: false 2025-09-07T07:03:19.5037690Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2025-09-07T07:03:19.5037870Z ##[endgroup] 2025-09-07T07:03:19.5285820Z Print the available disk space for manual inspection 2025-09-07T07:03:19.5288800Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-09-07T07:03:19.5289210Z /dev/disk5s2s1 256Gi 9.5Gi 194Gi 5% 404k 2.0G 0% / 2025-09-07T07:03:19.5289550Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2025-09-07T07:03:19.5289940Z /dev/disk5s5 256Gi 1.0Gi 194Gi 1% 1 2.0G 0% /System/Volumes/VM 2025-09-07T07:03:19.5290330Z /dev/disk5s3 256Gi 5.7Gi 194Gi 3% 1.0k 2.0G 0% /System/Volumes/Preboot 2025-09-07T07:03:19.5290790Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2025-09-07T07:03:19.5291240Z /dev/disk1s1 500Mi 53Mi 387Mi 13% 61 4.0M 0% /System/Volumes/iSCPreboot 2025-09-07T07:03:19.5291650Z /dev/disk1s3 500Mi 880Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2025-09-07T07:03:19.5292040Z /dev/disk5s1 256Gi 44Gi 194Gi 19% 1.6M 2.0G 0% /System/Volumes/Data 2025-09-07T07:03:19.5292450Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-09-07T07:03:19.5292850Z /dev/disk3s4 228Gi 120Ki 210Gi 1% 18 2.2G 0% /private/tmp/tmp-mount-8XqumG 2025-09-07T07:03:19.5662530Z Success: There is 203750256KB free space left in / for macOS, continue 2025-09-07T07:03:19.5765830Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-09-07T07:03:19.5766120Z with: 2025-09-07T07:03:19.5766260Z submodules: recursive 2025-09-07T07:03:19.5766440Z fetch-depth: 0 2025-09-07T07:03:19.5766590Z env: 2025-09-07T07:03:19.5766760Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:03:19.5767000Z SCCACHE_USE_GHA: false 2025-09-07T07:03:19.5767180Z ##[endgroup] 2025-09-07T07:03:19.5780180Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T07:03:19.5780750Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-07T07:03:19.5802960Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:03:19.5803190Z env: 2025-09-07T07:03:19.5803360Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:03:19.5803640Z SCCACHE_USE_GHA: false 2025-09-07T07:03:19.5803800Z ##[endgroup] 2025-09-07T07:03:19.6057420Z ##[group]Run # Use all available CPUs for fetching 2025-09-07T07:03:19.6057790Z # Use all available CPUs for fetching 2025-09-07T07:03:19.6058020Z cd "${GITHUB_WORKSPACE}" 2025-09-07T07:03:19.6058230Z git config --global fetch.parallel 0 2025-09-07T07:03:19.6058470Z git config --global submodule.fetchJobs 0 2025-09-07T07:03:19.6058670Z  2025-09-07T07:03:19.6058900Z # Clean workspace. The default checkout action should also do this, but 2025-09-07T07:03:19.6059200Z # do it here as well just in case 2025-09-07T07:03:19.6059400Z if [[ -d .git ]]; then 2025-09-07T07:03:19.6059590Z  if [ -z "${NO_SUDO}" ]; then 2025-09-07T07:03:19.6059790Z  sudo git clean -ffdx 2025-09-07T07:03:19.6059960Z  else 2025-09-07T07:03:19.6060100Z  git clean -ffdx 2025-09-07T07:03:19.6060260Z  fi 2025-09-07T07:03:19.6060390Z fi 2025-09-07T07:03:19.6075010Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:03:19.6075490Z env: 2025-09-07T07:03:19.6075650Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:03:19.6075850Z SCCACHE_USE_GHA: false 2025-09-07T07:03:19.6076010Z NO_SUDO: 2025-09-07T07:03:19.6076140Z ##[endgroup] 2025-09-07T07:03:20.6501820Z Removing .additional_ci_files/ 2025-09-07T07:03:20.6502150Z Removing .pytest_cache/ 2025-09-07T07:03:20.6502300Z Removing build/ 2025-09-07T07:03:20.6502480Z Removing dist/ 2025-09-07T07:03:20.6502620Z Removing test-reports/ 2025-09-07T07:03:20.6502810Z Removing test/.pytorch-disabled-tests.json 2025-09-07T07:03:20.6503030Z Removing test/__pycache__/ 2025-09-07T07:03:20.6503210Z Removing test/inductor/__pycache__/ 2025-09-07T07:03:20.6503390Z Removing test/test-reports/ 2025-09-07T07:03:20.6503580Z Removing test/torch_compile_debug/ 2025-09-07T07:03:20.6503770Z Removing tools/__pycache__/ 2025-09-07T07:03:20.6503990Z Removing tools/stats/__pycache__/ 2025-09-07T07:03:20.6504220Z Removing tools/stats/upload_utilization_stats/__pycache__/ 2025-09-07T07:03:20.6504480Z Removing tools/testing/__pycache__/ 2025-09-07T07:03:20.6504800Z Removing tools/testing/target_determination/__pycache__/ 2025-09-07T07:03:20.6505140Z Removing tools/testing/target_determination/heuristics/__pycache__/ 2025-09-07T07:03:20.6505420Z Removing usage_log.txt 2025-09-07T07:03:20.6563380Z ##[group]Run actions/checkout@v4 2025-09-07T07:03:20.6563590Z with: 2025-09-07T07:03:20.6563760Z ref: 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:03:20.6563960Z fetch-depth: 0 2025-09-07T07:03:20.6564090Z submodules: recursive 2025-09-07T07:03:20.6564240Z show-progress: false 2025-09-07T07:03:20.6564390Z repository: pytorch/pytorch 2025-09-07T07:03:20.6564620Z token: *** 2025-09-07T07:03:20.6564750Z ssh-strict: true 2025-09-07T07:03:20.6564900Z ssh-user: git 2025-09-07T07:03:20.6565030Z persist-credentials: true 2025-09-07T07:03:20.6565530Z clean: true 2025-09-07T07:03:20.6565740Z sparse-checkout-cone-mode: true 2025-09-07T07:03:20.6565940Z fetch-tags: false 2025-09-07T07:03:20.6566080Z lfs: false 2025-09-07T07:03:20.6566210Z set-safe-directory: true 2025-09-07T07:03:20.6566360Z env: 2025-09-07T07:03:20.6566500Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:03:20.6566700Z SCCACHE_USE_GHA: false 2025-09-07T07:03:20.6566860Z ##[endgroup] 2025-09-07T07:03:20.7416270Z Syncing repository: pytorch/pytorch 2025-09-07T07:03:20.7417280Z ##[group]Getting Git version info 2025-09-07T07:03:20.7417580Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2025-09-07T07:03:20.7418000Z [command]/usr/bin/git version 2025-09-07T07:03:20.7452880Z git version 2.39.3 (Apple Git-146) 2025-09-07T07:03:20.7465910Z ##[endgroup] 2025-09-07T07:03:20.7471290Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/70925531-a22c-4556-b0c4-eb19ee6a46c3/.gitconfig' 2025-09-07T07:03:20.7477980Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/70925531-a22c-4556-b0c4-eb19ee6a46c3' before making global git config changes 2025-09-07T07:03:20.7478650Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T07:03:20.7481260Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2025-09-07T07:03:20.7550120Z [command]/usr/bin/git config --local --get remote.origin.url 2025-09-07T07:03:20.7605030Z https://github.com/pytorch/pytorch 2025-09-07T07:03:20.7614170Z ##[group]Removing previously created refs, to avoid conflicts 2025-09-07T07:03:20.7616150Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD 2025-09-07T07:03:20.7669250Z HEAD 2025-09-07T07:03:20.7749850Z ##[endgroup] 2025-09-07T07:03:20.7752040Z [command]/usr/bin/git submodule status 2025-09-07T07:03:20.8426080Z 7e1e1fe3858c63c251c637ae41a20de425dde96f android/libs/fbjni (v0.1.0-12-g7e1e1fe) 2025-09-07T07:03:20.8674570Z 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 third_party/FP16 (4dfe081) 2025-09-07T07:03:20.8869890Z b408327ac2a15ec3e43352421954f5b1967701d1 third_party/FXdiv (b408327) 2025-09-07T07:03:20.9167520Z c07e3a0400713d546e0dea2d5466dd22ea389c73 third_party/NNPACK (c07e3a0) 2025-09-07T07:03:20.9537630Z 2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07 third_party/NVTX (v3.1.0-263-g2942f16) 2025-09-07T07:03:20.9836300Z 1d8f600fd424278486eade7ed3e877c99f0846b1 third_party/VulkanMemoryAllocator (v2.1.0-982-g1d8f600) 2025-09-07T07:03:21.1831360Z 51a0103656eff6fc9bfd39a4597923c4b542c883 third_party/XNNPACK (remotes/origin/ds/ndk-1243-g51a0103656) 2025-09-07T07:03:21.2046320Z 01aae101b9e5e94d6c16a9514c9fb8df99c93150 third_party/aiter (v0.1.1-92-g01aae101) 2025-09-07T07:03:21.2157040Z 299e5928955cc62af9968370293b916f5130916f third_party/benchmark (v1.9.3) 2025-09-07T07:03:21.2722970Z 7fe50dc3da2069d6645d9deb8c017a876472a977 third_party/composable_kernel (rocm-6.4.3-459-g7fe50dc3d) 2025-09-07T07:03:21.3037210Z 89c932f313c6437c38f2982869beacc89c2f2246 third_party/cpp-httplib (v0.26.0) 2025-09-07T07:03:21.3388210Z 5e3d2445e6a84d9599bee2bf78edbb4d80865e1d third_party/cpuinfo (5e3d244) 2025-09-07T07:03:21.3752380Z f937055efc6d414d11f4c6577e3977fe74f35fb6 third_party/cudnn_frontend (v0.5-52-gf937055) 2025-09-07T07:03:21.4101540Z e51efbfe18fe4f4cbb66ab814c55bf4aa0185491 third_party/cutlass (v4.1.0) 2025-09-07T07:03:21.4783650Z 21c7d30c526c0f1ad873ecc632dca6cfa8a69067 third_party/fbgemm (v1.3.0-rc1-165-g21c7d30c) 2025-09-07T07:03:21.5044690Z 979702c87a8713a8e0a5e9fee122b90d2ef13be5 third_party/flash-attention (v2.7.4) 2025-09-07T07:03:21.5129270Z a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757 third_party/flatbuffers (v24.12.23) 2025-09-07T07:03:21.6038690Z 40626af88bd7df9a5fb80be7b25ac85b122d6c21 third_party/fmt (11.2.0) 2025-09-07T07:03:21.6318190Z 3fb5c176c17c765a3492cd2f0321b0dab712f350 third_party/gemmlowp/gemmlowp (remotes/origin/revert-87-master-135-g3fb5c17) 2025-09-07T07:03:21.6716360Z c7b7b022c124d9643957d9bd55f57ac59fce8fa2 third_party/gloo (remotes/origin/gh/c-p-i-o/1/base-33-gc7b7b02) 2025-09-07T07:03:21.7320270Z 52eb8108c5bdec04579160ae17225d66034bd723 third_party/googletest (release-1.8.0-3544-g52eb8108) 2025-09-07T07:03:21.7640530Z 719d8e6cd7f7a0e01b155657526d693acf97c2b3 third_party/ideep (pytorch-rls-v3.7.1) 2025-09-07T07:03:21.7807910Z dec1d23ca65ab069d225dfe40dea14f455170959 third_party/ittapi (v3.25.5) 2025-09-07T07:03:21.8342710Z 5e7501833f1021ce6f618572d3baf657b6319658 third_party/kineto (remotes/origin/sraikund/test-98-g5e75018) 2025-09-07T07:03:21.8508880Z cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7 third_party/kleidiai (v1.8.0) 2025-09-07T07:03:21.8594960Z fbd8b99c2b828428947d70fdc046bb55609be93e third_party/mimalloc (v2.2.4) 2025-09-07T07:03:21.8673090Z 55f93686c01528224f448c19128836e7df245f72 third_party/nlohmann (v3.12.0) 2025-09-07T07:03:21.9675040Z e709452ef2bbc1d113faf678c24e6d3467696e83 third_party/onnx (v1.18.0) 2025-09-07T07:03:21.9780030Z a799f4aed9c94b765dcdaabaeab7d5e7e2310878 third_party/opentelemetry-cpp (v1.14.2) 2025-09-07T07:03:21.9855350Z 0fa0ef591e38c2758e3184c6c23e497b9f732ffa third_party/pocketfft (release_for_eigen-40-g0fa0ef5) 2025-09-07T07:03:22.2192550Z d1eca4e4b421cd2997495c4b4e65cea6be4e9b8a third_party/protobuf (v3.7.0-rc.2-1279-gd1eca4e4b) 2025-09-07T07:03:22.2385490Z 072586a71b55b7f8c584153d223e95687148a900 third_party/psimd (heads/master) 2025-09-07T07:03:22.2565220Z 4fe0e1e183925bf8cfa6aae24237e724a96479b8 third_party/pthreadpool (0.1-144-g4fe0e1e) 2025-09-07T07:03:22.2710630Z f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8 third_party/pybind11 (v3.0.1) 2025-09-07T07:03:22.2928380Z f45429b087dd7d5bc78bb40dc7cf06425c252d67 third_party/python-peachpy (remotes/origin/pre-generated) 2025-09-07T07:03:22.3270470Z 5a1d179df9cf652951b59010a2d2075372d67f68 third_party/sleef (3.8) 2025-09-07T07:03:22.3519820Z af0118d13e52f5a08841464a768e01a0bf3e3075 third_party/tensorpipe (heads/main) 2025-09-07T07:03:22.3527830Z ##[group]Cleaning the repository 2025-09-07T07:03:22.3529930Z [command]/usr/bin/git clean -ffdx 2025-09-07T07:03:22.3907230Z [command]/usr/bin/git reset --hard HEAD 2025-09-07T07:03:23.1679170Z HEAD is now at 567cd7b771f Update 2025-09-07T07:03:23.1686370Z ##[endgroup] 2025-09-07T07:03:23.1686910Z ##[group]Disabling automatic garbage collection 2025-09-07T07:03:23.1691300Z [command]/usr/bin/git config --local gc.auto 0 2025-09-07T07:03:23.1757300Z ##[endgroup] 2025-09-07T07:03:23.1757590Z ##[group]Setting up auth 2025-09-07T07:03:23.1761360Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T07:03:23.1820180Z [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' || :" 2025-09-07T07:03:23.2314520Z Entering 'android/libs/fbjni' 2025-09-07T07:03:23.2416120Z Entering 'third_party/FP16' 2025-09-07T07:03:23.2513710Z Entering 'third_party/FXdiv' 2025-09-07T07:03:23.2609330Z Entering 'third_party/NNPACK' 2025-09-07T07:03:23.2705290Z Entering 'third_party/NVTX' 2025-09-07T07:03:23.2800950Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:03:23.2900710Z Entering 'third_party/XNNPACK' 2025-09-07T07:03:23.3003290Z Entering 'third_party/aiter' 2025-09-07T07:03:23.3102820Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:03:23.3206050Z Entering 'third_party/benchmark' 2025-09-07T07:03:23.3305570Z Entering 'third_party/composable_kernel' 2025-09-07T07:03:23.3407970Z Entering 'third_party/cpp-httplib' 2025-09-07T07:03:23.3507340Z Entering 'third_party/cpuinfo' 2025-09-07T07:03:23.3606660Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:03:23.3705650Z Entering 'third_party/cutlass' 2025-09-07T07:03:23.3807310Z Entering 'third_party/fbgemm' 2025-09-07T07:03:23.3908970Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:03:23.4007940Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:03:23.4111070Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:03:23.4211400Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:03:23.4313120Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:03:23.4412940Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:03:23.4512850Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:03:23.4613560Z Entering 'third_party/flash-attention' 2025-09-07T07:03:23.4712440Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:03:23.4812600Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:03:23.4915690Z Entering 'third_party/flatbuffers' 2025-09-07T07:03:23.5014980Z Entering 'third_party/fmt' 2025-09-07T07:03:23.5112550Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:03:23.5210120Z Entering 'third_party/gloo' 2025-09-07T07:03:23.5308190Z Entering 'third_party/googletest' 2025-09-07T07:03:23.5421870Z Entering 'third_party/ideep' 2025-09-07T07:03:23.5515120Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:03:23.5616570Z Entering 'third_party/ittapi' 2025-09-07T07:03:23.5717400Z Entering 'third_party/kineto' 2025-09-07T07:03:23.5814590Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:03:23.5911270Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:03:23.6010570Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:03:23.6109920Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:03:23.6209400Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:03:23.6308470Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:03:23.6412060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:03:23.6511640Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:03:23.6610450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:03:23.6710390Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:03:23.6810400Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:03:23.6908490Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:03:23.7007710Z Entering 'third_party/kleidiai' 2025-09-07T07:03:23.7106820Z Entering 'third_party/mimalloc' 2025-09-07T07:03:23.7205420Z Entering 'third_party/nlohmann' 2025-09-07T07:03:23.7303320Z Entering 'third_party/onnx' 2025-09-07T07:03:23.7406200Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:03:23.7508880Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:03:23.7608840Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:03:23.7707380Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:03:23.7805220Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:03:23.7903170Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:03:23.8007410Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:03:23.8105520Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:03:23.8202910Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:03:23.8299430Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:03:23.8397590Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:03:23.8496120Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:03:23.8603380Z Entering 'third_party/pocketfft' 2025-09-07T07:03:23.8703640Z Entering 'third_party/protobuf' 2025-09-07T07:03:23.8801820Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:03:23.8899310Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:03:23.8999130Z Entering 'third_party/psimd' 2025-09-07T07:03:23.9096410Z Entering 'third_party/pthreadpool' 2025-09-07T07:03:23.9194940Z Entering 'third_party/pybind11' 2025-09-07T07:03:23.9291960Z Entering 'third_party/python-peachpy' 2025-09-07T07:03:23.9389330Z Entering 'third_party/sleef' 2025-09-07T07:03:23.9487670Z Entering 'third_party/tensorpipe' 2025-09-07T07:03:23.9583830Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:03:23.9681380Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:03:23.9777520Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:03:23.9875800Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:03:23.9972180Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:03:24.0083250Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T07:03:24.0146620Z [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' || :" 2025-09-07T07:03:24.0641010Z Entering 'android/libs/fbjni' 2025-09-07T07:03:24.0742090Z Entering 'third_party/FP16' 2025-09-07T07:03:24.0840590Z Entering 'third_party/FXdiv' 2025-09-07T07:03:24.0942270Z Entering 'third_party/NNPACK' 2025-09-07T07:03:24.1042530Z Entering 'third_party/NVTX' 2025-09-07T07:03:24.1140400Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:03:24.1237420Z Entering 'third_party/XNNPACK' 2025-09-07T07:03:24.1338770Z Entering 'third_party/aiter' 2025-09-07T07:03:24.1435250Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:03:24.1534440Z Entering 'third_party/benchmark' 2025-09-07T07:03:24.1629720Z Entering 'third_party/composable_kernel' 2025-09-07T07:03:24.1729850Z Entering 'third_party/cpp-httplib' 2025-09-07T07:03:24.1829090Z Entering 'third_party/cpuinfo' 2025-09-07T07:03:24.1927800Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:03:24.2025600Z Entering 'third_party/cutlass' 2025-09-07T07:03:24.2125040Z Entering 'third_party/fbgemm' 2025-09-07T07:03:24.2221650Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:03:24.2318540Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:03:24.2417520Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:03:24.2515130Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:03:24.2615640Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:03:24.2712690Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:03:24.2809610Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:03:24.2909890Z Entering 'third_party/flash-attention' 2025-09-07T07:03:24.3010910Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:03:24.3112290Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:03:24.3215930Z Entering 'third_party/flatbuffers' 2025-09-07T07:03:24.3317740Z Entering 'third_party/fmt' 2025-09-07T07:03:24.3417030Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:03:24.3515860Z Entering 'third_party/gloo' 2025-09-07T07:03:24.3614430Z Entering 'third_party/googletest' 2025-09-07T07:03:24.3712890Z Entering 'third_party/ideep' 2025-09-07T07:03:24.3809160Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:03:24.3909380Z Entering 'third_party/ittapi' 2025-09-07T07:03:24.4008830Z Entering 'third_party/kineto' 2025-09-07T07:03:24.4105500Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:03:24.4202370Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:03:24.4301950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:03:24.4400500Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:03:24.4499120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:03:24.4596470Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:03:24.4696040Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:03:24.4794690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:03:24.4893120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:03:24.4991530Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:03:24.5091520Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:03:24.5189080Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:03:24.5289000Z Entering 'third_party/kleidiai' 2025-09-07T07:03:24.5388260Z Entering 'third_party/mimalloc' 2025-09-07T07:03:24.5488110Z Entering 'third_party/nlohmann' 2025-09-07T07:03:24.5586540Z Entering 'third_party/onnx' 2025-09-07T07:03:24.5689800Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:03:24.5791250Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:03:24.5890170Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:03:24.5988450Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:03:24.6086280Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:03:24.6184640Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:03:24.6282910Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:03:24.6379970Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:03:24.6477060Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:03:24.6573140Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:03:24.6672150Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:03:24.6772710Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:03:24.6878840Z Entering 'third_party/pocketfft' 2025-09-07T07:03:24.6979410Z Entering 'third_party/protobuf' 2025-09-07T07:03:24.7077530Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:03:24.7174690Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:03:24.7275490Z Entering 'third_party/psimd' 2025-09-07T07:03:24.7374970Z Entering 'third_party/pthreadpool' 2025-09-07T07:03:24.7474330Z Entering 'third_party/pybind11' 2025-09-07T07:03:24.7572220Z Entering 'third_party/python-peachpy' 2025-09-07T07:03:24.7670650Z Entering 'third_party/sleef' 2025-09-07T07:03:24.7768960Z Entering 'third_party/tensorpipe' 2025-09-07T07:03:24.7865440Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:03:24.7963560Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:03:24.8063250Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:03:24.8158760Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:03:24.8252760Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:03:24.8365550Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-07T07:03:24.8436690Z ##[endgroup] 2025-09-07T07:03:24.8436950Z ##[group]Fetching the repository 2025-09-07T07:03:24.8441050Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2025-09-07T07:03:31.1032970Z From https://github.com/pytorch/pytorch 2025-09-07T07:03:31.1033760Z 174f2faa8c5..636d3aa00f2 install-torchao-0.13.0 -> origin/install-torchao-0.13.0 2025-09-07T07:03:31.1039490Z t [tag update] ciflow/inductor-periodic/162227 -> ciflow/inductor-periodic/162227 2025-09-07T07:03:31.1060530Z t [tag update] ciflow/inductor/162227 -> ciflow/inductor/162227 2025-09-07T07:03:31.2235560Z [command]/usr/bin/git rev-parse --verify --quiet 93fb23d6fae7c4e82c4239a1033e522088742634^{object} 2025-09-07T07:03:31.2304230Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:03:31.2307010Z ##[endgroup] 2025-09-07T07:03:31.2307240Z ##[group]Determining the checkout info 2025-09-07T07:03:31.2307870Z ##[endgroup] 2025-09-07T07:03:31.2309990Z [command]/usr/bin/git sparse-checkout disable 2025-09-07T07:03:31.2496050Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-09-07T07:03:31.2558800Z ##[group]Checking out the ref 2025-09-07T07:03:31.2560530Z [command]/usr/bin/git checkout --progress --force 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:03:31.6419920Z Previous HEAD position was 567cd7b771f Update 2025-09-07T07:03:31.6436480Z HEAD is now at 93fb23d6fae Build vLLM nightly wheels (#162000) 2025-09-07T07:03:31.6445910Z ##[endgroup] 2025-09-07T07:03:31.6446160Z ##[group]Setting up auth for fetching submodules 2025-09-07T07:03:31.6450560Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-07T07:03:31.6524170Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-09-07T07:03:31.6585230Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-09-07T07:03:31.6644850Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-09-07T07:03:31.6701480Z ##[endgroup] 2025-09-07T07:03:31.6703840Z ##[group]Fetching submodules 2025-09-07T07:03:31.6704060Z [command]/usr/bin/git submodule sync --recursive 2025-09-07T07:03:31.7199920Z Synchronizing submodule url for 'android/libs/fbjni' 2025-09-07T07:03:31.7240170Z Synchronizing submodule url for 'third_party/FP16' 2025-09-07T07:03:31.7276540Z Synchronizing submodule url for 'third_party/FXdiv' 2025-09-07T07:03:31.7311650Z Synchronizing submodule url for 'third_party/NNPACK' 2025-09-07T07:03:31.7349030Z Synchronizing submodule url for 'third_party/NVTX' 2025-09-07T07:03:31.7385430Z Synchronizing submodule url for 'third_party/VulkanMemoryAllocator' 2025-09-07T07:03:31.7421920Z Synchronizing submodule url for 'third_party/XNNPACK' 2025-09-07T07:03:31.7462500Z Synchronizing submodule url for 'third_party/aiter' 2025-09-07T07:03:31.7510400Z Synchronizing submodule url for 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:03:31.7552050Z Synchronizing submodule url for 'third_party/benchmark' 2025-09-07T07:03:31.7594460Z Synchronizing submodule url for 'third_party/composable_kernel' 2025-09-07T07:03:31.7633050Z Synchronizing submodule url for 'third_party/cpp-httplib' 2025-09-07T07:03:31.7669930Z Synchronizing submodule url for 'third_party/cpuinfo' 2025-09-07T07:03:31.7707560Z Synchronizing submodule url for 'third_party/cudnn_frontend' 2025-09-07T07:03:31.7744420Z Synchronizing submodule url for 'third_party/cutlass' 2025-09-07T07:03:31.7783810Z Synchronizing submodule url for 'third_party/fbgemm' 2025-09-07T07:03:31.7826000Z Synchronizing submodule url for 'third_party/fbgemm/external/asmjit' 2025-09-07T07:03:31.7862490Z Synchronizing submodule url for 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:03:31.7901070Z Synchronizing submodule url for 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:03:31.7937540Z Synchronizing submodule url for 'third_party/fbgemm/external/cutlass' 2025-09-07T07:03:31.7976810Z Synchronizing submodule url for 'third_party/fbgemm/external/googletest' 2025-09-07T07:03:31.8013440Z Synchronizing submodule url for 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:03:31.8049490Z Synchronizing submodule url for 'third_party/fbgemm/external/json' 2025-09-07T07:03:31.8088680Z Synchronizing submodule url for 'third_party/flash-attention' 2025-09-07T07:03:31.8129840Z Synchronizing submodule url for 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:03:31.8168060Z Synchronizing submodule url for 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:03:31.8209450Z Synchronizing submodule url for 'third_party/flatbuffers' 2025-09-07T07:03:31.8248710Z Synchronizing submodule url for 'third_party/fmt' 2025-09-07T07:03:31.8288200Z Synchronizing submodule url for 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:03:31.8325830Z Synchronizing submodule url for 'third_party/gloo' 2025-09-07T07:03:31.8364520Z Synchronizing submodule url for 'third_party/googletest' 2025-09-07T07:03:31.8400920Z Synchronizing submodule url for 'third_party/ideep' 2025-09-07T07:03:31.8441640Z Synchronizing submodule url for 'third_party/ideep/mkl-dnn' 2025-09-07T07:03:31.8482620Z Synchronizing submodule url for 'third_party/ittapi' 2025-09-07T07:03:31.8520160Z Synchronizing submodule url for 'third_party/kineto' 2025-09-07T07:03:31.8567860Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:03:31.8602930Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:03:31.8640900Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:03:31.8678550Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:03:31.8715390Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:03:31.8756900Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:03:31.8802710Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:03:31.8840130Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:03:31.8877640Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:03:31.8915210Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:03:31.8960710Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:03:31.8997460Z Synchronizing submodule url for 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:03:31.9035850Z Synchronizing submodule url for 'third_party/kleidiai' 2025-09-07T07:03:31.9073910Z Synchronizing submodule url for 'third_party/mimalloc' 2025-09-07T07:03:31.9110030Z Synchronizing submodule url for 'third_party/nlohmann' 2025-09-07T07:03:31.9146100Z Synchronizing submodule url for 'third_party/onnx' 2025-09-07T07:03:31.9204130Z Synchronizing submodule url for 'third_party/onnx/third_party/pybind11' 2025-09-07T07:03:31.9244010Z Synchronizing submodule url for 'third_party/opentelemetry-cpp' 2025-09-07T07:03:31.9284680Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:03:31.9320510Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:03:31.9355650Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:03:31.9390920Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:03:31.9428300Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:03:31.9463430Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:03:31.9498870Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:03:31.9544870Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:03:31.9582310Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:03:31.9631580Z Synchronizing submodule url for 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:03:31.9677570Z Synchronizing submodule url for 'third_party/pocketfft' 2025-09-07T07:03:31.9715510Z Synchronizing submodule url for 'third_party/protobuf' 2025-09-07T07:03:31.9761990Z Synchronizing submodule url for 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:03:31.9803190Z Synchronizing submodule url for 'third_party/protobuf/third_party/googletest' 2025-09-07T07:03:31.9841160Z Synchronizing submodule url for 'third_party/psimd' 2025-09-07T07:03:31.9878080Z Synchronizing submodule url for 'third_party/pthreadpool' 2025-09-07T07:03:31.9914560Z Synchronizing submodule url for 'third_party/pybind11' 2025-09-07T07:03:31.9951180Z Synchronizing submodule url for 'third_party/python-peachpy' 2025-09-07T07:03:31.9987150Z Synchronizing submodule url for 'third_party/sleef' 2025-09-07T07:03:32.0023340Z Synchronizing submodule url for 'third_party/tensorpipe' 2025-09-07T07:03:32.0058090Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:03:32.0094840Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:03:32.0135050Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:03:32.0170340Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:03:32.0203780Z Synchronizing submodule url for 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:03:32.0247750Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2025-09-07T07:03:32.0955330Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-09-07T07:03:32.1117310Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-09-07T07:03:32.1281360Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-09-07T07:03:32.1444760Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-09-07T07:03:32.1609930Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-09-07T07:03:32.1782530Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-09-07T07:03:32.2147870Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-09-07T07:03:32.2561500Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-09-07T07:03:32.3625170Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-09-07T07:03:32.3967340Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-09-07T07:03:32.4534140Z Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977' 2025-09-07T07:03:32.4709020Z Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246' 2025-09-07T07:03:32.4879010Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-09-07T07:03:32.5051630Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-09-07T07:03:32.5299520Z Submodule path 'third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2025-09-07T07:03:32.8269100Z Submodule path 'third_party/fbgemm': checked out '4b39c551efe15e6bbade20565b0ceb2d8ce3352d' 2025-09-07T07:03:32.8633190Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea' 2025-09-07T07:03:32.9172280Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out 'b1281b8b08d973a7064f864f47eeb30f3e2596e9' 2025-09-07T07:03:32.9500080Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-09-07T07:03:33.2151930Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '311f3c8e51dc0eb56310cfc6980bf63d0fbd7917' 2025-09-07T07:03:33.2714000Z Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-09-07T07:03:33.3012790Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691' 2025-09-07T07:03:33.3923710Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-09-07T07:03:33.4677840Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-09-07T07:03:33.6313700Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-09-07T07:03:33.7378490Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-09-07T07:03:33.8218640Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-09-07T07:03:33.8427260Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-09-07T07:03:33.8622980Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-09-07T07:03:33.8814610Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-09-07T07:03:33.9013370Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-09-07T07:03:33.9197480Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-09-07T07:03:34.2113210Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-09-07T07:03:34.2277870Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-09-07T07:03:34.2452330Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-09-07T07:03:34.2782030Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-09-07T07:03:34.3104330Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-09-07T07:03:34.3483680Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-09-07T07:03:34.4010070Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-09-07T07:03:34.4244190Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-09-07T07:03:34.4517800Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-09-07T07:03:34.4844820Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-09-07T07:03:34.5218610Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-09-07T07:03:34.5901590Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-09-07T07:03:34.6120710Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-09-07T07:03:34.6634040Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-09-07T07:03:34.6989920Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-09-07T07:03:34.7175260Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-09-07T07:03:34.7622440Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-09-07T07:03:34.8280710Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-09-07T07:03:34.8676530Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-09-07T07:03:34.9401110Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-09-07T07:03:34.9862410Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-09-07T07:03:35.0273160Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-09-07T07:03:35.0662750Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-09-07T07:03:35.0981420Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-09-07T07:03:35.1671310Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-09-07T07:03:35.1957170Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-09-07T07:03:35.2139690Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-09-07T07:03:35.2534010Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-09-07T07:03:35.2969540Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-09-07T07:03:35.3306850Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-09-07T07:03:35.4856070Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-09-07T07:03:35.5039060Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-09-07T07:03:35.5397160Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-09-07T07:03:35.5893020Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-09-07T07:03:35.6447110Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-09-07T07:03:35.6615060Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-09-07T07:03:35.6772800Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-09-07T07:03:35.7319610Z Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8' 2025-09-07T07:03:35.7476590Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-09-07T07:03:35.7647250Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-09-07T07:03:35.7827010Z Submodule path 'third_party/tensorpipe': checked out 'af0118d13e52f5a08841464a768e01a0bf3e3075' 2025-09-07T07:03:35.8416910Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-09-07T07:03:35.8644580Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-09-07T07:03:35.9640960Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b' 2025-09-07T07:03:36.0311430Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-09-07T07:03:36.0532420Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-09-07T07:03:36.0578410Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-09-07T07:03:36.1068640Z Entering 'android/libs/fbjni' 2025-09-07T07:03:36.1154960Z Entering 'third_party/FP16' 2025-09-07T07:03:36.1236150Z Entering 'third_party/FXdiv' 2025-09-07T07:03:36.1317690Z Entering 'third_party/NNPACK' 2025-09-07T07:03:36.1398160Z Entering 'third_party/NVTX' 2025-09-07T07:03:36.1477880Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:03:36.1557710Z Entering 'third_party/XNNPACK' 2025-09-07T07:03:36.1643860Z Entering 'third_party/aiter' 2025-09-07T07:03:36.1725500Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:03:36.1808820Z Entering 'third_party/benchmark' 2025-09-07T07:03:36.1891180Z Entering 'third_party/composable_kernel' 2025-09-07T07:03:36.1974520Z Entering 'third_party/cpp-httplib' 2025-09-07T07:03:36.2055940Z Entering 'third_party/cpuinfo' 2025-09-07T07:03:36.2135870Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:03:36.2214560Z Entering 'third_party/cutlass' 2025-09-07T07:03:36.2297820Z Entering 'third_party/fbgemm' 2025-09-07T07:03:36.2379130Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:03:36.2459890Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:03:36.2541780Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:03:36.2623180Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:03:36.2705780Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:03:36.2786660Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:03:36.2864780Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:03:36.2946950Z Entering 'third_party/flash-attention' 2025-09-07T07:03:36.3025930Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:03:36.3108370Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:03:36.3193630Z Entering 'third_party/flatbuffers' 2025-09-07T07:03:36.3277100Z Entering 'third_party/fmt' 2025-09-07T07:03:36.3357860Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:03:36.3439050Z Entering 'third_party/gloo' 2025-09-07T07:03:36.3519030Z Entering 'third_party/googletest' 2025-09-07T07:03:36.3600680Z Entering 'third_party/ideep' 2025-09-07T07:03:36.3681100Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:03:36.3764770Z Entering 'third_party/ittapi' 2025-09-07T07:03:36.3844460Z Entering 'third_party/kineto' 2025-09-07T07:03:36.3923030Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:03:36.4001300Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:03:36.4082360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:03:36.4163370Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:03:36.4244750Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:03:36.4321660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:03:36.4403660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:03:36.4483060Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:03:36.4564040Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:03:36.4643750Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:03:36.4726190Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:03:36.4806900Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:03:36.4888750Z Entering 'third_party/kleidiai' 2025-09-07T07:03:36.4969440Z Entering 'third_party/mimalloc' 2025-09-07T07:03:36.5047140Z Entering 'third_party/nlohmann' 2025-09-07T07:03:36.5127220Z Entering 'third_party/onnx' 2025-09-07T07:03:36.5210050Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:03:36.5293840Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:03:36.5374970Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:03:36.5454100Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:03:36.5531910Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:03:36.5612280Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:03:36.5690840Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:03:36.5771050Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:03:36.5848820Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:03:36.5927650Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:03:36.6008330Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:03:36.6090650Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:03:36.6180520Z Entering 'third_party/pocketfft' 2025-09-07T07:03:36.6263910Z Entering 'third_party/protobuf' 2025-09-07T07:03:36.6341660Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:03:36.6422570Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:03:36.6503680Z Entering 'third_party/psimd' 2025-09-07T07:03:36.6585560Z Entering 'third_party/pthreadpool' 2025-09-07T07:03:36.6664410Z Entering 'third_party/pybind11' 2025-09-07T07:03:36.6742970Z Entering 'third_party/python-peachpy' 2025-09-07T07:03:36.6822530Z Entering 'third_party/sleef' 2025-09-07T07:03:36.6905020Z Entering 'third_party/tensorpipe' 2025-09-07T07:03:36.6985350Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:03:36.7064360Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:03:36.7142830Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:03:36.7220230Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:03:36.7296300Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:03:36.7385020Z ##[endgroup] 2025-09-07T07:03:36.7385280Z ##[group]Persisting credentials for submodules 2025-09-07T07:03:36.7389300Z [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' || :" 2025-09-07T07:03:36.7879260Z Entering 'android/libs/fbjni' 2025-09-07T07:03:36.7947330Z url.https://github.com/.insteadof 2025-09-07T07:03:36.7947560Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8010310Z Entering 'third_party/FP16' 2025-09-07T07:03:36.8075280Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8075500Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8138190Z Entering 'third_party/FXdiv' 2025-09-07T07:03:36.8203260Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8203550Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8269570Z Entering 'third_party/NNPACK' 2025-09-07T07:03:36.8333910Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8334130Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8398720Z Entering 'third_party/NVTX' 2025-09-07T07:03:36.8463450Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8463860Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8528290Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:03:36.8593160Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8593390Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8660080Z Entering 'third_party/XNNPACK' 2025-09-07T07:03:36.8726480Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8726710Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8795660Z Entering 'third_party/aiter' 2025-09-07T07:03:36.8862260Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8862490Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8926700Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:03:36.8989580Z url.https://github.com/.insteadof 2025-09-07T07:03:36.8989790Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9058740Z Entering 'third_party/benchmark' 2025-09-07T07:03:36.9124980Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9125250Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9191430Z Entering 'third_party/composable_kernel' 2025-09-07T07:03:36.9257190Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9257440Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9324150Z Entering 'third_party/cpp-httplib' 2025-09-07T07:03:36.9390850Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9391060Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9456240Z Entering 'third_party/cpuinfo' 2025-09-07T07:03:36.9521860Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9522080Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9586970Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:03:36.9649930Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9650150Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9714420Z Entering 'third_party/cutlass' 2025-09-07T07:03:36.9780300Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9780520Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9848180Z Entering 'third_party/fbgemm' 2025-09-07T07:03:36.9914340Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9914580Z url.https://github.com/.insteadof 2025-09-07T07:03:36.9978270Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:03:37.0043010Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0043240Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0107370Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:03:37.0171750Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0171960Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0238630Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:03:37.0304350Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0304560Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0368790Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:03:37.0433650Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0433980Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0501500Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:03:37.0567610Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0567850Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0632670Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:03:37.0697530Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0697980Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0762230Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:03:37.0825500Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0825780Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0892980Z Entering 'third_party/flash-attention' 2025-09-07T07:03:37.0959790Z url.https://github.com/.insteadof 2025-09-07T07:03:37.0960020Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1023990Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:03:37.1088410Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1088630Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1156210Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:03:37.1221820Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1222060Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1291000Z Entering 'third_party/flatbuffers' 2025-09-07T07:03:37.1355340Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1355580Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1421840Z Entering 'third_party/fmt' 2025-09-07T07:03:37.1487810Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1552860Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1553090Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:03:37.1618130Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1618350Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1681880Z Entering 'third_party/gloo' 2025-09-07T07:03:37.1745620Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1745850Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1809910Z Entering 'third_party/googletest' 2025-09-07T07:03:37.1874340Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1874550Z url.https://github.com/.insteadof 2025-09-07T07:03:37.1937490Z Entering 'third_party/ideep' 2025-09-07T07:03:37.2001030Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2001330Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2062040Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:03:37.2124940Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2125160Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2191840Z Entering 'third_party/ittapi' 2025-09-07T07:03:37.2257210Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2257440Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2321140Z Entering 'third_party/kineto' 2025-09-07T07:03:37.2384700Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2384920Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2446820Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:03:37.2510410Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2510630Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2573800Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:03:37.2637130Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2637350Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2701370Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:03:37.2764160Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2764370Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2827340Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:03:37.2890390Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2890600Z url.https://github.com/.insteadof 2025-09-07T07:03:37.2954760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:03:37.3017130Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3017340Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3085500Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:03:37.3143890Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3144130Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3210220Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:03:37.3273590Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3273800Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3337820Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:03:37.3400640Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3400850Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3464250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:03:37.3527730Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3527950Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3591680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:03:37.3654800Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3655640Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3722220Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:03:37.3785450Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3785670Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3848630Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:03:37.3911230Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3911450Z url.https://github.com/.insteadof 2025-09-07T07:03:37.3976580Z Entering 'third_party/kleidiai' 2025-09-07T07:03:37.4042820Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4043680Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4105890Z Entering 'third_party/mimalloc' 2025-09-07T07:03:37.4168790Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4169010Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4231790Z Entering 'third_party/nlohmann' 2025-09-07T07:03:37.4295280Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4295500Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4359470Z Entering 'third_party/onnx' 2025-09-07T07:03:37.4423530Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4423760Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4490460Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:03:37.4554610Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4554830Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4620140Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:03:37.4684220Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4684440Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4746660Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:03:37.4809370Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4809640Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4872550Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:03:37.4935110Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4935330Z url.https://github.com/.insteadof 2025-09-07T07:03:37.4997860Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:03:37.5060710Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5060920Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5123390Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:03:37.5185780Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5185990Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5249170Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:03:37.5312140Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5312360Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5374970Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:03:37.5437560Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5438380Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5499890Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:03:37.5563100Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5563310Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5624380Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:03:37.5686380Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5686840Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5750700Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:03:37.5813290Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5813510Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5879940Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:03:37.5942830Z url.https://github.com/.insteadof 2025-09-07T07:03:37.5943050Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6014480Z Entering 'third_party/pocketfft' 2025-09-07T07:03:37.6079200Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6079430Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6142410Z Entering 'third_party/protobuf' 2025-09-07T07:03:37.6206140Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6268580Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6268840Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:03:37.6331790Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6332000Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6396460Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:03:37.6460110Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6460320Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6525290Z Entering 'third_party/psimd' 2025-09-07T07:03:37.6589250Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6589450Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6652980Z Entering 'third_party/pthreadpool' 2025-09-07T07:03:37.6716260Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6716470Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6779220Z Entering 'third_party/pybind11' 2025-09-07T07:03:37.6841350Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6841570Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6905580Z Entering 'third_party/python-peachpy' 2025-09-07T07:03:37.6968600Z url.https://github.com/.insteadof 2025-09-07T07:03:37.6968830Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7032830Z Entering 'third_party/sleef' 2025-09-07T07:03:37.7096000Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7096230Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7159030Z Entering 'third_party/tensorpipe' 2025-09-07T07:03:37.7221760Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7222030Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7284860Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:03:37.7347660Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7347880Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7411240Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:03:37.7473940Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7474150Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7536990Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:03:37.7599650Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7599870Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7663010Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:03:37.7726040Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7726250Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7787530Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:03:37.7849360Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7849570Z url.https://github.com/.insteadof 2025-09-07T07:03:37.7927890Z [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" 2025-09-07T07:03:37.8403330Z Entering 'android/libs/fbjni' 2025-09-07T07:03:37.8499490Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-09-07T07:03:37.8532780Z Entering 'third_party/FP16' 2025-09-07T07:03:37.8626740Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-09-07T07:03:37.8659780Z Entering 'third_party/FXdiv' 2025-09-07T07:03:37.8753650Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-09-07T07:03:37.8786890Z Entering 'third_party/NNPACK' 2025-09-07T07:03:37.8880300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-09-07T07:03:37.8913140Z Entering 'third_party/NVTX' 2025-09-07T07:03:37.9006880Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-09-07T07:03:37.9040210Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:03:37.9133120Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-09-07T07:03:37.9166230Z Entering 'third_party/XNNPACK' 2025-09-07T07:03:37.9259670Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-09-07T07:03:37.9297690Z Entering 'third_party/aiter' 2025-09-07T07:03:37.9395380Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-09-07T07:03:37.9428260Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:03:37.9521160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-09-07T07:03:37.9558100Z Entering 'third_party/benchmark' 2025-09-07T07:03:37.9652770Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-09-07T07:03:37.9685990Z Entering 'third_party/composable_kernel' 2025-09-07T07:03:37.9780090Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-09-07T07:03:37.9815310Z Entering 'third_party/cpp-httplib' 2025-09-07T07:03:37.9909380Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-09-07T07:03:37.9944050Z Entering 'third_party/cpuinfo' 2025-09-07T07:03:38.0040250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-09-07T07:03:38.0074240Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:03:38.0170640Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-09-07T07:03:38.0204180Z Entering 'third_party/cutlass' 2025-09-07T07:03:38.0298950Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-09-07T07:03:38.0335690Z Entering 'third_party/fbgemm' 2025-09-07T07:03:38.0433590Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-09-07T07:03:38.0467470Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:03:38.0563790Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-09-07T07:03:38.0597630Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:03:38.0693740Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-09-07T07:03:38.0729500Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:03:38.0824710Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-09-07T07:03:38.0857770Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:03:38.0951940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-09-07T07:03:38.0987270Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:03:38.1080920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-09-07T07:03:38.1113830Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:03:38.1210430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-09-07T07:03:38.1245210Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:03:38.1343100Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-09-07T07:03:38.1379410Z Entering 'third_party/flash-attention' 2025-09-07T07:03:38.1475280Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-09-07T07:03:38.1507280Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:03:38.1602710Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-09-07T07:03:38.1638930Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:03:38.1735430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-09-07T07:03:38.1773920Z Entering 'third_party/flatbuffers' 2025-09-07T07:03:38.1871560Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-09-07T07:03:38.1906610Z Entering 'third_party/fmt' 2025-09-07T07:03:38.2003310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-09-07T07:03:38.2037020Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:03:38.2131640Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-09-07T07:03:38.2164720Z Entering 'third_party/gloo' 2025-09-07T07:03:38.2258990Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-09-07T07:03:38.2292270Z Entering 'third_party/googletest' 2025-09-07T07:03:38.2388110Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-09-07T07:03:38.2422310Z Entering 'third_party/ideep' 2025-09-07T07:03:38.2515890Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-09-07T07:03:38.2548330Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:03:38.2644190Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-09-07T07:03:38.2681830Z Entering 'third_party/ittapi' 2025-09-07T07:03:38.2779930Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-09-07T07:03:38.2813910Z Entering 'third_party/kineto' 2025-09-07T07:03:38.2909310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-09-07T07:03:38.2942000Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:03:38.3037020Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-09-07T07:03:38.3069760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:03:38.3166250Z 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 2025-09-07T07:03:38.3200810Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:03:38.3296410Z 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 2025-09-07T07:03:38.3329290Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:03:38.3424210Z 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 2025-09-07T07:03:38.3457090Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:03:38.3551680Z 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 2025-09-07T07:03:38.3583630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:03:38.3678170Z 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 2025-09-07T07:03:38.3712860Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:03:38.3809870Z 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 2025-09-07T07:03:38.3843090Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:03:38.3937150Z 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 2025-09-07T07:03:38.3970410Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:03:38.4063420Z 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 2025-09-07T07:03:38.4096910Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:03:38.4191010Z 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 2025-09-07T07:03:38.4225560Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:03:38.4319700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-09-07T07:03:38.4352470Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:03:38.4445290Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-09-07T07:03:38.4479670Z Entering 'third_party/kleidiai' 2025-09-07T07:03:38.4573200Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-09-07T07:03:38.4606510Z Entering 'third_party/mimalloc' 2025-09-07T07:03:38.4699350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-09-07T07:03:38.4732390Z Entering 'third_party/nlohmann' 2025-09-07T07:03:38.4825930Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-09-07T07:03:38.4859610Z Entering 'third_party/onnx' 2025-09-07T07:03:38.4954040Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-09-07T07:03:38.4992220Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:03:38.5087460Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-09-07T07:03:38.5122960Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:03:38.5222240Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-09-07T07:03:38.5255130Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:03:38.5351420Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-09-07T07:03:38.5385030Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:03:38.5481190Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-09-07T07:03:38.5514950Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:03:38.5610620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-09-07T07:03:38.5643140Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:03:38.5738470Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-09-07T07:03:38.5772690Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:03:38.5869320Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-09-07T07:03:38.5902950Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:03:38.5998520Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-09-07T07:03:38.6032580Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:03:38.6127590Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-09-07T07:03:38.6159410Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:03:38.6256600Z 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 2025-09-07T07:03:38.6289890Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:03:38.6384760Z 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 2025-09-07T07:03:38.6420550Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:03:38.6514430Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-09-07T07:03:38.6556930Z Entering 'third_party/pocketfft' 2025-09-07T07:03:38.6653250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-09-07T07:03:38.6686520Z Entering 'third_party/protobuf' 2025-09-07T07:03:38.6782040Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-09-07T07:03:38.6814720Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:03:38.6911280Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-09-07T07:03:38.6944690Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:03:38.7038250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-09-07T07:03:38.7074220Z Entering 'third_party/psimd' 2025-09-07T07:03:38.7168760Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-09-07T07:03:38.7202150Z Entering 'third_party/pthreadpool' 2025-09-07T07:03:38.7297420Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-09-07T07:03:38.7329630Z Entering 'third_party/pybind11' 2025-09-07T07:03:38.7423920Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-09-07T07:03:38.7457350Z Entering 'third_party/python-peachpy' 2025-09-07T07:03:38.7550150Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-09-07T07:03:38.7583210Z Entering 'third_party/sleef' 2025-09-07T07:03:38.7676030Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-09-07T07:03:38.7709150Z Entering 'third_party/tensorpipe' 2025-09-07T07:03:38.7801710Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-09-07T07:03:38.7833230Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:03:38.7925610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-09-07T07:03:38.7958660Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:03:38.8052820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-09-07T07:03:38.8085650Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:03:38.8179450Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-09-07T07:03:38.8212390Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:03:38.8304650Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-09-07T07:03:38.8335600Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:03:38.8429910Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-09-07T07:03:38.8624790Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-09-07T07:03:38.9122430Z Entering 'android/libs/fbjni' 2025-09-07T07:03:38.9204090Z Entering 'third_party/FP16' 2025-09-07T07:03:38.9284640Z Entering 'third_party/FXdiv' 2025-09-07T07:03:38.9364360Z Entering 'third_party/NNPACK' 2025-09-07T07:03:38.9445350Z Entering 'third_party/NVTX' 2025-09-07T07:03:38.9523980Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:03:38.9602710Z Entering 'third_party/XNNPACK' 2025-09-07T07:03:38.9688030Z Entering 'third_party/aiter' 2025-09-07T07:03:38.9769170Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:03:38.9854300Z Entering 'third_party/benchmark' 2025-09-07T07:03:38.9936090Z Entering 'third_party/composable_kernel' 2025-09-07T07:03:39.0016590Z Entering 'third_party/cpp-httplib' 2025-09-07T07:03:39.0097480Z Entering 'third_party/cpuinfo' 2025-09-07T07:03:39.0177390Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:03:39.0254860Z Entering 'third_party/cutlass' 2025-09-07T07:03:39.0336900Z Entering 'third_party/fbgemm' 2025-09-07T07:03:39.0416020Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:03:39.0494420Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:03:39.0574290Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:03:39.0653930Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:03:39.0735700Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:03:39.0815020Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:03:39.0893520Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:03:39.0973720Z Entering 'third_party/flash-attention' 2025-09-07T07:03:39.1053870Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:03:39.1134710Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:03:39.1219880Z Entering 'third_party/flatbuffers' 2025-09-07T07:03:39.1303050Z Entering 'third_party/fmt' 2025-09-07T07:03:39.1382590Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:03:39.1462020Z Entering 'third_party/gloo' 2025-09-07T07:03:39.1540170Z Entering 'third_party/googletest' 2025-09-07T07:03:39.1618320Z Entering 'third_party/ideep' 2025-09-07T07:03:39.1694340Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:03:39.1775470Z Entering 'third_party/ittapi' 2025-09-07T07:03:39.1856490Z Entering 'third_party/kineto' 2025-09-07T07:03:39.1938080Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:03:39.2015680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:03:39.2097380Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:03:39.2175050Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:03:39.2255770Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:03:39.2332160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:03:39.2416120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:03:39.2494850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:03:39.2576130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:03:39.2655110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:03:39.2737210Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:03:39.2816230Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:03:39.2896320Z Entering 'third_party/kleidiai' 2025-09-07T07:03:39.2975200Z Entering 'third_party/mimalloc' 2025-09-07T07:03:39.3052530Z Entering 'third_party/nlohmann' 2025-09-07T07:03:39.3131910Z Entering 'third_party/onnx' 2025-09-07T07:03:39.3214880Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:03:39.3297570Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:03:39.3376650Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:03:39.3456400Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:03:39.3535500Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:03:39.3614720Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:03:39.3693830Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:03:39.3774010Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:03:39.3854170Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:03:39.3932860Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:03:39.4014490Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:03:39.4095720Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:03:39.4184750Z Entering 'third_party/pocketfft' 2025-09-07T07:03:39.4267660Z Entering 'third_party/protobuf' 2025-09-07T07:03:39.4345250Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:03:39.4425070Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:03:39.4504480Z Entering 'third_party/psimd' 2025-09-07T07:03:39.4585440Z Entering 'third_party/pthreadpool' 2025-09-07T07:03:39.4666330Z Entering 'third_party/pybind11' 2025-09-07T07:03:39.4747230Z Entering 'third_party/python-peachpy' 2025-09-07T07:03:39.4826580Z Entering 'third_party/sleef' 2025-09-07T07:03:39.4907160Z Entering 'third_party/tensorpipe' 2025-09-07T07:03:39.4984630Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:03:39.5062940Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:03:39.5141810Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:03:39.5221880Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:03:39.5299210Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:03:39.5390210Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-09-07T07:03:39.5869290Z Entering 'android/libs/fbjni' 2025-09-07T07:03:39.5951560Z Entering 'third_party/FP16' 2025-09-07T07:03:39.6029670Z Entering 'third_party/FXdiv' 2025-09-07T07:03:39.6109710Z Entering 'third_party/NNPACK' 2025-09-07T07:03:39.6187400Z Entering 'third_party/NVTX' 2025-09-07T07:03:39.6267360Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:03:39.6345280Z Entering 'third_party/XNNPACK' 2025-09-07T07:03:39.6430070Z Entering 'third_party/aiter' 2025-09-07T07:03:39.6508280Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:03:39.6593020Z Entering 'third_party/benchmark' 2025-09-07T07:03:39.6674180Z Entering 'third_party/composable_kernel' 2025-09-07T07:03:39.6758280Z Entering 'third_party/cpp-httplib' 2025-09-07T07:03:39.6839960Z Entering 'third_party/cpuinfo' 2025-09-07T07:03:39.6920490Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:03:39.7004260Z Entering 'third_party/cutlass' 2025-09-07T07:03:39.7088580Z Entering 'third_party/fbgemm' 2025-09-07T07:03:39.7169300Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:03:39.7249810Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:03:39.7330400Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:03:39.7411630Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:03:39.7493750Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:03:39.7575130Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:03:39.7652840Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:03:39.7732870Z Entering 'third_party/flash-attention' 2025-09-07T07:03:39.7811530Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:03:39.7893750Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:03:39.7978470Z Entering 'third_party/flatbuffers' 2025-09-07T07:03:39.8062730Z Entering 'third_party/fmt' 2025-09-07T07:03:39.8144340Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:03:39.8224520Z Entering 'third_party/gloo' 2025-09-07T07:03:39.8305930Z Entering 'third_party/googletest' 2025-09-07T07:03:39.8386270Z Entering 'third_party/ideep' 2025-09-07T07:03:39.8463490Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:03:39.8546100Z Entering 'third_party/ittapi' 2025-09-07T07:03:39.8626760Z Entering 'third_party/kineto' 2025-09-07T07:03:39.8704430Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:03:39.8782970Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:03:39.8861430Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:03:39.8947000Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:03:39.9026140Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:03:39.9103340Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:03:39.9186450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:03:39.9268180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:03:39.9346840Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:03:39.9429360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:03:39.9512420Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:03:39.9592710Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:03:39.9671640Z Entering 'third_party/kleidiai' 2025-09-07T07:03:39.9753430Z Entering 'third_party/mimalloc' 2025-09-07T07:03:39.9831790Z Entering 'third_party/nlohmann' 2025-09-07T07:03:39.9912880Z Entering 'third_party/onnx' 2025-09-07T07:03:39.9996860Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:03:40.0079500Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:03:40.0159870Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:03:40.0240480Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:03:40.0321030Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:03:40.0400550Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:03:40.0479810Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:03:40.0559560Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:03:40.0641360Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:03:40.0722220Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:03:40.0802670Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:03:40.0883540Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:03:40.0974320Z Entering 'third_party/pocketfft' 2025-09-07T07:03:40.1057140Z Entering 'third_party/protobuf' 2025-09-07T07:03:40.1137600Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:03:40.1215630Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:03:40.1298600Z Entering 'third_party/psimd' 2025-09-07T07:03:40.1379890Z Entering 'third_party/pthreadpool' 2025-09-07T07:03:40.1462260Z Entering 'third_party/pybind11' 2025-09-07T07:03:40.1543040Z Entering 'third_party/python-peachpy' 2025-09-07T07:03:40.1622880Z Entering 'third_party/sleef' 2025-09-07T07:03:40.1700860Z Entering 'third_party/tensorpipe' 2025-09-07T07:03:40.1780350Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:03:40.1860510Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:03:40.1940640Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:03:40.2018800Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:03:40.2095630Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:03:40.2184880Z ##[endgroup] 2025-09-07T07:03:40.2262130Z [command]/usr/bin/git log -1 --format=%H 2025-09-07T07:03:40.2323740Z 93fb23d6fae7c4e82c4239a1033e522088742634 2025-09-07T07:03:40.2377690Z ##[group]Run cd "${GITHUB_WORKSPACE}" 2025-09-07T07:03:40.2377880Z cd "${GITHUB_WORKSPACE}" 2025-09-07T07:03:40.2378040Z # Clean stale submodule dirs 2025-09-07T07:03:40.2378210Z if [ -z "${NO_SUDO}" ]; then 2025-09-07T07:03:40.2378420Z  sudo git submodule foreach --recursive git clean -ffdx 2025-09-07T07:03:40.2378630Z else 2025-09-07T07:03:40.2378790Z  git submodule foreach --recursive git clean -ffdx 2025-09-07T07:03:40.2378980Z fi 2025-09-07T07:03:40.2623550Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:03:40.2623760Z env: 2025-09-07T07:03:40.2623900Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:03:40.2624080Z SCCACHE_USE_GHA: false 2025-09-07T07:03:40.2624220Z NO_SUDO: 2025-09-07T07:03:40.2624320Z ##[endgroup] 2025-09-07T07:03:40.3371540Z Entering 'android/libs/fbjni' 2025-09-07T07:03:40.3503170Z Entering 'third_party/FP16' 2025-09-07T07:03:40.3593080Z Entering 'third_party/FXdiv' 2025-09-07T07:03:40.3667610Z Entering 'third_party/NNPACK' 2025-09-07T07:03:40.3913010Z Entering 'third_party/NVTX' 2025-09-07T07:03:40.4224770Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:03:40.4361280Z Entering 'third_party/XNNPACK' 2025-09-07T07:03:40.8136850Z Entering 'third_party/aiter' 2025-09-07T07:03:40.8667070Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:03:41.1231390Z Entering 'third_party/benchmark' 2025-09-07T07:03:41.1368720Z Entering 'third_party/composable_kernel' 2025-09-07T07:03:41.4242280Z Entering 'third_party/cpp-httplib' 2025-09-07T07:03:41.4393510Z Entering 'third_party/cpuinfo' 2025-09-07T07:03:41.4642100Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:03:41.4866850Z Entering 'third_party/cutlass' 2025-09-07T07:03:41.7297790Z Entering 'third_party/fbgemm' 2025-09-07T07:03:41.7777470Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:03:41.7911280Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:03:42.0464130Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:03:42.0685700Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:03:42.2299960Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:03:42.2485320Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:03:42.2550950Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:03:42.2997620Z Entering 'third_party/flash-attention' 2025-09-07T07:03:42.3084890Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:03:42.3272860Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:03:42.3426860Z Entering 'third_party/flatbuffers' 2025-09-07T07:03:42.3659790Z Entering 'third_party/fmt' 2025-09-07T07:03:42.3802680Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:03:42.3933470Z Entering 'third_party/gloo' 2025-09-07T07:03:42.4132990Z Entering 'third_party/googletest' 2025-09-07T07:03:42.4305890Z Entering 'third_party/ideep' 2025-09-07T07:03:42.4387950Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:03:42.6626450Z Entering 'third_party/ittapi' 2025-09-07T07:03:42.6796320Z Entering 'third_party/kineto' 2025-09-07T07:03:42.7022560Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:03:42.7217020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:03:42.7761370Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:03:42.7890610Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:03:42.8070100Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:03:42.8152950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:03:42.8212960Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:03:42.8327430Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:03:42.8485910Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:03:42.8890680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:03:42.8991130Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:03:42.9124020Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:03:42.9290050Z Entering 'third_party/kleidiai' 2025-09-07T07:03:42.9579080Z Entering 'third_party/mimalloc' 2025-09-07T07:03:42.9849180Z Entering 'third_party/nlohmann' 2025-09-07T07:03:43.0353420Z Entering 'third_party/onnx' 2025-09-07T07:03:43.5842780Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:03:43.6041890Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:03:43.6826800Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:03:43.6965130Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:03:43.7147500Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:03:43.7236720Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:03:43.7679050Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:03:43.7778030Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:03:43.7888580Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:03:43.8030260Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:03:43.8744080Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:03:43.8928220Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:03:44.4953830Z Entering 'third_party/pocketfft' 2025-09-07T07:03:44.5014310Z Entering 'third_party/protobuf' 2025-09-07T07:03:44.6371100Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:03:44.6474070Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:03:44.6696740Z Entering 'third_party/psimd' 2025-09-07T07:03:44.6761750Z Entering 'third_party/pthreadpool' 2025-09-07T07:03:44.6839620Z Entering 'third_party/pybind11' 2025-09-07T07:03:44.7067600Z Entering 'third_party/python-peachpy' 2025-09-07T07:03:44.7209210Z Entering 'third_party/sleef' 2025-09-07T07:03:44.7421050Z Entering 'third_party/tensorpipe' 2025-09-07T07:03:44.7639990Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:03:44.7800400Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:03:44.7916620Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:03:44.8160210Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:03:44.8220740Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:03:44.8328610Z ##[group]Run if [ -n "${XCODE_VERSION}" ]; then 2025-09-07T07:03:44.8328870Z if [ -n "${XCODE_VERSION}" ]; then 2025-09-07T07:03:44.8329260Z  echo "DEVELOPER_DIR=/Applications/Xcode_${XCODE_VERSION}.app/Contents/Developer" >> "${GITHUB_ENV}" 2025-09-07T07:03:44.8329580Z fi 2025-09-07T07:03:44.8344750Z shell: /bin/bash -e {0} 2025-09-07T07:03:44.8344890Z env: 2025-09-07T07:03:44.8345030Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:03:44.8345240Z SCCACHE_USE_GHA: false 2025-09-07T07:03:44.8345400Z XCODE_VERSION: 2025-09-07T07:03:44.8345520Z ##[endgroup] 2025-09-07T07:03:44.8576470Z ##[group]Run pytorch/test-infra/.github/actions/setup-python@main 2025-09-07T07:03:44.8576740Z with: 2025-09-07T07:03:44.8576860Z python-version: 3.12.7 2025-09-07T07:03:44.8577100Z pip-requirements-file: .github/requirements/pip-requirements-macOS.txt 2025-09-07T07:03:44.8577350Z env: 2025-09-07T07:03:44.8577500Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:03:44.8577700Z SCCACHE_USE_GHA: false 2025-09-07T07:03:44.8577840Z ##[endgroup] 2025-09-07T07:03:44.8938790Z Warning: HomeBrew only supports version specified by major and minor, but got 3.12.7 2025-09-07T07:03:45.6737780Z ==> Updating Homebrew... 2025-09-07T07:03:46.7112170Z Already up-to-date. 2025-09-07T07:03:47.6537010Z ##[warning]python@3.12 3.12.11 is already installed and up-to-date. To reinstall 3.12.11, run: brew reinstall python@3.12 2025-09-07T07:03:47.6825920Z Using python at /opt/homebrew/bin/python3.12 to create venv /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:03:48.9801500Z Installing requirements from .github/requirements/pip-requirements-macOS.txt 2025-09-07T07:03:49.2926830Z Collecting boto3==1.35.42 (from -r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T07:03:49.2937950Z Using cached boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-09-07T07:03:49.3570530Z Collecting cmake==3.27.* (from -r .github/requirements/pip-requirements-macOS.txt (line 2)) 2025-09-07T07:03:49.3590630Z Using cached cmake-3.27.9-py2.py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl.metadata (6.3 kB) 2025-09-07T07:03:49.3725190Z Collecting expecttest==0.3.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 3)) 2025-09-07T07:03:49.3762930Z Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-09-07T07:03:49.3870630Z Collecting fbscribelogger==0.1.7 (from -r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:49.3889570Z Using cached fbscribelogger-0.1.7-py3-none-any.whl.metadata (684 bytes) 2025-09-07T07:03:49.4034650Z Collecting filelock==3.18.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 5)) 2025-09-07T07:03:49.4047490Z Using cached filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-09-07T07:03:49.5117070Z Collecting hypothesis==6.56.4 (from -r .github/requirements/pip-requirements-macOS.txt (line 6)) 2025-09-07T07:03:49.5140170Z Using cached hypothesis-6.56.4-py3-none-any.whl.metadata (6.1 kB) 2025-09-07T07:03:49.5286790Z Collecting librosa>=0.6.2 (from -r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:49.5305510Z Using cached librosa-0.11.0-py3-none-any.whl.metadata (8.7 kB) 2025-09-07T07:03:49.5449610Z Collecting mpmath==1.3.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 8)) 2025-09-07T07:03:49.5468980Z Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2025-09-07T07:03:49.5643330Z Collecting networkx==2.8.7 (from -r .github/requirements/pip-requirements-macOS.txt (line 9)) 2025-09-07T07:03:49.5663390Z Using cached networkx-2.8.7-py3-none-any.whl.metadata (5.1 kB) 2025-09-07T07:03:49.5883520Z Collecting ninja==1.10.2.4 (from -r .github/requirements/pip-requirements-macOS.txt (line 10)) 2025-09-07T07:03:49.5911830Z Using cached ninja-1.10.2.4-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl.metadata (5.3 kB) 2025-09-07T07:03:49.6515700Z Collecting numba==0.59.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 11)) 2025-09-07T07:03:49.6537080Z Using cached numba-0.59.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.7 kB) 2025-09-07T07:03:49.7364050Z Collecting numpy==1.26.4 (from -r .github/requirements/pip-requirements-macOS.txt (line 12)) 2025-09-07T07:03:49.7379990Z Using cached numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl.metadata (61 kB) 2025-09-07T07:03:49.7554760Z Collecting opt-einsum>=3.3 (from -r .github/requirements/pip-requirements-macOS.txt (line 13)) 2025-09-07T07:03:49.7569770Z Using cached opt_einsum-3.4.0-py3-none-any.whl.metadata (6.3 kB) 2025-09-07T07:03:49.7989080Z Collecting optree==0.13.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 14)) 2025-09-07T07:03:49.8007000Z Using cached optree-0.13.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (47 kB) 2025-09-07T07:03:49.8197250Z Collecting packaging==23.1 (from -r .github/requirements/pip-requirements-macOS.txt (line 15)) 2025-09-07T07:03:49.8216820Z Using cached packaging-23.1-py3-none-any.whl.metadata (3.1 kB) 2025-09-07T07:03:49.8316640Z Collecting parameterized==0.8.1 (from -r .github/requirements/pip-requirements-macOS.txt (line 16)) 2025-09-07T07:03:49.8329800Z Using cached parameterized-0.8.1-py2.py3-none-any.whl.metadata (18 kB) 2025-09-07T07:03:49.9206440Z Collecting pillow==10.3.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 17)) 2025-09-07T07:03:49.9227350Z Using cached pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (9.2 kB) 2025-09-07T07:03:50.0032140Z Collecting protobuf==5.29.4 (from -r .github/requirements/pip-requirements-macOS.txt (line 18)) 2025-09-07T07:03:50.0047960Z Using cached protobuf-5.29.4-cp38-abi3-macosx_10_9_universal2.whl.metadata (592 bytes) 2025-09-07T07:03:50.0589630Z Collecting psutil==5.9.8 (from -r .github/requirements/pip-requirements-macOS.txt (line 19)) 2025-09-07T07:03:50.0612630Z Using cached psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl.metadata (21 kB) 2025-09-07T07:03:50.0786250Z Collecting pygments==2.15.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 20)) 2025-09-07T07:03:50.0805980Z Using cached Pygments-2.15.0-py3-none-any.whl.metadata (2.5 kB) 2025-09-07T07:03:50.0933880Z Collecting pytest-cpp==2.3.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 21)) 2025-09-07T07:03:50.0946980Z Using cached pytest_cpp-2.3.0-py3-none-any.whl.metadata (5.4 kB) 2025-09-07T07:03:50.1057740Z Collecting pytest-flakefinder==1.1.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 22)) 2025-09-07T07:03:50.1071480Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2025-09-07T07:03:50.1198160Z Collecting pytest-rerunfailures==10.3 (from -r .github/requirements/pip-requirements-macOS.txt (line 23)) 2025-09-07T07:03:50.1218540Z Using cached pytest_rerunfailures-10.3-py3-none-any.whl.metadata (15 kB) 2025-09-07T07:03:50.1324950Z Collecting pytest-subtests==0.13.1 (from -r .github/requirements/pip-requirements-macOS.txt (line 24)) 2025-09-07T07:03:50.1345420Z Using cached pytest_subtests-0.13.1-py3-none-any.whl.metadata (6.1 kB) 2025-09-07T07:03:50.1485260Z Collecting pytest-xdist==3.3.1 (from -r .github/requirements/pip-requirements-macOS.txt (line 25)) 2025-09-07T07:03:50.1499190Z Using cached pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2025-09-07T07:03:50.1712720Z Collecting pytest==7.3.2 (from -r .github/requirements/pip-requirements-macOS.txt (line 26)) 2025-09-07T07:03:50.1725990Z Using cached pytest-7.3.2-py3-none-any.whl.metadata (8.0 kB) 2025-09-07T07:03:50.1962480Z Collecting pyyaml==6.0.2 (from -r .github/requirements/pip-requirements-macOS.txt (line 27)) 2025-09-07T07:03:50.1982970Z Using cached PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (2.1 kB) 2025-09-07T07:03:50.2568140Z Collecting scipy==1.12.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 28)) 2025-09-07T07:03:50.2593670Z Using cached scipy-1.12.0-cp312-cp312-macosx_12_0_arm64.whl.metadata (217 kB) 2025-09-07T07:03:50.3477750Z Collecting setuptools==72.1.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 29)) 2025-09-07T07:03:50.3497670Z Using cached setuptools-72.1.0-py3-none-any.whl.metadata (6.6 kB) 2025-09-07T07:03:50.3654850Z Collecting sympy==1.13.3 (from -r .github/requirements/pip-requirements-macOS.txt (line 30)) 2025-09-07T07:03:50.3668540Z Using cached sympy-1.13.3-py3-none-any.whl.metadata (12 kB) 2025-09-07T07:03:50.3954580Z Collecting tlparse==0.4.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 31)) 2025-09-07T07:03:50.3979640Z Using cached tlparse-0.4.0-py3-none-macosx_11_0_arm64.whl.metadata (1.9 kB) 2025-09-07T07:03:50.4114710Z Collecting tensorboard==2.13.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:50.4127670Z Using cached tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2025-09-07T07:03:50.4290490Z Collecting typing-extensions==4.12.2 (from -r .github/requirements/pip-requirements-macOS.txt (line 33)) 2025-09-07T07:03:50.4304000Z Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-09-07T07:03:50.4432790Z Collecting unittest-xml-reporting<=3.2.0,>=2.0.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 34)) 2025-09-07T07:03:50.4447250Z Using cached unittest_xml_reporting-3.2.0-py2.py3-none-any.whl.metadata (11 kB) 2025-09-07T07:03:50.4605160Z Collecting xdoctest==1.1.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 35)) 2025-09-07T07:03:50.4621360Z Using cached xdoctest-1.1.0-py3-none-any.whl.metadata (37 kB) 2025-09-07T07:03:50.5087590Z Collecting z3-solver==4.15.1.0 (from -r .github/requirements/pip-requirements-macOS.txt (line 36)) 2025-09-07T07:03:50.5101180Z Using cached z3_solver-4.15.1.0-py3-none-macosx_13_0_arm64.whl.metadata (778 bytes) 2025-09-07T07:03:50.7226770Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T07:03:50.7248150Z Using cached botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-09-07T07:03:50.7372240Z Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T07:03:50.7390610Z Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB) 2025-09-07T07:03:50.7532110Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T07:03:50.7545150Z Using cached s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-09-07T07:03:51.0158750Z Collecting aiohttp<4.0.0,>=3.10.4 (from fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:51.0182140Z Using cached aiohttp-3.12.15-cp312-cp312-macosx_11_0_arm64.whl.metadata (7.7 kB) 2025-09-07T07:03:51.0341880Z Collecting thriftpy2<0.6.0,>=0.5.2 (from fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:51.0362160Z Using cached thriftpy2-0.5.3-cp312-cp312-macosx_11_0_arm64.whl.metadata (8.2 kB) 2025-09-07T07:03:51.0522520Z Collecting attrs>=19.2.0 (from hypothesis==6.56.4->-r .github/requirements/pip-requirements-macOS.txt (line 6)) 2025-09-07T07:03:51.0542730Z Using cached attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-09-07T07:03:51.0698550Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis==6.56.4->-r .github/requirements/pip-requirements-macOS.txt (line 6)) 2025-09-07T07:03:51.0724590Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-09-07T07:03:51.1079530Z Collecting llvmlite<0.43,>=0.42.0dev0 (from numba==0.59.0->-r .github/requirements/pip-requirements-macOS.txt (line 11)) 2025-09-07T07:03:51.1108010Z Using cached llvmlite-0.42.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (4.8 kB) 2025-09-07T07:03:51.1383450Z Collecting colorama (from pytest-cpp==2.3.0->-r .github/requirements/pip-requirements-macOS.txt (line 21)) 2025-09-07T07:03:51.1397660Z Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-09-07T07:03:51.1689460Z Collecting execnet>=1.1 (from pytest-xdist==3.3.1->-r .github/requirements/pip-requirements-macOS.txt (line 25)) 2025-09-07T07:03:51.1716060Z Using cached execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-09-07T07:03:51.1860900Z Collecting iniconfig (from pytest==7.3.2->-r .github/requirements/pip-requirements-macOS.txt (line 26)) 2025-09-07T07:03:51.1880900Z Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-09-07T07:03:51.1989360Z Collecting pluggy<2.0,>=0.12 (from pytest==7.3.2->-r .github/requirements/pip-requirements-macOS.txt (line 26)) 2025-09-07T07:03:51.2009480Z Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-09-07T07:03:51.2209910Z Collecting absl-py>=0.4 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:51.2228960Z Using cached absl_py-2.3.1-py3-none-any.whl.metadata (3.3 kB) 2025-09-07T07:03:51.4408620Z Collecting grpcio>=1.48.2 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:51.4433050Z Using cached grpcio-1.74.0-cp312-cp312-macosx_11_0_universal2.whl.metadata (3.8 kB) 2025-09-07T07:03:51.5103120Z Collecting google-auth<3,>=1.6.3 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:51.5124430Z Using cached google_auth-2.40.3-py2.py3-none-any.whl.metadata (6.2 kB) 2025-09-07T07:03:51.5260690Z Collecting google-auth-oauthlib<1.1,>=0.5 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:51.5278750Z Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2025-09-07T07:03:51.5405490Z Collecting markdown>=2.6.8 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:51.5432830Z Using cached markdown-3.9-py3-none-any.whl.metadata (5.1 kB) 2025-09-07T07:03:51.5737130Z Collecting requests<3,>=2.21.0 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:51.5754880Z Using cached requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) 2025-09-07T07:03:51.6072510Z Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:51.6091030Z Using cached tensorboard_data_server-0.7.2-py3-none-any.whl.metadata (1.1 kB) 2025-09-07T07:03:51.6245500Z Collecting werkzeug>=1.0.1 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:51.6258970Z Using cached werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB) 2025-09-07T07:03:51.6415890Z Collecting wheel>=0.26 (from tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:51.6433300Z Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) 2025-09-07T07:03:51.6557380Z Collecting six (from xdoctest==1.1.0->-r .github/requirements/pip-requirements-macOS.txt (line 35)) 2025-09-07T07:03:51.6570190Z Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-09-07T07:03:51.7499710Z Collecting lxml (from unittest-xml-reporting<=3.2.0,>=2.0.0->-r .github/requirements/pip-requirements-macOS.txt (line 34)) 2025-09-07T07:03:51.7516180Z Using cached lxml-6.0.1-cp312-cp312-macosx_10_13_universal2.whl.metadata (3.8 kB) 2025-09-07T07:03:51.7659680Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:51.7680400Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-09-07T07:03:51.7772080Z Collecting aiosignal>=1.4.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:51.7791430Z Using cached aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-09-07T07:03:51.8188890Z Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:51.8217130Z Using cached frozenlist-1.7.0-cp312-cp312-macosx_11_0_arm64.whl.metadata (18 kB) 2025-09-07T07:03:51.9337350Z Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:51.9354650Z Using cached multidict-6.6.4-cp312-cp312-macosx_11_0_arm64.whl.metadata (5.3 kB) 2025-09-07T07:03:51.9633470Z Collecting propcache>=0.2.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:51.9648010Z Using cached propcache-0.3.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (12 kB) 2025-09-07T07:03:52.1319490Z Collecting yarl<2.0,>=1.17.0 (from aiohttp<4.0.0,>=3.10.4->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:52.1340390Z Using cached yarl-1.20.1-cp312-cp312-macosx_11_0_arm64.whl.metadata (73 kB) 2025-09-07T07:03:52.1503670Z Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.36.0,>=1.35.42->boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T07:03:52.1517460Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-09-07T07:03:52.1716400Z Collecting urllib3!=2.2.0,<3,>=1.25.4 (from botocore<1.36.0,>=1.35.42->boto3==1.35.42->-r .github/requirements/pip-requirements-macOS.txt (line 1)) 2025-09-07T07:03:52.1732910Z Using cached urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-09-07T07:03:52.1877930Z Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.1891050Z Using cached cachetools-5.5.2-py3-none-any.whl.metadata (5.4 kB) 2025-09-07T07:03:52.2025700Z Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.2044900Z Using cached pyasn1_modules-0.4.2-py3-none-any.whl.metadata (3.5 kB) 2025-09-07T07:03:52.2168070Z Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.2187330Z Using cached rsa-4.9.1-py3-none-any.whl.metadata (5.6 kB) 2025-09-07T07:03:52.2405190Z Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.2427480Z Using cached requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2025-09-07T07:03:52.2927000Z Collecting charset_normalizer<4,>=2 (from requests<3,>=2.21.0->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.2942130Z Using cached charset_normalizer-3.4.3-cp312-cp312-macosx_10_13_universal2.whl.metadata (36 kB) 2025-09-07T07:03:52.3079050Z Collecting idna<4,>=2.5 (from requests<3,>=2.21.0->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.3092710Z Using cached idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-09-07T07:03:52.3306620Z Collecting certifi>=2017.4.17 (from requests<3,>=2.21.0->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.3320220Z Using cached certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) 2025-09-07T07:03:52.3511270Z Collecting pyasn1>=0.1.3 (from rsa<5,>=3.1.4->google-auth<3,>=1.6.3->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.3535090Z Using cached pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB) 2025-09-07T07:03:52.4275070Z Collecting ply<4.0,>=3.4 (from thriftpy2<0.6.0,>=0.5.2->fbscribelogger==0.1.7->-r .github/requirements/pip-requirements-macOS.txt (line 4)) 2025-09-07T07:03:52.4288540Z Using cached ply-3.11-py2.py3-none-any.whl.metadata (844 bytes) 2025-09-07T07:03:52.4534820Z Collecting audioread>=2.1.9 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.4547680Z Using cached audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB) 2025-09-07T07:03:52.5071910Z Collecting scikit-learn>=1.1.0 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.5092950Z Using cached scikit_learn-1.7.1-cp312-cp312-macosx_12_0_arm64.whl.metadata (11 kB) 2025-09-07T07:03:52.5282580Z Collecting joblib>=1.0 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.5296580Z Using cached joblib-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2025-09-07T07:03:52.5414340Z Collecting decorator>=4.3.0 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.5428320Z Using cached decorator-5.2.1-py3-none-any.whl.metadata (3.9 kB) 2025-09-07T07:03:52.5546750Z Collecting soundfile>=0.12.1 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.5560710Z Using cached soundfile-0.13.1-py2.py3-none-macosx_11_0_arm64.whl.metadata (16 kB) 2025-09-07T07:03:52.5684940Z Collecting pooch>=1.1 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.5705060Z Using cached pooch-1.8.2-py3-none-any.whl.metadata (10 kB) 2025-09-07T07:03:52.6056390Z Collecting soxr>=0.3.2 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.6071310Z Using cached soxr-0.5.0.post1-cp312-abi3-macosx_11_0_arm64.whl.metadata (5.6 kB) 2025-09-07T07:03:52.6187980Z Collecting lazy_loader>=0.1 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.6206870Z Using cached lazy_loader-0.4-py3-none-any.whl.metadata (7.6 kB) 2025-09-07T07:03:52.6579590Z Collecting msgpack>=1.0 (from librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.6601650Z Using cached msgpack-1.1.1-cp312-cp312-macosx_11_0_arm64.whl.metadata (8.4 kB) 2025-09-07T07:03:52.6932810Z Collecting platformdirs>=2.5.0 (from pooch>=1.1->librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.6951110Z Using cached platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB) 2025-09-07T07:03:52.7191350Z Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.7211820Z Using cached oauthlib-3.3.1-py3-none-any.whl.metadata (7.9 kB) 2025-09-07T07:03:52.7434140Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=1.1.0->librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.7447300Z Using cached threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-09-07T07:03:52.7991990Z Collecting cffi>=1.0 (from soundfile>=0.12.1->librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.8013180Z Using cached cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl.metadata (1.5 kB) 2025-09-07T07:03:52.8124050Z Collecting pycparser (from cffi>=1.0->soundfile>=0.12.1->librosa>=0.6.2->-r .github/requirements/pip-requirements-macOS.txt (line 7)) 2025-09-07T07:03:52.8144010Z Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 2025-09-07T07:03:52.8471990Z Collecting MarkupSafe>=2.1.1 (from werkzeug>=1.0.1->tensorboard==2.13.0->-r .github/requirements/pip-requirements-macOS.txt (line 32)) 2025-09-07T07:03:52.8492860Z Using cached MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl.metadata (4.0 kB) 2025-09-07T07:03:52.8609110Z Using cached boto3-1.35.42-py3-none-any.whl (139 kB) 2025-09-07T07:03:52.8637230Z Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-09-07T07:03:52.8657980Z Using cached fbscribelogger-0.1.7-py3-none-any.whl (6.9 kB) 2025-09-07T07:03:52.8681180Z Using cached typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-09-07T07:03:52.8700870Z Using cached filelock-3.18.0-py3-none-any.whl (16 kB) 2025-09-07T07:03:52.8719600Z Using cached hypothesis-6.56.4-py3-none-any.whl (395 kB) 2025-09-07T07:03:52.8766630Z Using cached mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-09-07T07:03:52.8820530Z Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB) 2025-09-07T07:03:52.8917780Z Using cached ninja-1.10.2.4-py2.py3-none-macosx_10_9_universal2.macosx_10_9_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl (231 kB) 2025-09-07T07:03:52.8953210Z Using cached numba-0.59.0-cp312-cp312-macosx_11_0_arm64.whl (2.6 MB) 2025-09-07T07:03:52.9093880Z Using cached numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl (13.7 MB) 2025-09-07T07:03:52.9438720Z Using cached optree-0.13.0-cp312-cp312-macosx_11_0_arm64.whl (305 kB) 2025-09-07T07:03:52.9481570Z Using cached packaging-23.1-py3-none-any.whl (48 kB) 2025-09-07T07:03:52.9505940Z Using cached parameterized-0.8.1-py2.py3-none-any.whl (26 kB) 2025-09-07T07:03:52.9521520Z Using cached pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl (3.4 MB) 2025-09-07T07:03:52.9656770Z Using cached protobuf-5.29.4-cp38-abi3-macosx_10_9_universal2.whl (417 kB) 2025-09-07T07:03:52.9691760Z Using cached psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl (249 kB) 2025-09-07T07:03:52.9720210Z Using cached Pygments-2.15.0-py3-none-any.whl (1.1 MB) 2025-09-07T07:03:52.9780470Z Using cached pytest_cpp-2.3.0-py3-none-any.whl (14 kB) 2025-09-07T07:03:52.9799810Z Using cached pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2025-09-07T07:03:52.9817850Z Using cached pytest_rerunfailures-10.3-py3-none-any.whl (11 kB) 2025-09-07T07:03:52.9832150Z Using cached pytest_subtests-0.13.1-py3-none-any.whl (8.0 kB) 2025-09-07T07:03:52.9853410Z Using cached pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2025-09-07T07:03:52.9869570Z Using cached pytest-7.3.2-py3-none-any.whl (320 kB) 2025-09-07T07:03:52.9902060Z Using cached PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl (173 kB) 2025-09-07T07:03:52.9924040Z Using cached scipy-1.12.0-cp312-cp312-macosx_12_0_arm64.whl (31.4 MB) 2025-09-07T07:03:53.0543760Z Using cached setuptools-72.1.0-py3-none-any.whl (2.3 MB) 2025-09-07T07:03:53.0663840Z Using cached sympy-1.13.3-py3-none-any.whl (6.2 MB) 2025-09-07T07:03:53.0867010Z Using cached tlparse-0.4.0-py3-none-macosx_11_0_arm64.whl (2.2 MB) 2025-09-07T07:03:53.0963930Z Using cached tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2025-09-07T07:03:53.1179240Z Using cached xdoctest-1.1.0-py3-none-any.whl (135 kB) 2025-09-07T07:03:53.1219470Z Using cached z3_solver-4.15.1.0-py3-none-macosx_13_0_arm64.whl (37.5 MB) 2025-09-07T07:03:53.1939810Z Using cached cmake-3.27.9-py2.py3-none-macosx_10_10_universal2.macosx_10_10_x86_64.macosx_11_0_arm64.macosx_11_0_universal2.whl (47.4 MB) 2025-09-07T07:03:53.6039400Z Using cached unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB) 2025-09-07T07:03:53.6054750Z Using cached aiohttp-3.12.15-cp312-cp312-macosx_11_0_arm64.whl (469 kB) 2025-09-07T07:03:53.6101830Z Using cached botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-09-07T07:03:53.7538710Z Using cached google_auth-2.40.3-py2.py3-none-any.whl (216 kB) 2025-09-07T07:03:53.7564300Z Using cached cachetools-5.5.2-py3-none-any.whl (10 kB) 2025-09-07T07:03:53.7583120Z Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2025-09-07T07:03:53.7602330Z Using cached jmespath-1.0.1-py3-none-any.whl (20 kB) 2025-09-07T07:03:53.7619810Z Using cached llvmlite-0.42.0-cp312-cp312-macosx_11_0_arm64.whl (28.8 MB) 2025-09-07T07:03:54.0747690Z Using cached multidict-6.6.4-cp312-cp312-macosx_11_0_arm64.whl (43 kB) 2025-09-07T07:03:54.0770560Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-09-07T07:03:54.0793430Z Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-09-07T07:03:54.0825940Z Using cached requests-2.32.5-py3-none-any.whl (64 kB) 2025-09-07T07:03:54.0843800Z Using cached charset_normalizer-3.4.3-cp312-cp312-macosx_10_13_universal2.whl (205 kB) 2025-09-07T07:03:54.0869760Z Using cached idna-3.10-py3-none-any.whl (70 kB) 2025-09-07T07:03:54.0897720Z Using cached rsa-4.9.1-py3-none-any.whl (34 kB) 2025-09-07T07:03:54.0912700Z Using cached s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-09-07T07:03:54.0936370Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-09-07T07:03:54.0957920Z Using cached tensorboard_data_server-0.7.2-py3-none-any.whl (2.4 kB) 2025-09-07T07:03:54.0971490Z Using cached thriftpy2-0.5.3-cp312-cp312-macosx_11_0_arm64.whl (833 kB) 2025-09-07T07:03:54.1034990Z Using cached ply-3.11-py2.py3-none-any.whl (49 kB) 2025-09-07T07:03:54.1054170Z Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-09-07T07:03:54.1072790Z Using cached urllib3-2.5.0-py3-none-any.whl (129 kB) 2025-09-07T07:03:54.1091880Z Using cached yarl-1.20.1-cp312-cp312-macosx_11_0_arm64.whl (89 kB) 2025-09-07T07:03:54.1111430Z Using cached librosa-0.11.0-py3-none-any.whl (260 kB) 2025-09-07T07:03:54.1135260Z Using cached opt_einsum-3.4.0-py3-none-any.whl (71 kB) 2025-09-07T07:03:54.1156430Z Using cached absl_py-2.3.1-py3-none-any.whl (135 kB) 2025-09-07T07:03:54.1192220Z Using cached aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-09-07T07:03:54.1209200Z Using cached aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-09-07T07:03:54.1226920Z Using cached attrs-25.3.0-py3-none-any.whl (63 kB) 2025-09-07T07:03:54.1252670Z Using cached audioread-3.0.1-py3-none-any.whl (23 kB) 2025-09-07T07:03:54.1280290Z Using cached certifi-2025.8.3-py3-none-any.whl (161 kB) 2025-09-07T07:03:54.1307330Z Using cached decorator-5.2.1-py3-none-any.whl (9.2 kB) 2025-09-07T07:03:54.1326210Z Using cached execnet-2.1.1-py3-none-any.whl (40 kB) 2025-09-07T07:03:54.1342140Z Using cached frozenlist-1.7.0-cp312-cp312-macosx_11_0_arm64.whl (46 kB) 2025-09-07T07:03:54.1364540Z Using cached grpcio-1.74.0-cp312-cp312-macosx_11_0_universal2.whl (11.0 MB) 2025-09-07T07:03:54.2271000Z Using cached joblib-1.5.2-py3-none-any.whl (308 kB) 2025-09-07T07:03:54.2303390Z Using cached lazy_loader-0.4-py3-none-any.whl (12 kB) 2025-09-07T07:03:54.2320890Z Using cached markdown-3.9-py3-none-any.whl (107 kB) 2025-09-07T07:03:54.2341350Z Using cached msgpack-1.1.1-cp312-cp312-macosx_11_0_arm64.whl (79 kB) 2025-09-07T07:03:54.2361470Z Using cached pooch-1.8.2-py3-none-any.whl (64 kB) 2025-09-07T07:03:54.2378100Z Using cached platformdirs-4.4.0-py3-none-any.whl (18 kB) 2025-09-07T07:03:54.2392370Z Using cached propcache-0.3.2-cp312-cp312-macosx_11_0_arm64.whl (43 kB) 2025-09-07T07:03:54.2411940Z Using cached pyasn1-0.6.1-py3-none-any.whl (83 kB) 2025-09-07T07:03:54.2431880Z Using cached pyasn1_modules-0.4.2-py3-none-any.whl (181 kB) 2025-09-07T07:03:54.2451770Z Using cached requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2025-09-07T07:03:54.2469570Z Using cached oauthlib-3.3.1-py3-none-any.whl (160 kB) 2025-09-07T07:03:54.2490420Z Using cached scikit_learn-1.7.1-cp312-cp312-macosx_12_0_arm64.whl (8.6 MB) 2025-09-07T07:03:54.3348870Z Using cached soundfile-0.13.1-py2.py3-none-macosx_11_0_arm64.whl (1.1 MB) 2025-09-07T07:03:54.3473820Z Using cached cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl (178 kB) 2025-09-07T07:03:54.3496090Z Using cached soxr-0.5.0.post1-cp312-abi3-macosx_11_0_arm64.whl (156 kB) 2025-09-07T07:03:54.3527300Z Using cached threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-09-07T07:03:54.3546170Z Using cached werkzeug-3.1.3-py3-none-any.whl (224 kB) 2025-09-07T07:03:54.3566490Z Using cached MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl (12 kB) 2025-09-07T07:03:54.3585430Z Using cached wheel-0.45.1-py3-none-any.whl (72 kB) 2025-09-07T07:03:54.3606090Z Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-09-07T07:03:54.3623910Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-09-07T07:03:54.3638020Z Using cached lxml-6.0.1-cp312-cp312-macosx_10_13_universal2.whl (8.4 MB) 2025-09-07T07:03:54.4489460Z Using cached pycparser-2.22-py3-none-any.whl (117 kB) 2025-09-07T07:03:54.7369080Z Installing collected packages: z3-solver, sortedcontainers, ply, parameterized, ninja, mpmath, cmake, wheel, urllib3, typing-extensions, tlparse, threadpoolctl, tensorboard-data-server, sympy, six, setuptools, pyyaml, pygments, pycparser, pyasn1, psutil, protobuf, propcache, pluggy, platformdirs, pillow, packaging, opt-einsum, oauthlib, numpy, networkx, multidict, msgpack, MarkupSafe, markdown, lxml, llvmlite, joblib, jmespath, iniconfig, idna, grpcio, frozenlist, filelock, expecttest, execnet, decorator, colorama, charset_normalizer, certifi, cachetools, audioread, attrs, aiohappyeyeballs, absl-py, yarl, xdoctest, werkzeug, unittest-xml-reporting, thriftpy2, soxr, scipy, rsa, requests, python-dateutil, pytest, pyasn1-modules, optree, numba, lazy_loader, hypothesis, cffi, aiosignal, soundfile, scikit-learn, requests-oauthlib, pytest-xdist, pytest-subtests, pytest-rerunfailures, pytest-flakefinder, pytest-cpp, pooch, google-auth, botocore, aiohttp, s3transfer, librosa, google-auth-oauthlib, fbscribelogger, tensorboard, boto3 2025-09-07T07:04:09.0829130Z 2025-09-07T07:04:09.0868280Z Successfully installed MarkupSafe-3.0.2 absl-py-2.3.1 aiohappyeyeballs-2.6.1 aiohttp-3.12.15 aiosignal-1.4.0 attrs-25.3.0 audioread-3.0.1 boto3-1.35.42 botocore-1.35.99 cachetools-5.5.2 certifi-2025.8.3 cffi-1.17.1 charset_normalizer-3.4.3 cmake-3.27.9 colorama-0.4.6 decorator-5.2.1 execnet-2.1.1 expecttest-0.3.0 fbscribelogger-0.1.7 filelock-3.18.0 frozenlist-1.7.0 google-auth-2.40.3 google-auth-oauthlib-1.0.0 grpcio-1.74.0 hypothesis-6.56.4 idna-3.10 iniconfig-2.1.0 jmespath-1.0.1 joblib-1.5.2 lazy_loader-0.4 librosa-0.11.0 llvmlite-0.42.0 lxml-6.0.1 markdown-3.9 mpmath-1.3.0 msgpack-1.1.1 multidict-6.6.4 networkx-2.8.7 ninja-1.10.2.4 numba-0.59.0 numpy-1.26.4 oauthlib-3.3.1 opt-einsum-3.4.0 optree-0.13.0 packaging-23.1 parameterized-0.8.1 pillow-10.3.0 platformdirs-4.4.0 pluggy-1.6.0 ply-3.11 pooch-1.8.2 propcache-0.3.2 protobuf-5.29.4 psutil-5.9.8 pyasn1-0.6.1 pyasn1-modules-0.4.2 pycparser-2.22 pygments-2.15.0 pytest-7.3.2 pytest-cpp-2.3.0 pytest-flakefinder-1.1.0 pytest-rerunfailures-10.3 pytest-subtests-0.13.1 pytest-xdist-3.3.1 python-dateutil-2.9.0.post0 pyyaml-6.0.2 requests-2.32.5 requests-oauthlib-2.0.0 rsa-4.9.1 s3transfer-0.10.4 scikit-learn-1.7.1 scipy-1.12.0 setuptools-72.1.0 six-1.17.0 sortedcontainers-2.4.0 soundfile-0.13.1 soxr-0.5.0.post1 sympy-1.13.3 tensorboard-2.13.0 tensorboard-data-server-0.7.2 threadpoolctl-3.6.0 thriftpy2-0.5.3 tlparse-0.4.0 typing-extensions-4.12.2 unittest-xml-reporting-3.2.0 urllib3-2.5.0 werkzeug-3.1.3 wheel-0.45.1 xdoctest-1.1.0 yarl-1.20.1 z3-solver-4.15.1.0 2025-09-07T07:04:09.1179620Z 2025-09-07T07:04:09.1179920Z [notice] A new release of pip is available: 25.1.1 -> 25.2 2025-09-07T07:04:09.1180390Z [notice] To update, run: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/python -m pip install --upgrade pip 2025-09-07T07:04:09.7242570Z Prepare all required actions 2025-09-07T07:04:09.7261770Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-09-07T07:04:09.7261950Z with: 2025-09-07T07:04:09.7262200Z github-token: *** 2025-09-07T07:04:09.7262310Z env: 2025-09-07T07:04:09.7262440Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:04:09.7262620Z SCCACHE_USE_GHA: false 2025-09-07T07:04:09.7262820Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:04:09.7263190Z ##[endgroup] 2025-09-07T07:04:09.7272590Z ##[group]Run set -eux 2025-09-07T07:04:09.7272720Z set -eux 2025-09-07T07:04:09.7272970Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-09-07T07:04:09.7401390Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:04:09.7401600Z env: 2025-09-07T07:04:09.7401730Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:04:09.7401930Z SCCACHE_USE_GHA: false 2025-09-07T07:04:09.7402160Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:04:09.7402480Z GITHUB_TOKEN: *** 2025-09-07T07:04:09.7402600Z ##[endgroup] 2025-09-07T07:04:09.7612760Z + python3 .github/scripts/get_workflow_job_id.py 17525282541 i-0078526df82d424b0 2025-09-07T07:04:09.9515120Z Setting output job-id=49774839642 2025-09-07T07:04:09.9515510Z Setting output job-name=macos-perf-py3-arm64 / build 2025-09-07T07:04:09.9717170Z Prepare all required actions 2025-09-07T07:04:09.9717500Z Getting action download info 2025-09-07T07:04:10.0900760Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-09-07T07:04:10.3071990Z ##[group]Run ./.github/actions/filter-test-configs 2025-09-07T07:04:10.3072220Z with: 2025-09-07T07:04:10.3072540Z github-token: *** 2025-09-07T07:04:10.3073720Z test-matrix: { include: [ { config: "perf_smoketest", shard: 1, num_shards: 3, runner: "macos-m2-15" }, { config: "perf_smoketest", shard: 2, num_shards: 3, runner: "macos-m2-15" }, { config: "perf_smoketest", shard: 3, num_shards: 3, runner: "macos-m2-15" }, { config: "aot_inductor_perf_smoketest", shard: 1, num_shards: 3, runner: "macos-m2-15" }, { config: "aot_inductor_perf_smoketest", shard: 2, num_shards: 3, runner: "macos-m2-15" }, { config: "aot_inductor_perf_smoketest", shard: 3, num_shards: 3, runner: "macos-m2-15" }, ]} 2025-09-07T07:04:10.3075000Z job-name: macos-perf-py3-arm64 / build 2025-09-07T07:04:10.3075200Z env: 2025-09-07T07:04:10.3075390Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:04:10.3075620Z SCCACHE_USE_GHA: false 2025-09-07T07:04:10.3075880Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:04:10.3076150Z ##[endgroup] 2025-09-07T07:04:10.3101020Z ##[group]Run nick-fields/retry@v3.0.0 2025-09-07T07:04:10.3101220Z with: 2025-09-07T07:04:10.3101340Z shell: bash 2025-09-07T07:04:10.3101460Z timeout_minutes: 10 2025-09-07T07:04:10.3101620Z max_attempts: 5 2025-09-07T07:04:10.3101760Z retry_wait_seconds: 30 2025-09-07T07:04:10.3102270Z 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.2 2025-09-07T07:04:10.3102770Z polling_interval_seconds: 1 2025-09-07T07:04:10.3102940Z warning_on_retry: true 2025-09-07T07:04:10.3103110Z continue_on_error: false 2025-09-07T07:04:10.3103260Z env: 2025-09-07T07:04:10.3103430Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:04:10.3103640Z SCCACHE_USE_GHA: false 2025-09-07T07:04:10.3103860Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:04:10.3104200Z GITHUB_TOKEN: *** 2025-09-07T07:04:10.3104350Z ##[endgroup] 2025-09-07T07:04:10.3799130Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.2 2025-09-07T07:04:10.5744920Z Collecting requests==2.27.1 2025-09-07T07:04:10.5758400Z Using cached requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-09-07T07:04:10.5801920Z Requirement already satisfied: pyyaml==6.0.2 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages (6.0.2) 2025-09-07T07:04:10.5937880Z Collecting urllib3<1.27,>=1.21.1 (from requests==2.27.1) 2025-09-07T07:04:10.5958430Z Using cached urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB) 2025-09-07T07:04:10.6031020Z Requirement already satisfied: certifi>=2017.4.17 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages (from requests==2.27.1) (2025.8.3) 2025-09-07T07:04:10.6396400Z Collecting charset-normalizer~=2.0.0 (from requests==2.27.1) 2025-09-07T07:04:10.6410310Z Using cached charset_normalizer-2.0.12-py3-none-any.whl.metadata (11 kB) 2025-09-07T07:04:10.6454250Z Requirement already satisfied: idna<4,>=2.5 in /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages (from requests==2.27.1) (3.10) 2025-09-07T07:04:10.6485040Z Using cached requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-09-07T07:04:10.6506460Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2025-09-07T07:04:10.6525720Z Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) 2025-09-07T07:04:10.7309870Z Installing collected packages: urllib3, charset-normalizer, requests 2025-09-07T07:04:10.7311450Z Attempting uninstall: urllib3 2025-09-07T07:04:10.7324350Z Found existing installation: urllib3 2.5.0 2025-09-07T07:04:10.7347540Z Uninstalling urllib3-2.5.0: 2025-09-07T07:04:10.7356310Z Successfully uninstalled urllib3-2.5.0 2025-09-07T07:04:10.7811860Z Attempting uninstall: charset-normalizer 2025-09-07T07:04:10.7832640Z Found existing installation: charset-normalizer 3.4.3 2025-09-07T07:04:10.7851560Z Uninstalling charset-normalizer-3.4.3: 2025-09-07T07:04:10.7860660Z Successfully uninstalled charset-normalizer-3.4.3 2025-09-07T07:04:10.8047070Z Attempting uninstall: requests 2025-09-07T07:04:10.8060640Z Found existing installation: requests 2.32.5 2025-09-07T07:04:10.8075510Z Uninstalling requests-2.32.5: 2025-09-07T07:04:10.8081140Z Successfully uninstalled requests-2.32.5 2025-09-07T07:04:10.8312620Z 2025-09-07T07:04:10.8347080Z Successfully installed charset-normalizer-2.0.12 requests-2.27.1 urllib3-1.26.20 2025-09-07T07:04:10.8368540Z 2025-09-07T07:04:10.8368770Z [notice] A new release of pip is available: 25.1.1 -> 25.2 2025-09-07T07:04:10.8709330Z [notice] To update, run: pip install --upgrade pip 2025-09-07T07:04:11.3823640Z Command completed after 1 attempt(s). 2025-09-07T07:04:11.3957640Z ##[group]Run set -x 2025-09-07T07:04:11.3958430Z set -x 2025-09-07T07:04:11.3959010Z  2025-09-07T07:04:11.3959950Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-09-07T07:04:11.3961260Z # in runner workspace 2025-09-07T07:04:11.3962230Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-09-07T07:04:11.4024310Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:04:11.4024990Z env: 2025-09-07T07:04:11.4025460Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:04:11.4026090Z SCCACHE_USE_GHA: false 2025-09-07T07:04:11.4026740Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:04:11.4027440Z ##[endgroup] 2025-09-07T07:04:11.4427280Z + python3 /Users/ec2-user/runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2025-09-07T07:04:11.4645320Z Setting output branch=main 2025-09-07T07:04:11.4706520Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-09-07T07:04:11.4706840Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-09-07T07:04:11.4707060Z echo "Job name: ${JOB_NAME}" 2025-09-07T07:04:11.4707270Z  2025-09-07T07:04:11.4707520Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-09-07T07:04:11.4707840Z # in runner workspace 2025-09-07T07:04:11.4708130Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-09-07T07:04:11.4708460Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-09-07T07:04:11.4708690Z  --job-name "${JOB_NAME}" \ 2025-09-07T07:04:11.4708900Z  --test-matrix "{ include: [ 2025-09-07T07:04:11.4709220Z  { config: "perf_smoketest", shard: 1, num_shards: 3, runner: "macos-m2-15" }, 2025-09-07T07:04:11.4709630Z  { config: "perf_smoketest", shard: 2, num_shards: 3, runner: "macos-m2-15" }, 2025-09-07T07:04:11.4710170Z  { config: "perf_smoketest", shard: 3, num_shards: 3, runner: "macos-m2-15" }, 2025-09-07T07:04:11.4710620Z  { config: "aot_inductor_perf_smoketest", shard: 1, num_shards: 3, runner: "macos-m2-15" }, 2025-09-07T07:04:11.4711080Z  { config: "aot_inductor_perf_smoketest", shard: 2, num_shards: 3, runner: "macos-m2-15" }, 2025-09-07T07:04:11.4711550Z  { config: "aot_inductor_perf_smoketest", shard: 3, num_shards: 3, runner: "macos-m2-15" }, 2025-09-07T07:04:11.4711870Z ]} 2025-09-07T07:04:11.4712010Z " \ 2025-09-07T07:04:11.4712160Z  --selected-test-configs "" \ 2025-09-07T07:04:11.4712390Z  --pr-number "${PR_NUMBER}" \ 2025-09-07T07:04:11.4712600Z  --tag "${TAG}" \ 2025-09-07T07:04:11.4712810Z  --event-name "${EVENT_NAME}" \ 2025-09-07T07:04:11.4713200Z  --schedule "${SCHEDULE}" \ 2025-09-07T07:04:11.4713420Z  --branch "${HEAD_BRANCH}" 2025-09-07T07:04:11.4730160Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:04:11.4730400Z env: 2025-09-07T07:04:11.4730570Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:04:11.4730810Z SCCACHE_USE_GHA: false 2025-09-07T07:04:11.4731050Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:04:11.4731550Z GITHUB_TOKEN: *** 2025-09-07T07:04:11.4731720Z JOB_NAME: macos-perf-py3-arm64 / build 2025-09-07T07:04:11.4731940Z PR_NUMBER: 2025-09-07T07:04:11.4732090Z TAG: 2025-09-07T07:04:11.4732210Z EVENT_NAME: schedule 2025-09-07T07:04:11.4732380Z SCHEDULE: 0 7 * * * 2025-09-07T07:04:11.4732530Z HEAD_BRANCH: main 2025-09-07T07:04:11.4732670Z ##[endgroup] 2025-09-07T07:04:11.4943210Z Workflow: inductor-perf-nightly-macos 2025-09-07T07:04:11.4943510Z Job name: macos-perf-py3-arm64 / build 2025-09-07T07:04:11.7555900Z Setting output keep-going=True 2025-09-07T07:04:11.7556370Z Setting output ci-verbose-test-logs=False 2025-09-07T07:04:11.7556780Z Setting output ci-test-showlocals=False 2025-09-07T07:04:11.7557130Z Setting output ci-no-test-timeout=False 2025-09-07T07:04:11.7557450Z Setting output ci-no-td=False 2025-09-07T07:04:11.7557750Z Setting output ci-td-distributed=False 2025-09-07T07:04:11.7558080Z Setting output is-unstable=False 2025-09-07T07:04:11.7558380Z Setting output reenabled-issues= 2025-09-07T07:04:11.7560230Z Setting output test-matrix={"include": [{"config": "perf_smoketest", "shard": 1, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "perf_smoketest", "shard": 2, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "perf_smoketest", "shard": 3, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "aot_inductor_perf_smoketest", "shard": 1, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "aot_inductor_perf_smoketest", "shard": 2, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "aot_inductor_perf_smoketest", "shard": 3, "num_shards": 3, "runner": "macos-m2-15"}]} 2025-09-07T07:04:11.7562150Z Setting output is-test-matrix-empty=False 2025-09-07T07:04:11.7683840Z ##[group]Run echo "Filtered matrix:" 2025-09-07T07:04:11.7684150Z echo "Filtered matrix:" 2025-09-07T07:04:11.7685530Z echo "{"include": [{"config": "perf_smoketest", "shard": 1, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "perf_smoketest", "shard": 2, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "perf_smoketest", "shard": 3, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "aot_inductor_perf_smoketest", "shard": 1, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "aot_inductor_perf_smoketest", "shard": 2, "num_shards": 3, "runner": "macos-m2-15"}, {"config": "aot_inductor_perf_smoketest", "shard": 3, "num_shards": 3, "runner": "macos-m2-15"}]}" 2025-09-07T07:04:11.7686900Z  2025-09-07T07:04:11.7687050Z echo 2025-09-07T07:04:11.7687270Z echo "Is the current job unstable? False" 2025-09-07T07:04:11.7687550Z  2025-09-07T07:04:11.7687690Z echo 2025-09-07T07:04:11.7688040Z echo "Is keep-going label set? True" 2025-09-07T07:04:11.7688270Z  2025-09-07T07:04:11.7688430Z echo 2025-09-07T07:04:11.7688610Z echo "Reenabled issues? " 2025-09-07T07:04:11.7708030Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:04:11.7708300Z env: 2025-09-07T07:04:11.7708500Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:04:11.7708790Z SCCACHE_USE_GHA: false 2025-09-07T07:04:11.7709080Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:04:11.7709390Z ##[endgroup] 2025-09-07T07:04:11.7935470Z Filtered matrix: 2025-09-07T07:04:11.7938440Z {include: [{config: perf_smoketest, shard: 1, num_shards: 3, runner: macos-m2-15}, {config: perf_smoketest, shard: 2, num_shards: 3, runner: macos-m2-15}, {config: perf_smoketest, shard: 3, num_shards: 3, runner: macos-m2-15}, {config: aot_inductor_perf_smoketest, shard: 1, num_shards: 3, runner: macos-m2-15}, {config: aot_inductor_perf_smoketest, shard: 2, num_shards: 3, runner: macos-m2-15}, {config: aot_inductor_perf_smoketest, shard: 3, num_shards: 3, runner: macos-m2-15}]} 2025-09-07T07:04:11.7939510Z 2025-09-07T07:04:11.7939580Z Is the current job unstable? False 2025-09-07T07:04:11.7939710Z 2025-09-07T07:04:11.7939770Z Is keep-going label set? True 2025-09-07T07:04:11.7939880Z 2025-09-07T07:04:11.7939920Z Reenabled issues? 2025-09-07T07:04:11.7963920Z ##[group]Run # TODO: Remove me later, and properly activate venv 2025-09-07T07:04:11.7964230Z # TODO: Remove me later, and properly activate venv 2025-09-07T07:04:11.7964470Z PATH="$VENV_PATH/bin:$PATH" 2025-09-07T07:04:11.7964650Z export PATH 2025-09-07T07:04:11.7964770Z  2025-09-07T07:04:11.7965000Z # NB: Same trick as Linux, there is no need to initialize sccache with the risk of getting 2025-09-07T07:04:11.7965380Z # it hangs or timeout at initialization. The cache will be started automatically 2025-09-07T07:04:11.7965680Z export SKIP_SCCACHE_INITIALIZATION=1 2025-09-07T07:04:11.7965890Z .ci/pytorch/macos-build.sh 2025-09-07T07:04:11.7980430Z shell: /bin/bash -e {0} 2025-09-07T07:04:11.7980560Z env: 2025-09-07T07:04:11.7980720Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:04:11.7980910Z SCCACHE_USE_GHA: false 2025-09-07T07:04:11.7981140Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:04:11.7981390Z OUR_GITHUB_JOB_ID: 49774839642 2025-09-07T07:04:11.7981540Z ##[endgroup] 2025-09-07T07:04:11.8528730Z +++ [[ macos-py3-arm64-distributed == *rocm* ]] 2025-09-07T07:04:11.8529030Z +++ BUILD_TEST_LIBTORCH=0 2025-09-07T07:04:11.8531230Z ++ sysctl -a 2025-09-07T07:04:11.8531920Z ++ grep machdep.cpu 2025-09-07T07:04:11.8656530Z machdep.cpu.cores_per_package: 8 2025-09-07T07:04:11.8656760Z machdep.cpu.core_count: 8 2025-09-07T07:04:11.8656940Z machdep.cpu.logical_per_package: 8 2025-09-07T07:04:11.8657130Z machdep.cpu.thread_count: 8 2025-09-07T07:04:11.8657340Z machdep.cpu.brand_string: Apple M1 2025-09-07T07:04:11.8657750Z ++ export MACOSX_DEPLOYMENT_TARGET=11.1 2025-09-07T07:04:11.8658000Z ++ MACOSX_DEPLOYMENT_TARGET=11.1 2025-09-07T07:04:11.8658190Z ++ export CXX=clang++ 2025-09-07T07:04:11.8658340Z ++ CXX=clang++ 2025-09-07T07:04:11.8658470Z ++ export CC=clang 2025-09-07T07:04:11.8658610Z ++ CC=clang 2025-09-07T07:04:11.8661720Z ++ dirname .ci/pytorch/macos-build.sh 2025-09-07T07:04:11.8670260Z + source .ci/pytorch/common-build.sh 2025-09-07T07:04:11.8676070Z ++ [[ macos-py3-arm64-distributed != *win-* ]] 2025-09-07T07:04:11.8680940Z ++++ dirname .ci/pytorch/common-build.sh 2025-09-07T07:04:11.8692420Z +++ cd .ci/pytorch 2025-09-07T07:04:11.8692680Z +++ pwd -P 2025-09-07T07:04:11.8693880Z ++ script_dir=/Users/ec2-user/runner/_work/pytorch/pytorch/.ci/pytorch 2025-09-07T07:04:11.8694330Z ++ [[ macos-py3-arm64-distributed == *-pch* ]] 2025-09-07T07:04:11.8694540Z ++ which sccache 2025-09-07T07:04:11.8720360Z ++ which ccache 2025-09-07T07:04:11.8731080Z + '[' -z true ']' 2025-09-07T07:04:11.8731350Z + which sccache 2025-09-07T07:04:11.8741210Z + print_cmake_info 2025-09-07T07:04:11.8743740Z ++ which cmake 2025-09-07T07:04:11.8751780Z + CMAKE_EXEC=/Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/cmake 2025-09-07T07:04:11.8752150Z /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/cmake 2025-09-07T07:04:11.8752510Z + echo /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/cmake 2025-09-07T07:04:11.8753860Z ++ dirname /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/cmake 2025-09-07T07:04:11.8762410Z + CONDA_INSTALLATION_DIR=/Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin 2025-09-07T07:04:11.8762810Z + ls -la /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/../lib 2025-09-07T07:04:11.8792000Z total 0 2025-09-07T07:04:11.8792170Z drwxr-xr-x 3 ec2-user staff 96 Sep 7 07:03 . 2025-09-07T07:04:11.8792520Z drwxr-xr-x 8 ec2-user staff 256 Sep 7 07:04 .. 2025-09-07T07:04:11.8792800Z drwxr-xr-x 3 ec2-user staff 96 Sep 7 07:03 python3.12 2025-09-07T07:04:11.8793690Z + [[ macos-py3-arm64-distributed == *\d\i\s\t\r\i\b\u\t\e\d* ]] 2025-09-07T07:04:11.8793940Z + USE_OPENMP=1 2025-09-07T07:04:11.8794070Z + WERROR=1 2025-09-07T07:04:11.8794210Z + python setup.py bdist_wheel 2025-09-07T07:04:11.9884320Z Building wheel torch-2.9.0a0+git93fb23d 2025-09-07T07:04:12.4334500Z Found cmake (/Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/cmake) version: 3.27.9 (>=3.27) 2025-09-07T07:04:12.5045660Z -- Building version 2.9.0a0+git93fb23d 2025-09-07T07:04:12.5196450Z Cloning into 'nccl'... 2025-09-07T07:04:12.8265180Z Note: switching to '3ea7eedf3b9b94f1d9f99f4e55536dfcbd23c1ca'. 2025-09-07T07:04:12.8265620Z 2025-09-07T07:04:12.8265890Z You are in 'detached HEAD' state. You can look around, make experimental 2025-09-07T07:04:12.8266610Z changes and commit them, and you can discard any commits you make in this 2025-09-07T07:04:12.8267300Z state without impacting any branches by switching back to a branch. 2025-09-07T07:04:12.8267760Z 2025-09-07T07:04:12.8268020Z If you want to create a new branch to retain commits you create, you may 2025-09-07T07:04:12.8268690Z do so (now or later) by using -c with the switch command. Example: 2025-09-07T07:04:12.8269050Z 2025-09-07T07:04:12.8269200Z git switch -c 2025-09-07T07:04:12.8269430Z 2025-09-07T07:04:12.8269580Z Or undo this operation with: 2025-09-07T07:04:12.8269810Z 2025-09-07T07:04:12.8269900Z git switch - 2025-09-07T07:04:12.8270070Z 2025-09-07T07:04:12.8270370Z Turn off this advice by setting config variable advice.detachedHead to false 2025-09-07T07:04:12.8270800Z 2025-09-07T07:04:13.8340350Z cmake -GNinja -DBUILD_ENVIRONMENT=macos-py3-arm64-distributed -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/Users/ec2-user/runner/_work/pytorch/pytorch/torch -DCMAKE_PREFIX_PATH=/Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages -DPython_EXECUTABLE=/Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/python -DPython_NumPy_INCLUDE_DIR=/Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages/numpy/core/include -DTORCH_BUILD_VERSION=2.9.0a0+git93fb23d -DUSE_NUMPY=True -DUSE_OPENMP=1 -DWERROR=1 /Users/ec2-user/runner/_work/pytorch/pytorch 2025-09-07T07:04:14.4660850Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2025-09-07T07:04:14.5174900Z -- The C compiler identification is AppleClang 15.0.0.15000309 2025-09-07T07:04:14.5614550Z -- Detecting CXX compiler ABI info 2025-09-07T07:04:14.7591500Z -- Detecting CXX compiler ABI info - done 2025-09-07T07:04:14.7629500Z -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ - skipped 2025-09-07T07:04:14.7631660Z -- Detecting CXX compile features 2025-09-07T07:04:14.7635100Z -- Detecting CXX compile features - done 2025-09-07T07:04:14.8041700Z -- Detecting C compiler ABI info 2025-09-07T07:04:15.0005190Z -- Detecting C compiler ABI info - done 2025-09-07T07:04:15.0041400Z -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang - skipped 2025-09-07T07:04:15.0043420Z -- Detecting C compile features 2025-09-07T07:04:15.0046280Z -- Detecting C compile features - done 2025-09-07T07:04:15.0086040Z -- Not forcing any particular BLAS to be found 2025-09-07T07:04:15.0147450Z -- CLANG_VERSION_STRING: 15.0 2025-09-07T07:04:15.0214100Z -- sdk version: 14.4, mps supported: ON 2025-09-07T07:04:15.0346920Z -- MPSGraph framework found 2025-09-07T07:04:15.0375840Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2025-09-07T07:04:15.0405150Z -- Performing Test C_HAS_AVX_1 2025-09-07T07:04:15.3255100Z -- Performing Test C_HAS_AVX_1 - Failed 2025-09-07T07:04:15.3255350Z -- Performing Test C_HAS_AVX_2 2025-09-07T07:04:15.5048600Z -- Performing Test C_HAS_AVX_2 - Failed 2025-09-07T07:04:15.5048980Z -- Performing Test C_HAS_AVX_3 2025-09-07T07:04:15.6323480Z -- Performing Test C_HAS_AVX_3 - Failed 2025-09-07T07:04:15.6323930Z -- Performing Test C_HAS_AVX2_1 2025-09-07T07:04:15.8125950Z -- Performing Test C_HAS_AVX2_1 - Failed 2025-09-07T07:04:15.8126200Z -- Performing Test C_HAS_AVX2_2 2025-09-07T07:04:15.9924350Z -- Performing Test C_HAS_AVX2_2 - Failed 2025-09-07T07:04:15.9924650Z -- Performing Test C_HAS_AVX2_3 2025-09-07T07:04:16.1196010Z -- Performing Test C_HAS_AVX2_3 - Failed 2025-09-07T07:04:16.1196780Z -- Performing Test C_HAS_AVX512_1 2025-09-07T07:04:16.2999010Z -- Performing Test C_HAS_AVX512_1 - Failed 2025-09-07T07:04:16.2999270Z -- Performing Test C_HAS_AVX512_2 2025-09-07T07:04:16.4799480Z -- Performing Test C_HAS_AVX512_2 - Failed 2025-09-07T07:04:16.4799730Z -- Performing Test C_HAS_AVX512_3 2025-09-07T07:04:16.6076170Z -- Performing Test C_HAS_AVX512_3 - Failed 2025-09-07T07:04:16.6076660Z -- Performing Test CXX_HAS_AVX_1 2025-09-07T07:04:16.7878260Z -- Performing Test CXX_HAS_AVX_1 - Failed 2025-09-07T07:04:16.7878620Z -- Performing Test CXX_HAS_AVX_2 2025-09-07T07:04:16.9671600Z -- Performing Test CXX_HAS_AVX_2 - Failed 2025-09-07T07:04:16.9671910Z -- Performing Test CXX_HAS_AVX_3 2025-09-07T07:04:17.0947340Z -- Performing Test CXX_HAS_AVX_3 - Failed 2025-09-07T07:04:17.0947770Z -- Performing Test CXX_HAS_AVX2_1 2025-09-07T07:04:17.2740430Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2025-09-07T07:04:17.2740920Z -- Performing Test CXX_HAS_AVX2_2 2025-09-07T07:04:17.4537030Z -- Performing Test CXX_HAS_AVX2_2 - Failed 2025-09-07T07:04:17.4537280Z -- Performing Test CXX_HAS_AVX2_3 2025-09-07T07:04:17.5813920Z -- Performing Test CXX_HAS_AVX2_3 - Failed 2025-09-07T07:04:17.5814310Z -- Performing Test CXX_HAS_AVX512_1 2025-09-07T07:04:17.7608310Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2025-09-07T07:04:17.7608610Z -- Performing Test CXX_HAS_AVX512_2 2025-09-07T07:04:17.9407580Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2025-09-07T07:04:17.9407850Z -- Performing Test CXX_HAS_AVX512_3 2025-09-07T07:04:18.0689260Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2025-09-07T07:04:18.0693550Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-09-07T07:04:18.2307790Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2025-09-07T07:04:18.2311840Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-09-07T07:04:18.3924100Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2025-09-07T07:04:18.3928080Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2025-09-07T07:04:18.5547440Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2025-09-07T07:04:18.5570610Z -- No OMAP3 processor on this machine. 2025-09-07T07:04:18.5570840Z -- No OMAP4 processor on this machine. 2025-09-07T07:04:18.5571420Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-09-07T07:04:18.5600940Z CMake Warning at CMakeLists.txt:841 (message): 2025-09-07T07:04:18.5601250Z x64 operating system is required for FBGEMM. Not compiling with FBGEMM. 2025-09-07T07:04:18.5601530Z Turn this warning off by USE_FBGEMM=OFF. 2025-09-07T07:04:18.5601680Z 2025-09-07T07:04:18.5601900Z 2025-09-07T07:04:18.5694390Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2025-09-07T07:04:19.2585760Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2025-09-07T07:04:19.2596530Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2025-09-07T07:04:19.2596890Z PyTorch: CUDA cannot be found. Depending on whether you are building 2025-09-07T07:04:19.2597800Z PyTorch or a PyTorch dependent library, the next warning / error will give 2025-09-07T07:04:19.2598100Z you more info. 2025-09-07T07:04:19.2598260Z Call Stack (most recent call first): 2025-09-07T07:04:19.2598470Z cmake/Dependencies.cmake:44 (include) 2025-09-07T07:04:19.2598680Z CMakeLists.txt:869 (include) 2025-09-07T07:04:19.2598800Z 2025-09-07T07:04:19.2598800Z 2025-09-07T07:04:19.2598920Z CMake Warning at cmake/Dependencies.cmake:76 (message): 2025-09-07T07:04:19.2599230Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2025-09-07T07:04:19.2599510Z Call Stack (most recent call first): 2025-09-07T07:04:19.2599740Z CMakeLists.txt:869 (include) 2025-09-07T07:04:19.2599850Z 2025-09-07T07:04:19.2599850Z 2025-09-07T07:04:19.2617560Z CMake Warning at cmake/Dependencies.cmake:95 (message): 2025-09-07T07:04:19.2617930Z Not compiling with XPU. Could NOT find SYCL. Suppress this warning with 2025-09-07T07:04:19.2618480Z -DUSE_XPU=OFF. 2025-09-07T07:04:19.2618630Z Call Stack (most recent call first): 2025-09-07T07:04:19.2618820Z CMakeLists.txt:869 (include) 2025-09-07T07:04:19.2618940Z 2025-09-07T07:04:19.2618940Z 2025-09-07T07:04:19.2626780Z -- Building using own protobuf under third_party per request. 2025-09-07T07:04:19.2627070Z -- Use custom protobuf build. 2025-09-07T07:04:19.2641870Z CMake Deprecation Warning at third_party/protobuf/cmake/CMakeLists.txt:2 (cmake_minimum_required): 2025-09-07T07:04:19.2642290Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-09-07T07:04:19.2642540Z CMake. 2025-09-07T07:04:19.2642620Z 2025-09-07T07:04:19.2642760Z Update the VERSION argument value or use a ... suffix to tell 2025-09-07T07:04:19.2643140Z CMake that the project does not need compatibility with older versions. 2025-09-07T07:04:19.2643340Z 2025-09-07T07:04:19.2643340Z 2025-09-07T07:04:19.2658650Z -- 2025-09-07T07:04:19.2658880Z -- 3.13.0.0 2025-09-07T07:04:19.2663890Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-09-07T07:04:19.4496220Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-09-07T07:04:19.4502480Z -- Found Threads: TRUE 2025-09-07T07:04:19.4504600Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2025-09-07T07:04:19.8339800Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2025-09-07T07:04:19.8592910Z -- Caffe2 protobuf include directory: $$ 2025-09-07T07:04:19.8604090Z -- Trying to find preferred BLAS backend of choice: MKL 2025-09-07T07:04:19.8642900Z CMake Warning at cmake/Dependencies.cmake:213 (message): 2025-09-07T07:04:19.8643250Z MKL could not be found. Defaulting to Eigen 2025-09-07T07:04:19.8643460Z Call Stack (most recent call first): 2025-09-07T07:04:19.8643640Z CMakeLists.txt:869 (include) 2025-09-07T07:04:19.8643750Z 2025-09-07T07:04:19.8643760Z 2025-09-07T07:04:19.8643870Z CMake Warning at cmake/Dependencies.cmake:279 (message): 2025-09-07T07:04:19.8644170Z Preferred BLAS (MKL) cannot be found, now searching for a general BLAS 2025-09-07T07:04:19.8644420Z library 2025-09-07T07:04:19.8644550Z Call Stack (most recent call first): 2025-09-07T07:04:19.8644720Z CMakeLists.txt:869 (include) 2025-09-07T07:04:19.8644890Z 2025-09-07T07:04:19.8644890Z 2025-09-07T07:04:19.8647210Z -- Checking for [blis] 2025-09-07T07:04:19.8654710Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2025-09-07T07:04:19.8654940Z -- Checking for [Accelerate] 2025-09-07T07:04:19.8661080Z -- Library Accelerate: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework 2025-09-07T07:04:19.8661730Z -- Looking for sgemm_ 2025-09-07T07:04:20.0493890Z -- Looking for sgemm_ - found 2025-09-07T07:04:20.0507600Z -- Performing Test BLAS_F2C_DOUBLE_WORKS 2025-09-07T07:04:20.3064670Z -- Performing Test BLAS_F2C_DOUBLE_WORKS - Success 2025-09-07T07:04:20.3065150Z -- Performing Test BLAS_F2C_FLOAT_WORKS 2025-09-07T07:04:20.5642540Z -- Performing Test BLAS_F2C_FLOAT_WORKS - Failed 2025-09-07T07:04:20.5642930Z -- This BLAS uses the F2C return conventions 2025-09-07T07:04:20.5643610Z -- Performing Test BLAS_USE_CBLAS_DOT 2025-09-07T07:04:20.8182700Z -- Performing Test BLAS_USE_CBLAS_DOT - Success 2025-09-07T07:04:20.8183030Z -- BLAS_USE_CBLAS_DOT: TRUE 2025-09-07T07:04:20.8183250Z -- BLAS_F2C: TRUE 2025-09-07T07:04:20.8183940Z -- Found a library with BLAS API (accelerate). Full path: (/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework) 2025-09-07T07:04:20.8186180Z -- Looking for sbgemm_ 2025-09-07T07:04:20.9983850Z -- Looking for sbgemm_ - not found 2025-09-07T07:04:20.9984490Z -- Using pocketfft in directory: /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft/ 2025-09-07T07:04:21.0314440Z -- The ASM compiler identification is AppleClang 2025-09-07T07:04:21.0329260Z -- Found assembler: /Library/Developer/CommandLineTools/usr/bin/clang 2025-09-07T07:04:21.0760930Z CMake Deprecation Warning at third_party/psimd/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-09-07T07:04:21.0761370Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-09-07T07:04:21.0761630Z CMake. 2025-09-07T07:04:21.0761710Z 2025-09-07T07:04:21.0761840Z Update the VERSION argument value or use a ... suffix to tell 2025-09-07T07:04:21.0762160Z CMake that the project does not need compatibility with older versions. 2025-09-07T07:04:21.0762350Z 2025-09-07T07:04:21.0762350Z 2025-09-07T07:04:21.0783550Z CMake Deprecation Warning at third_party/FP16/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-09-07T07:04:21.0783990Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-09-07T07:04:21.0784240Z CMake. 2025-09-07T07:04:21.0784310Z 2025-09-07T07:04:21.0784440Z Update the VERSION argument value or use a ... suffix to tell 2025-09-07T07:04:21.0784790Z CMake that the project does not need compatibility with older versions. 2025-09-07T07:04:21.0784990Z 2025-09-07T07:04:21.0784990Z 2025-09-07T07:04:21.0805870Z -- Brace yourself, we are building NNPACK 2025-09-07T07:04:21.0836500Z CMake Deprecation Warning at third_party/NNPACK/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-09-07T07:04:21.0836910Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-09-07T07:04:21.0837160Z CMake. 2025-09-07T07:04:21.0837220Z 2025-09-07T07:04:21.0837370Z Update the VERSION argument value or use a ... suffix to tell 2025-09-07T07:04:21.0837700Z CMake that the project does not need compatibility with older versions. 2025-09-07T07:04:21.0837910Z 2025-09-07T07:04:21.0837920Z 2025-09-07T07:04:21.1226060Z -- NNPACK backend is neon 2025-09-07T07:04:21.1666220Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-09-07T07:04:21.1678550Z -- Generating microkernels.cmake 2025-09-07T07:04:29.0273160Z Duplicate microkernel definition: src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-scalar.c and src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c (1th function) 2025-09-07T07:04:29.0274140Z Duplicate microkernel definition: src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c and src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c (1th function) 2025-09-07T07:04:29.0274760Z No microkernel found in src/reference/unary-elementwise.cc 2025-09-07T07:04:29.0275040Z No microkernel found in src/reference/packing.cc 2025-09-07T07:04:29.0275310Z No microkernel found in src/reference/binary-elementwise.cc 2025-09-07T07:04:29.1153240Z -- Found Git: /usr/bin/git (found version "2.39.3 (Apple Git-146)") 2025-09-07T07:04:29.1225590Z -- Google Benchmark version: v1.9.3, normalized to 1.9.3 2025-09-07T07:04:29.1249530Z -- Looking for shm_open in rt 2025-09-07T07:04:29.2765820Z -- Looking for shm_open in rt - not found 2025-09-07T07:04:29.2770490Z -- Performing Test HAVE_CXX_FLAG_WALL 2025-09-07T07:04:29.4418940Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2025-09-07T07:04:29.4423590Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2025-09-07T07:04:29.6047740Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2025-09-07T07:04:29.6052390Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2025-09-07T07:04:29.7673890Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2025-09-07T07:04:29.7678400Z -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL 2025-09-07T07:04:29.9310970Z -- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success 2025-09-07T07:04:29.9315700Z -- Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST 2025-09-07T07:04:30.0940000Z -- Performing Test HAVE_CXX_FLAG_WOLD_STYLE_CAST - Success 2025-09-07T07:04:30.0944970Z -- Performing Test HAVE_CXX_FLAG_WCONVERSION 2025-09-07T07:04:30.2574360Z -- Performing Test HAVE_CXX_FLAG_WCONVERSION - Success 2025-09-07T07:04:30.2579000Z -- Performing Test HAVE_CXX_FLAG_WERROR 2025-09-07T07:04:30.4207060Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2025-09-07T07:04:30.4211820Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2025-09-07T07:04:30.5848520Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2025-09-07T07:04:30.5852810Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2025-09-07T07:04:30.7475730Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2025-09-07T07:04:30.7480320Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2025-09-07T07:04:30.9104920Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2025-09-07T07:04:30.9109550Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2025-09-07T07:04:31.0736160Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Success 2025-09-07T07:04:31.0740800Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2025-09-07T07:04:31.2364260Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2025-09-07T07:04:31.2368970Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2025-09-07T07:04:31.4002300Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2025-09-07T07:04:31.4006960Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2025-09-07T07:04:31.5636640Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2025-09-07T07:04:31.5641280Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2025-09-07T07:04:31.7268450Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2025-09-07T07:04:31.7273090Z -- Performing Test HAVE_CXX_FLAG_WD654 2025-09-07T07:04:31.8559380Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2025-09-07T07:04:31.8563980Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2025-09-07T07:04:32.0200320Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Success 2025-09-07T07:04:32.0200810Z -- Enabling additional flags: -DINCLUDE_DIRECTORIES=/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/benchmark/include 2025-09-07T07:04:32.0201660Z -- Compiling and running to test HAVE_THREAD_SAFETY_ATTRIBUTES 2025-09-07T07:04:32.8123550Z -- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- success 2025-09-07T07:04:32.8130110Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2025-09-07T07:04:32.9826000Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2025-09-07T07:04:32.9826290Z -- Compiling and running to test HAVE_STD_REGEX 2025-09-07T07:04:33.7155300Z -- Performing Test HAVE_STD_REGEX -- success 2025-09-07T07:04:33.7155640Z -- Compiling and running to test HAVE_GNU_POSIX_REGEX 2025-09-07T07:04:34.0280720Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-09-07T07:04:34.0281020Z -- Compiling and running to test HAVE_POSIX_REGEX 2025-09-07T07:04:34.4093790Z -- Performing Test HAVE_POSIX_REGEX -- success 2025-09-07T07:04:34.4094160Z -- Compiling and running to test HAVE_STEADY_CLOCK 2025-09-07T07:04:34.7823530Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-09-07T07:04:34.7841170Z -- Compiling and running to test HAVE_PTHREAD_AFFINITY 2025-09-07T07:04:34.9312330Z -- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile 2025-09-07T07:04:34.9403150Z -- Using third party subdirectory Eigen. 2025-09-07T07:04:35.1753280Z -- Found Python: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/python (found version "3.12.11") found components: Interpreter Development.Module NumPy 2025-09-07T07:04:35.1753830Z -- Using third_party/pybind11. 2025-09-07T07:04:35.1754190Z -- pybind11 include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2025-09-07T07:04:35.2433320Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-09-07T07:04:35.2433630Z -- Using third_party/opentelemetry-cpp. 2025-09-07T07:04:35.2434620Z -- opentelemetry api include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-09-07T07:04:35.2508950Z -- Check OMP with lib /opt/homebrew/opt/libomp/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2025-09-07T07:04:35.3929790Z CMake Warning at cmake/Modules/FindOpenMP.cmake:335 (message): 2025-09-07T07:04:35.3930150Z Detecting C OpenMP compiler ABI info compiled with the following output: 2025-09-07T07:04:35.3930400Z 2025-09-07T07:04:35.3930440Z Change Dir: 2025-09-07T07:04:35.3931190Z '/Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp' 2025-09-07T07:04:35.3931420Z 2025-09-07T07:04:35.3931430Z 2025-09-07T07:04:35.3931430Z 2025-09-07T07:04:35.3931480Z Run Build Command(s): 2025-09-07T07:04:35.3931710Z /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/ninja -v 2025-09-07T07:04:35.3931950Z cmTC_b75dd 2025-09-07T07:04:35.3932030Z 2025-09-07T07:04:35.3932170Z [1/2] /Library/Developer/CommandLineTools/usr/bin/clang -Xpreprocessor 2025-09-07T07:04:35.3932460Z -fopenmp -v -std=gnu11 -arch arm64 -isysroot 2025-09-07T07:04:35.3932690Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2025-09-07T07:04:35.3932920Z -mmacosx-version-min=11.1 -MD -MT 2025-09-07T07:04:35.3933130Z CMakeFiles/cmTC_b75dd.dir/OpenMPTryFlag.c.o -MF 2025-09-07T07:04:35.3933370Z CMakeFiles/cmTC_b75dd.dir/OpenMPTryFlag.c.o.d -o 2025-09-07T07:04:35.3933600Z CMakeFiles/cmTC_b75dd.dir/OpenMPTryFlag.c.o -c 2025-09-07T07:04:35.3933930Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2025-09-07T07:04:35.3934190Z 2025-09-07T07:04:35.3934190Z 2025-09-07T07:04:35.3934290Z FAILED: CMakeFiles/cmTC_b75dd.dir/OpenMPTryFlag.c.o 2025-09-07T07:04:35.3934440Z 2025-09-07T07:04:35.3934600Z /Library/Developer/CommandLineTools/usr/bin/clang -Xpreprocessor -fopenmp 2025-09-07T07:04:35.3934880Z -v -std=gnu11 -arch arm64 -isysroot 2025-09-07T07:04:35.3935090Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2025-09-07T07:04:35.3935310Z -mmacosx-version-min=11.1 -MD -MT 2025-09-07T07:04:35.3935510Z CMakeFiles/cmTC_b75dd.dir/OpenMPTryFlag.c.o -MF 2025-09-07T07:04:35.3935740Z CMakeFiles/cmTC_b75dd.dir/OpenMPTryFlag.c.o.d -o 2025-09-07T07:04:35.3935970Z CMakeFiles/cmTC_b75dd.dir/OpenMPTryFlag.c.o -c 2025-09-07T07:04:35.3936310Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2025-09-07T07:04:35.3936550Z 2025-09-07T07:04:35.3936550Z 2025-09-07T07:04:35.3936620Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2025-09-07T07:04:35.3936750Z 2025-09-07T07:04:35.3936820Z Target: arm64-apple-darwin23.4.0 2025-09-07T07:04:35.3936930Z 2025-09-07T07:04:35.3936970Z Thread model: posix 2025-09-07T07:04:35.3937060Z 2025-09-07T07:04:35.3937170Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2025-09-07T07:04:35.3937330Z 2025-09-07T07:04:35.3945340Z "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx11.1.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -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 -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_b75dd.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_b75dd.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -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 CMakeFiles/cmTC_b75dd.dir/OpenMPTryFlag.c.o -x c /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2025-09-07T07:04:35.3953390Z 2025-09-07T07:04:35.3953490Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2025-09-07T07:04:35.3953720Z arm64-apple-darwin23.4.0 2025-09-07T07:04:35.3953820Z 2025-09-07T07:04:35.3953900Z ignoring nonexistent directory "/usr/local/include" 2025-09-07T07:04:35.3954050Z 2025-09-07T07:04:35.3954110Z ignoring nonexistent directory 2025-09-07T07:04:35.3954360Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2025-09-07T07:04:35.3954570Z 2025-09-07T07:04:35.3954620Z ignoring nonexistent directory 2025-09-07T07:04:35.3954870Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2025-09-07T07:04:35.3955080Z 2025-09-07T07:04:35.3955140Z #include "..." search starts here: 2025-09-07T07:04:35.3955250Z 2025-09-07T07:04:35.3955310Z #include <...> search starts here: 2025-09-07T07:04:35.3955420Z 2025-09-07T07:04:35.3955540Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2025-09-07T07:04:35.3955850Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2025-09-07T07:04:35.3956110Z /Library/Developer/CommandLineTools/usr/include 2025-09-07T07:04:35.3956470Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2025-09-07T07:04:35.3956760Z 2025-09-07T07:04:35.3956800Z End of search list. 2025-09-07T07:04:35.3956980Z 2025-09-07T07:04:35.3956980Z 2025-09-07T07:04:35.3957190Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c:2:10: 2025-09-07T07:04:35.3957510Z fatal error: 'omp.h' file not found 2025-09-07T07:04:35.3957630Z 2025-09-07T07:04:35.3957670Z #include 2025-09-07T07:04:35.3957750Z 2025-09-07T07:04:35.3957790Z ^~~~~~~ 2025-09-07T07:04:35.3957860Z 2025-09-07T07:04:35.3957910Z 1 error generated. 2025-09-07T07:04:35.3957990Z 2025-09-07T07:04:35.3958060Z ninja: build stopped: subcommand failed. 2025-09-07T07:04:35.3958180Z 2025-09-07T07:04:35.3958190Z 2025-09-07T07:04:35.3958190Z 2025-09-07T07:04:35.3958240Z Call Stack (most recent call first): 2025-09-07T07:04:35.3958450Z cmake/Modules/FindOpenMP.cmake:551 (_OPENMP_GET_FLAGS) 2025-09-07T07:04:35.3958670Z cmake/Dependencies.cmake:901 (include) 2025-09-07T07:04:35.3958850Z CMakeLists.txt:869 (include) 2025-09-07T07:04:35.3958950Z 2025-09-07T07:04:35.3958960Z 2025-09-07T07:04:35.6659210Z -- Check OMP with lib /opt/homebrew/opt/libomp/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include -v 2025-09-07T07:04:35.8414230Z -- Check OMP with lib /opt/homebrew/opt/libomp/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2025-09-07T07:04:35.9792570Z CMake Warning at cmake/Modules/FindOpenMP.cmake:335 (message): 2025-09-07T07:04:35.9793210Z Detecting CXX OpenMP compiler ABI info compiled with the following output: 2025-09-07T07:04:35.9793440Z 2025-09-07T07:04:35.9793490Z Change Dir: 2025-09-07T07:04:35.9793710Z '/Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp' 2025-09-07T07:04:35.9793920Z 2025-09-07T07:04:35.9793920Z 2025-09-07T07:04:35.9793920Z 2025-09-07T07:04:35.9793980Z Run Build Command(s): 2025-09-07T07:04:35.9794200Z /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/ninja -v 2025-09-07T07:04:35.9794440Z cmTC_f5990 2025-09-07T07:04:35.9794510Z 2025-09-07T07:04:35.9794630Z [1/2] /Library/Developer/CommandLineTools/usr/bin/clang++ 2025-09-07T07:04:35.9794950Z -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Xpreprocessor -fopenmp -v 2025-09-07T07:04:35.9795220Z -std=gnu++17 -arch arm64 -isysroot 2025-09-07T07:04:35.9795430Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2025-09-07T07:04:35.9795640Z -mmacosx-version-min=11.1 -MD -MT 2025-09-07T07:04:35.9795840Z CMakeFiles/cmTC_f5990.dir/OpenMPTryFlag.cpp.o -MF 2025-09-07T07:04:35.9796080Z CMakeFiles/cmTC_f5990.dir/OpenMPTryFlag.cpp.o.d -o 2025-09-07T07:04:35.9796320Z CMakeFiles/cmTC_f5990.dir/OpenMPTryFlag.cpp.o -c 2025-09-07T07:04:35.9796650Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2025-09-07T07:04:35.9796910Z 2025-09-07T07:04:35.9796910Z 2025-09-07T07:04:35.9797010Z FAILED: CMakeFiles/cmTC_f5990.dir/OpenMPTryFlag.cpp.o 2025-09-07T07:04:35.9797160Z 2025-09-07T07:04:35.9797250Z /Library/Developer/CommandLineTools/usr/bin/clang++ 2025-09-07T07:04:35.9797550Z -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Xpreprocessor -fopenmp -v 2025-09-07T07:04:35.9797800Z -std=gnu++17 -arch arm64 -isysroot 2025-09-07T07:04:35.9798000Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2025-09-07T07:04:35.9798200Z -mmacosx-version-min=11.1 -MD -MT 2025-09-07T07:04:35.9798390Z CMakeFiles/cmTC_f5990.dir/OpenMPTryFlag.cpp.o -MF 2025-09-07T07:04:35.9798620Z CMakeFiles/cmTC_f5990.dir/OpenMPTryFlag.cpp.o.d -o 2025-09-07T07:04:35.9798840Z CMakeFiles/cmTC_f5990.dir/OpenMPTryFlag.cpp.o -c 2025-09-07T07:04:35.9799160Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2025-09-07T07:04:35.9799410Z 2025-09-07T07:04:35.9799420Z 2025-09-07T07:04:35.9799480Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2025-09-07T07:04:35.9799620Z 2025-09-07T07:04:35.9799680Z Target: arm64-apple-darwin23.4.0 2025-09-07T07:04:35.9799790Z 2025-09-07T07:04:35.9799840Z Thread model: posix 2025-09-07T07:04:35.9799920Z 2025-09-07T07:04:35.9800230Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2025-09-07T07:04:35.9800400Z 2025-09-07T07:04:35.9808780Z "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx11.1.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -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 -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_f5990.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_f5990.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -D USE_PTHREADPOOL -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 CMakeFiles/cmTC_f5990.dir/OpenMPTryFlag.cpp.o -x c++ /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2025-09-07T07:04:35.9817300Z 2025-09-07T07:04:35.9817410Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2025-09-07T07:04:35.9817630Z arm64-apple-darwin23.4.0 2025-09-07T07:04:35.9817730Z 2025-09-07T07:04:35.9817820Z ignoring nonexistent directory "/usr/local/include" 2025-09-07T07:04:35.9817970Z 2025-09-07T07:04:35.9818020Z ignoring nonexistent directory 2025-09-07T07:04:35.9818270Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2025-09-07T07:04:35.9818480Z 2025-09-07T07:04:35.9818530Z ignoring nonexistent directory 2025-09-07T07:04:35.9818790Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2025-09-07T07:04:35.9819000Z 2025-09-07T07:04:35.9819110Z #include "..." search starts here: 2025-09-07T07:04:35.9819230Z 2025-09-07T07:04:35.9819280Z #include <...> search starts here: 2025-09-07T07:04:35.9819400Z 2025-09-07T07:04:35.9819530Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 2025-09-07T07:04:35.9819860Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2025-09-07T07:04:35.9820170Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2025-09-07T07:04:35.9820430Z /Library/Developer/CommandLineTools/usr/include 2025-09-07T07:04:35.9820790Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2025-09-07T07:04:35.9821070Z 2025-09-07T07:04:35.9821120Z End of search list. 2025-09-07T07:04:35.9821200Z 2025-09-07T07:04:35.9821210Z 2025-09-07T07:04:35.9821420Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp:2:10: 2025-09-07T07:04:35.9821750Z fatal error: 'omp.h' file not found 2025-09-07T07:04:35.9821870Z 2025-09-07T07:04:35.9821920Z #include 2025-09-07T07:04:35.9821990Z 2025-09-07T07:04:35.9822030Z ^~~~~~~ 2025-09-07T07:04:35.9822100Z 2025-09-07T07:04:35.9822150Z 1 error generated. 2025-09-07T07:04:35.9822230Z 2025-09-07T07:04:35.9822290Z ninja: build stopped: subcommand failed. 2025-09-07T07:04:35.9822420Z 2025-09-07T07:04:35.9822420Z 2025-09-07T07:04:35.9822530Z 2025-09-07T07:04:35.9822590Z Call Stack (most recent call first): 2025-09-07T07:04:35.9822800Z cmake/Modules/FindOpenMP.cmake:551 (_OPENMP_GET_FLAGS) 2025-09-07T07:04:35.9823020Z cmake/Dependencies.cmake:901 (include) 2025-09-07T07:04:35.9823200Z CMakeLists.txt:869 (include) 2025-09-07T07:04:35.9823300Z 2025-09-07T07:04:35.9823300Z 2025-09-07T07:04:36.2543340Z -- Check OMP with lib /opt/homebrew/opt/libomp/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include -v 2025-09-07T07:04:36.5988890Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include 2025-09-07T07:04:36.7723330Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include 2025-09-07T07:04:36.7724650Z -- Found OpenMP: TRUE 2025-09-07T07:04:36.7725540Z -- Adding OpenMP CXX_FLAGS: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include 2025-09-07T07:04:36.7725940Z -- Will link against OpenMP libraries: /opt/homebrew/opt/libomp/lib/libomp.dylib 2025-09-07T07:04:36.7727380Z -- Found nvtx3: /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NVTX/c/include 2025-09-07T07:04:36.8910690Z -- Found Python3: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/python (found version "3.12.11") found components: Interpreter 2025-09-07T07:04:36.8917440Z -- ONNX_PROTOC_EXECUTABLE: $ 2025-09-07T07:04:36.8917880Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-09-07T07:04:36.8918470Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-09-07T07:04:36.8918910Z -- Protobuf_VERSION: Protobuf_VERSION_NOTFOUND 2025-09-07T07:04:36.8919300Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-09-07T07:04:37.0650560Z -- 2025-09-07T07:04:37.0650750Z -- ******** Summary ******** 2025-09-07T07:04:37.0650960Z -- CMake version : 3.27.9 2025-09-07T07:04:37.0651380Z -- CMake command : /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages/cmake/data/bin/cmake 2025-09-07T07:04:37.0651780Z -- System : Darwin 2025-09-07T07:04:37.0652050Z -- C++ compiler : /Library/Developer/CommandLineTools/usr/bin/clang++ 2025-09-07T07:04:37.0652330Z -- C++ compiler version : 15.0.0.15000309 2025-09-07T07:04:37.0652650Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2025-09-07T07:04:37.0653120Z -- Build type : Release 2025-09-07T07:04:37.0653380Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2025-09-07T07:04:37.0653780Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages 2025-09-07T07:04:37.0654220Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2025-09-07T07:04:37.0654810Z -- CMAKE_MODULE_PATH : /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/Modules;/Users/ec2-user/runner/_work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2025-09-07T07:04:37.0655280Z -- 2025-09-07T07:04:37.0655400Z -- ONNX version : 1.18.0 2025-09-07T07:04:37.0655620Z -- ONNX NAMESPACE : onnx_torch 2025-09-07T07:04:37.0655840Z -- ONNX_USE_LITE_PROTO : OFF 2025-09-07T07:04:37.0656040Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-09-07T07:04:37.0656250Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-09-07T07:04:37.0656460Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-09-07T07:04:37.0656660Z -- ONNX_WERROR : OFF 2025-09-07T07:04:37.0656850Z -- ONNX_BUILD_TESTS : OFF 2025-09-07T07:04:37.0657050Z -- BUILD_SHARED_LIBS : OFF 2025-09-07T07:04:37.0657210Z -- 2025-09-07T07:04:37.0663370Z -- Protobuf compiler : $ 2025-09-07T07:04:37.0663710Z -- Protobuf includes : 2025-09-07T07:04:37.0663910Z -- Protobuf libraries : 2025-09-07T07:04:37.0664100Z -- ONNX_BUILD_PYTHON : OFF 2025-09-07T07:04:37.0664340Z CMake Warning at cmake/Dependencies.cmake:1418 (message): 2025-09-07T07:04:37.0664650Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2025-09-07T07:04:37.0664910Z Call Stack (most recent call first): 2025-09-07T07:04:37.0665090Z CMakeLists.txt:869 (include) 2025-09-07T07:04:37.0665200Z 2025-09-07T07:04:37.0665210Z 2025-09-07T07:04:37.0665330Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-09-07T07:04:37.0665580Z -- Adding -DNDEBUG to compile flags 2025-09-07T07:04:37.0676070Z -- No OMAP3 processor on this machine. 2025-09-07T07:04:37.0676290Z -- No OMAP4 processor on this machine. 2025-09-07T07:04:37.0676510Z -- Neon found with compiler flag : -D__NEON__ 2025-09-07T07:04:37.0692080Z -- Looking for cheev_ 2025-09-07T07:04:37.2451660Z -- Looking for cheev_ - found 2025-09-07T07:04:37.2451900Z -- Found a library with LAPACK API (accelerate). 2025-09-07T07:04:37.2452380Z disabling CUDA because NOT USE_CUDA is set 2025-09-07T07:04:37.2452580Z disabling ROCM because NOT USE_ROCM is set 2025-09-07T07:04:37.2452800Z -- MIOpen not found. Compiling without MIOpen support 2025-09-07T07:04:37.2453040Z disabling MKLDNN because USE_MKLDNN is not set 2025-09-07T07:04:37.2911680Z -- Looking for mmap 2025-09-07T07:04:37.4538660Z -- Looking for mmap - found 2025-09-07T07:04:37.4538880Z -- Looking for shm_open 2025-09-07T07:04:37.6185940Z -- Looking for shm_open - found 2025-09-07T07:04:37.6186150Z -- Looking for shm_unlink 2025-09-07T07:04:37.7828250Z -- Looking for shm_unlink - found 2025-09-07T07:04:37.7828480Z -- Looking for malloc_usable_size 2025-09-07T07:04:37.9466460Z -- Looking for malloc_usable_size - not found 2025-09-07T07:04:37.9553250Z -- {fmt} version: 11.2.0 2025-09-07T07:04:37.9553480Z -- Build type: Release 2025-09-07T07:04:37.9565950Z -- Performing Test HAS_NULLPTR_WARNING 2025-09-07T07:04:38.1204170Z -- Performing Test HAS_NULLPTR_WARNING - Success 2025-09-07T07:04:38.1260460Z -- Using CPU-only version of Kineto 2025-09-07T07:04:38.1260670Z -- Configuring Kineto dependency: 2025-09-07T07:04:38.1261160Z -- KINETO_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2025-09-07T07:04:38.1261490Z -- KINETO_BUILD_TESTS = OFF 2025-09-07T07:04:38.1261650Z -- KINETO_LIBRARY_TYPE = static 2025-09-07T07:04:38.1291350Z CMake Warning (dev) at third_party/kineto/libkineto/CMakeLists.txt:15 (find_package): 2025-09-07T07:04:38.1291750Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2025-09-07T07:04:38.1292090Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2025-09-07T07:04:38.1292420Z the cmake_policy command to set the policy and suppress this warning. 2025-09-07T07:04:38.1292630Z 2025-09-07T07:04:38.1292750Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-09-07T07:04:38.1292960Z 2025-09-07T07:04:38.1474940Z -- Found PythonInterp: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/python (found version "3.12.11") 2025-09-07T07:04:38.1476170Z -- CUDA_SOURCE_DIR = 2025-09-07T07:04:38.1476460Z -- ROCM_SOURCE_DIR = 2025-09-07T07:04:38.1652160Z -- CUPTI unavailable or disabled - not building GPU profilers 2025-09-07T07:04:38.1989360Z -- Kineto: FMT_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt 2025-09-07T07:04:38.1989860Z -- Kineto: FMT_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt/include 2025-09-07T07:04:38.1990190Z -- CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2025-09-07T07:04:38.1990420Z -- ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-09-07T07:04:38.1991210Z -- DYNOLOG_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-09-07T07:04:38.1991860Z -- IPCFABRIC_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-09-07T07:04:38.2011660Z -- Configured Kineto (CPU) 2025-09-07T07:04:38.2023090Z -- Running on macOS with Apple silicon 2025-09-07T07:04:38.2038940Z -- Performing Test HAS_WERROR_RETURN_TYPE 2025-09-07T07:04:38.3800460Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2025-09-07T07:04:38.3805300Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2025-09-07T07:04:38.5454130Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2025-09-07T07:04:38.5458800Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2025-09-07T07:04:38.7094240Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Success 2025-09-07T07:04:38.7098870Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2025-09-07T07:04:38.8745980Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Success 2025-09-07T07:04:38.8750780Z -- Performing Test HAS_WERROR_BOOL_OPERATION 2025-09-07T07:04:39.0401590Z -- Performing Test HAS_WERROR_BOOL_OPERATION - Success 2025-09-07T07:04:39.0406370Z -- Performing Test HAS_WNARROWING 2025-09-07T07:04:39.2054350Z -- Performing Test HAS_WNARROWING - Success 2025-09-07T07:04:39.2059080Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2025-09-07T07:04:39.3719190Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2025-09-07T07:04:39.3723770Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2025-09-07T07:04:39.5366130Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2025-09-07T07:04:39.5370690Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2025-09-07T07:04:39.7027470Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2025-09-07T07:04:39.7031790Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2025-09-07T07:04:39.8695420Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2025-09-07T07:04:39.8700030Z -- Performing Test HAS_WNO_STRICT_ALIASING 2025-09-07T07:04:40.0338230Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2025-09-07T07:04:40.0342860Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-09-07T07:04:40.1989080Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-09-07T07:04:40.1993450Z -- Performing Test HAS_WVLA_EXTENSION 2025-09-07T07:04:40.3654270Z -- Performing Test HAS_WVLA_EXTENSION - Success 2025-09-07T07:04:40.3658780Z -- Performing Test HAS_WSUGGEST_OVERRIDE 2025-09-07T07:04:40.5308830Z -- Performing Test HAS_WSUGGEST_OVERRIDE - Success 2025-09-07T07:04:40.5313270Z -- Performing Test HAS_WNEWLINE_EOF 2025-09-07T07:04:40.6958890Z -- Performing Test HAS_WNEWLINE_EOF - Success 2025-09-07T07:04:40.6963560Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE 2025-09-07T07:04:40.8604440Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE - Success 2025-09-07T07:04:40.8609140Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2025-09-07T07:04:41.0263120Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Success 2025-09-07T07:04:41.0267610Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2025-09-07T07:04:41.1917350Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2025-09-07T07:04:41.1921780Z -- Performing Test HAS_WCONSTANT_CONVERSION 2025-09-07T07:04:41.3570590Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2025-09-07T07:04:41.3575060Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2025-09-07T07:04:41.5233310Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2025-09-07T07:04:41.5238000Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2025-09-07T07:04:41.6880580Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2025-09-07T07:04:41.6885180Z -- Performing Test HAS_FALIGNED_NEW 2025-09-07T07:04:41.8533960Z -- Performing Test HAS_FALIGNED_NEW - Success 2025-09-07T07:04:41.8538390Z -- Performing Test HAS_WERROR 2025-09-07T07:04:42.0183760Z -- Performing Test HAS_WERROR - Success 2025-09-07T07:04:42.0188230Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2025-09-07T07:04:42.1530500Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2025-09-07T07:04:42.1535740Z -- Performing Test HAS_FSTANDALONE_DEBUG 2025-09-07T07:04:42.3175890Z -- Performing Test HAS_FSTANDALONE_DEBUG - Success 2025-09-07T07:04:42.3180580Z -- Performing Test HAS_FNO_MATH_ERRNO 2025-09-07T07:04:42.4831570Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2025-09-07T07:04:42.4836170Z -- Performing Test HAS_FNO_TRAPPING_MATH 2025-09-07T07:04:42.6478580Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2025-09-07T07:04:42.6483300Z -- Performing Test HAS_WERROR_FORMAT 2025-09-07T07:04:42.8123360Z -- Performing Test HAS_WERROR_FORMAT - Success 2025-09-07T07:04:42.8128400Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW 2025-09-07T07:04:42.9768120Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW - Success 2025-09-07T07:04:42.9772660Z -- Performing Test HAS_WNO_MISSING_BRACES 2025-09-07T07:04:43.1434820Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2025-09-07T07:04:43.1496340Z -- don't use NUMA 2025-09-07T07:04:43.1507610Z -- Looking for backtrace 2025-09-07T07:04:43.3223060Z -- Looking for backtrace - found 2025-09-07T07:04:43.3223330Z -- backtrace facility detected in default set of libraries 2025-09-07T07:04:43.3224920Z -- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2025-09-07T07:04:45.0292430Z -- headers outputs: 2025-09-07T07:04:45.7121930Z -- sources outputs: 2025-09-07T07:04:46.2518480Z -- declarations_yaml outputs: 2025-09-07T07:04:46.3292460Z -- Using ATen parallel backend: OMP 2025-09-07T07:04:46.3307540Z disabling CUDA because USE_CUDA is set false 2025-09-07T07:04:46.4066370Z -- Found OpenSSL: /opt/homebrew/lib/libcrypto.dylib (found version "3.5.2") 2025-09-07T07:04:46.4090080Z -- Looking for sys/types.h 2025-09-07T07:04:46.5800000Z -- Looking for sys/types.h - found 2025-09-07T07:04:46.5800310Z -- Looking for stdint.h 2025-09-07T07:04:46.7467730Z -- Looking for stdint.h - found 2025-09-07T07:04:46.7468070Z -- Looking for stddef.h 2025-09-07T07:04:46.9119430Z -- Looking for stddef.h - found 2025-09-07T07:04:46.9119660Z -- Check size of long double 2025-09-07T07:04:47.0843490Z -- Check size of long double - done 2025-09-07T07:04:47.0844230Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-09-07T07:04:47.2217470Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-09-07T07:04:47.2233910Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include (found version "5.0") 2025-09-07T07:04:47.2236180Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/opt/homebrew/opt/libomp/include (found version "5.0") 2025-09-07T07:04:47.2237720Z -- Found OpenMP: TRUE (found version "5.0") 2025-09-07T07:04:47.2238740Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-09-07T07:04:47.3927900Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Failed 2025-09-07T07:04:47.3928190Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-09-07T07:04:47.5586010Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-09-07T07:04:47.5586400Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-09-07T07:04:47.6960920Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-09-07T07:04:47.6961260Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-09-07T07:04:47.8617500Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2025-09-07T07:04:47.8617810Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-09-07T07:04:48.0085600Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-09-07T07:04:48.0280230Z Target system: Darwin-23.4.0 2025-09-07T07:04:48.0280440Z -- Configuring build for SLEEF-v3.8.0 2025-09-07T07:04:48.0280940Z -- Using option `-Wall -Wno-unused-function -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2025-09-07T07:04:48.0281430Z -- Building shared libs : OFF 2025-09-07T07:04:48.0281600Z -- Building static test bins: OFF 2025-09-07T07:04:48.0281770Z -- MPFR : LIB_MPFR-NOTFOUND 2025-09-07T07:04:48.0281930Z -- GMP : LIBGMP-NOTFOUND 2025-09-07T07:04:48.0282060Z -- RT : 2025-09-07T07:04:48.0282380Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-09-07T07:04:48.0282540Z -- OPENSSL : 3.5.2 2025-09-07T07:04:48.0282680Z -- SDE : SDE_COMMAND-NOTFOUND 2025-09-07T07:04:48.0282840Z Target processor: arm64 2025-09-07T07:04:48.0282990Z Host system: Darwin-23.4.0 2025-09-07T07:04:48.0283140Z Host processor: arm64 2025-09-07T07:04:48.0283410Z Detected C compiler: AppleClang @ /Library/Developer/CommandLineTools/usr/bin/clang 2025-09-07T07:04:48.0283690Z CMake: 3.27.9 2025-09-07T07:04:48.0283920Z Make program: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/ninja 2025-09-07T07:04:48.0284190Z -- COMPILER_SUPPORTS_OPENMP : 2025-09-07T07:04:48.0340180Z CMake Warning at cmake/Metal.cmake:59 (message): 2025-09-07T07:04:48.0340490Z Machine can not compile metal shaders, fails with xcrun: error: unable to 2025-09-07T07:04:48.0340790Z find utility "metal", not a developer tool or in PATH 2025-09-07T07:04:48.0340950Z 2025-09-07T07:04:48.0341010Z Call Stack (most recent call first): 2025-09-07T07:04:48.0341210Z aten/src/ATen/CMakeLists.txt:758 (include) 2025-09-07T07:04:48.0341350Z 2025-09-07T07:04:48.0341350Z 2025-09-07T07:04:48.9766100Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-09-07T07:04:48.9766530Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-09-07T07:04:48.9767110Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-09-07T07:04:48.9767670Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-09-07T07:04:49.1609820Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-09-07T07:04:49.3291490Z -- Performing Test HAS_WMISSING_PROTOTYPES - Success 2025-09-07T07:04:49.3296290Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-09-07T07:04:49.4968440Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Success 2025-09-07T07:04:49.5715530Z -- The OBJC compiler identification is AppleClang 15.0.0.15000309 2025-09-07T07:04:49.6207080Z -- The OBJCXX compiler identification is AppleClang 15.0.0.15000309 2025-09-07T07:04:49.6646590Z -- Detecting OBJC compiler ABI info 2025-09-07T07:04:49.8692760Z -- Detecting OBJC compiler ABI info - done 2025-09-07T07:04:49.8732750Z -- Check for working OBJC compiler: /Library/Developer/CommandLineTools/usr/bin/clang - skipped 2025-09-07T07:04:49.9164850Z -- Detecting OBJCXX compiler ABI info 2025-09-07T07:04:50.1211100Z -- Detecting OBJCXX compiler ABI info - done 2025-09-07T07:04:50.1253500Z -- Check for working OBJCXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ - skipped 2025-09-07T07:04:50.1309840Z CMake Warning (dev) in test/cpp/nativert/CMakeLists.txt: 2025-09-07T07:04:50.1310070Z A logical block opening on the line 2025-09-07T07:04:50.1310420Z 2025-09-07T07:04:50.1310730Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp/nativert/CMakeLists.txt:48 (if) 2025-09-07T07:04:50.1311010Z 2025-09-07T07:04:50.1311100Z closes on the line 2025-09-07T07:04:50.1311190Z 2025-09-07T07:04:50.1311400Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp/nativert/CMakeLists.txt:50 (endif) 2025-09-07T07:04:50.1311660Z 2025-09-07T07:04:50.1311720Z with mis-matching arguments. 2025-09-07T07:04:50.1311970Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-09-07T07:04:50.1312170Z 2025-09-07T07:04:50.1378970Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2025-09-07T07:04:50.3056850Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2025-09-07T07:04:50.3726760Z CMake Warning at CMakeLists.txt:1292 (message): 2025-09-07T07:04:50.3727100Z Generated cmake files are only fully tested if one builds with system glog, 2025-09-07T07:04:50.3727480Z gflags, and protobuf. Other settings may generate files that are not well 2025-09-07T07:04:50.3727730Z tested. 2025-09-07T07:04:50.3727790Z 2025-09-07T07:04:50.3727790Z 2025-09-07T07:04:50.3756750Z -- 2025-09-07T07:04:50.3756960Z -- ******** Summary ******** 2025-09-07T07:04:50.3757120Z -- General: 2025-09-07T07:04:50.3757500Z -- CMake version : 3.27.9 2025-09-07T07:04:50.3757900Z -- CMake command : /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages/cmake/data/bin/cmake 2025-09-07T07:04:50.3758290Z -- System : Darwin 2025-09-07T07:04:50.3758540Z -- C++ compiler : /Library/Developer/CommandLineTools/usr/bin/clang++ 2025-09-07T07:04:50.3758800Z -- C++ compiler id : AppleClang 2025-09-07T07:04:50.3758990Z -- C++ compiler version : 15.0.0.15000309 2025-09-07T07:04:50.3759200Z -- Using ccache if found : ON 2025-09-07T07:04:50.3759400Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2025-09-07T07:04:50.3761760Z -- 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 -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -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-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 -Qunused-arguments -faligned-new -Werror -fno-math-errno -fno-trapping-math -Werror=format -DUSE_MPS -Wno-missing-braces 2025-09-07T07:04:50.3764370Z -- Shared LD flags : -rdynamic -weak_framework Foundation -weak_framework MetalPerformanceShaders -weak_framework MetalPerformanceShadersGraph -weak_framework Metal -weak_framework IOKit 2025-09-07T07:04:50.3764880Z -- Static LD flags : 2025-09-07T07:04:50.3765030Z -- Module LD flags : 2025-09-07T07:04:50.3765180Z -- Build type : Release 2025-09-07T07:04:50.3765740Z -- 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;AT_BUILD_ARM_VEC256_WITH_SLEEF 2025-09-07T07:04:50.3766440Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages 2025-09-07T07:04:50.3766830Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2025-09-07T07:04:50.3767080Z -- USE_GOLD_LINKER : OFF 2025-09-07T07:04:50.3767220Z -- 2025-09-07T07:04:50.3767320Z -- TORCH_VERSION : 2.9.0 2025-09-07T07:04:50.3767590Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-09-07T07:04:50.3767750Z -- BUILD_BINARY : OFF 2025-09-07T07:04:50.3767900Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-09-07T07:04:50.3768050Z -- Link local protobuf : ON 2025-09-07T07:04:50.3768190Z -- BUILD_PYTHON : True 2025-09-07T07:04:50.3768340Z -- Python version : 3.12.11 2025-09-07T07:04:50.3768610Z -- Python executable : /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/bin/python 2025-09-07T07:04:50.3768880Z -- Python library : 2025-09-07T07:04:50.3769200Z -- Python includes : /opt/homebrew/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12 2025-09-07T07:04:50.3769690Z -- Python site-package : /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages 2025-09-07T07:04:50.3769990Z -- BUILD_SHARED_LIBS : ON 2025-09-07T07:04:50.3770160Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-09-07T07:04:50.3770330Z -- BUILD_TEST : True 2025-09-07T07:04:50.3770480Z -- BUILD_JNI : OFF 2025-09-07T07:04:50.3770630Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-09-07T07:04:50.3770780Z -- BUILD_LITE_INTERPRETER: OFF 2025-09-07T07:04:50.3770930Z -- CROSS_COMPILING_MACOSX : 2025-09-07T07:04:50.3771070Z -- INTERN_BUILD_MOBILE : 2025-09-07T07:04:50.3771320Z -- TRACING_BASED : OFF 2025-09-07T07:04:50.3771470Z -- USE_BLAS : 1 2025-09-07T07:04:50.3771680Z -- BLAS : accelerate 2025-09-07T07:04:50.3771860Z -- BLAS_HAS_SBGEMM : 2025-09-07T07:04:50.3772000Z -- USE_LAPACK : 1 2025-09-07T07:04:50.3772160Z -- LAPACK : accelerate 2025-09-07T07:04:50.3772330Z -- USE_ASAN : OFF 2025-09-07T07:04:50.3772480Z -- USE_TSAN : OFF 2025-09-07T07:04:50.3772630Z -- USE_CPP_CODE_COVERAGE : OFF 2025-09-07T07:04:50.3772780Z -- USE_CUDA : OFF 2025-09-07T07:04:50.3772920Z -- USE_XPU : OFF 2025-09-07T07:04:50.3773070Z -- USE_ROCM : OFF 2025-09-07T07:04:50.3773210Z -- BUILD_NVFUSER : 2025-09-07T07:04:50.3773360Z -- USE_EIGEN_FOR_BLAS : ON 2025-09-07T07:04:50.3773510Z -- USE_EIGEN_FOR_SPARSE : OFF 2025-09-07T07:04:50.3773650Z -- USE_FBGEMM : OFF 2025-09-07T07:04:50.3773800Z -- USE_KINETO : ON 2025-09-07T07:04:50.3773950Z -- USE_GFLAGS : OFF 2025-09-07T07:04:50.3774090Z -- USE_GLOG : OFF 2025-09-07T07:04:50.3774240Z -- USE_LITE_PROTO : OFF 2025-09-07T07:04:50.3774380Z -- USE_PYTORCH_METAL : OFF 2025-09-07T07:04:50.3774540Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-09-07T07:04:50.3774710Z -- USE_MPS : ON 2025-09-07T07:04:50.3774850Z -- CAN_COMPILE_METAL : NO 2025-09-07T07:04:50.3775000Z -- USE_MKL : OFF 2025-09-07T07:04:50.3775150Z -- USE_MKLDNN : OFF 2025-09-07T07:04:50.3779740Z -- USE_KLEIDIAI : ON 2025-09-07T07:04:50.3779910Z -- USE_UCC : OFF 2025-09-07T07:04:50.3780050Z -- USE_ITT : OFF 2025-09-07T07:04:50.3780190Z -- USE_XCCL : OFF 2025-09-07T07:04:50.3780340Z -- USE_NCCL : OFF 2025-09-07T07:04:50.3780480Z -- Found NVSHMEM : 2025-09-07T07:04:50.3780630Z -- USE_NNPACK : ON 2025-09-07T07:04:50.3780770Z -- USE_NUMPY : ON 2025-09-07T07:04:50.3780920Z -- USE_OBSERVERS : ON 2025-09-07T07:04:50.3781060Z -- USE_OPENCL : OFF 2025-09-07T07:04:50.3781210Z -- USE_OPENMP : 1 2025-09-07T07:04:50.3781350Z -- USE_MIMALLOC : OFF 2025-09-07T07:04:50.3781500Z -- USE_VULKAN : OFF 2025-09-07T07:04:50.3781640Z -- USE_PROF : OFF 2025-09-07T07:04:50.3781790Z -- USE_PYTORCH_QNNPACK : ON 2025-09-07T07:04:50.3781950Z -- USE_XNNPACK : ON 2025-09-07T07:04:50.3782090Z -- USE_DISTRIBUTED : OFF 2025-09-07T07:04:50.3782240Z -- USE_MPI : OFF 2025-09-07T07:04:50.3782510Z -- USE_GLOO : OFF 2025-09-07T07:04:50.3782660Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-09-07T07:04:50.3782820Z -- USE_GLOO_IBVERBS : OFF 2025-09-07T07:04:50.3782970Z -- USE_TENSORPIPE : OFF 2025-09-07T07:04:50.3783130Z -- Public Dependencies : 2025-09-07T07:04:50.3783620Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;microkernels-prod;fp16;caffe2::openmp;kleidiai;fmt::fmt-header-only;kineto 2025-09-07T07:04:50.3784100Z -- Public CUDA Deps. : 2025-09-07T07:04:50.3784250Z -- Private CUDA Deps. : 2025-09-07T07:04:50.3784400Z -- USE_COREML_DELEGATE : OFF 2025-09-07T07:04:50.3784560Z -- BUILD_LAZY_TS_BACKEND : ON 2025-09-07T07:04:50.3784710Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-09-07T07:04:50.3817050Z -- Configuring done (36.5s) 2025-09-07T07:04:51.4653640Z -- Generating done (0.9s) 2025-09-07T07:04:51.6098720Z CMake Warning: 2025-09-07T07:04:51.6098960Z Manually-specified variables were not used by the project: 2025-09-07T07:04:51.6099160Z 2025-09-07T07:04:51.6099220Z BUILD_ENVIRONMENT 2025-09-07T07:04:51.6099310Z 2025-09-07T07:04:51.6099310Z 2025-09-07T07:04:51.6128240Z -- Build files have been written to: /Users/ec2-user/runner/_work/pytorch/pytorch/build 2025-09-07T07:04:51.6354660Z cmake --build . --target install --config Release 2025-09-07T07:04:53.7275780Z [1/4] Generating ATen declarations_yaml 2025-09-07T07:04:55.9205900Z [2/4] Generating ATen headers 2025-09-07T07:04:57.1175260Z [3/4] Generating ATen sources 2025-09-07T07:04:57.1909550Z [1/5684] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2025-09-07T07:04:57.2258880Z [2/5684] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2025-09-07T07:04:57.2326750Z [3/5684] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2025-09-07T07:04:57.2355370Z [4/5684] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2025-09-07T07:04:57.2454270Z [5/5684] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2025-09-07T07:04:57.2554450Z [6/5684] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2025-09-07T07:04:57.2792480Z [7/5684] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2025-09-07T07:04:57.2855570Z [8/5684] Linking C executable sleef/bin/mkrename_gnuabi 2025-09-07T07:04:57.2901090Z [9/5684] Linking C executable sleef/bin/mkalias 2025-09-07T07:04:57.2940480Z [10/5684] Linking C executable sleef/bin/mkmasked_gnuabi 2025-09-07T07:04:57.3116850Z [11/5684] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2025-09-07T07:04:57.3128050Z [12/5684] Linking C executable sleef/bin/mkdisp 2025-09-07T07:04:57.3312650Z [13/5684] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2025-09-07T07:04:57.3400000Z [14/5684] Linking C executable sleef/bin/addSuffix 2025-09-07T07:04:57.3441890Z [15/5684] Linking C shared library lib/libtorch_global_deps.dylib 2025-09-07T07:04:57.3485440Z [16/5684] Generating alias_ADVSIMD_sp.h.tmp 2025-09-07T07:04:57.3491180Z [17/5684] Generating alias_ADVSIMD_dp.h.tmp 2025-09-07T07:04:57.3657610Z [18/5684] Linking C executable sleef/bin/mkrename 2025-09-07T07:04:57.3664530Z [19/5684] Generating include/alias_advsimd.h 2025-09-07T07:04:57.3727940Z [20/5684] Generating dispscalar.c.body 2025-09-07T07:04:57.4005620Z [21/5684] Generating include/renameadvsimd.h 2025-09-07T07:04:57.4006310Z Generating renameadvsimd.h: mkrename finz_ 2 4 advsimd 2025-09-07T07:04:57.4013890Z [22/5684] Generating include/renameadvsimdnofma.h 2025-09-07T07:04:57.4014230Z Generating renameadvsimdnofma.h: mkrename cinz_ 2 4 advsimdnofma 2025-09-07T07:04:57.4020690Z [23/5684] Generating include/renamepurec_scalar.h 2025-09-07T07:04:57.4022820Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2025-09-07T07:04:57.5208740Z [24/5684] Generating /Users/ec2-user/runner/_work/pytorch/pytorch/torch/utils/data/datapipes/datapipe.pyi 2025-09-07T07:04:57.6078270Z [25/5684] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimdsp.c.o 2025-09-07T07:04:57.6848760Z [26/5684] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimddp.c.o 2025-09-07T07:04:57.7144100Z [27/5684] Regenerating version file... 2025-09-07T07:04:57.7955610Z [28/5684] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2025-09-07T07:04:57.8063640Z [29/5684] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2025-09-07T07:04:58.0302730Z [30/5684] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimddp.c.o 2025-09-07T07:04:58.0657920Z [31/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2025-09-07T07:04:58.0841300Z [32/5684] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2025-09-07T07:04:58.1063380Z [33/5684] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2025-09-07T07:04:58.1168370Z [34/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2025-09-07T07:04:58.1209730Z [35/5684] Generating include/renamepurecfma_scalar.h 2025-09-07T07:04:58.1212120Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2025-09-07T07:04:58.1212620Z [36/5684] Generating include/renamecuda.h 2025-09-07T07:04:58.1212850Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2025-09-07T07:04:58.2205340Z [37/5684] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimddp.c.o 2025-09-07T07:04:58.2305830Z [38/5684] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimdsp.c.o 2025-09-07T07:04:58.3309140Z [39/5684] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2025-09-07T07:04:58.3465660Z [40/5684] Generating sleeflibm_ADVSIMD.h.tmp 2025-09-07T07:04:58.3564970Z [41/5684] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimdsp.c.o 2025-09-07T07:04:58.3566320Z [42/5684] Generating sleeflibm_ADVSIMDNOFMA.h.tmp 2025-09-07T07:04:58.3577990Z [43/5684] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2025-09-07T07:04:58.3587170Z [44/5684] Generating sleeflibm_ADVSIMD_.h.tmp 2025-09-07T07:04:58.3624500Z [45/5684] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-09-07T07:04:58.3632850Z [46/5684] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-09-07T07:04:58.3651700Z [47/5684] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-09-07T07:04:58.3680470Z [48/5684] Generating sleeflibm_SVE.h.tmp 2025-09-07T07:04:58.3724630Z [49/5684] Generating sleeflibm_SVENOFMA.h.tmp 2025-09-07T07:04:58.3763120Z [50/5684] Generating include/renamedspscalar.h 2025-09-07T07:04:58.3775550Z [51/5684] Generating dispscalar.c 2025-09-07T07:04:58.3780740Z [52/5684] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2025-09-07T07:04:58.4014340Z [53/5684] Generating ../../../include/sleef.h 2025-09-07T07:04:58.4490030Z [54/5684] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2025-09-07T07:04:58.5062240Z [55/5684] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2025-09-07T07:04:58.6037010Z [56/5684] Building C object sleef/src/libm/CMakeFiles/dispscalar_obj.dir/dispscalar.c.o 2025-09-07T07:04:58.7550500Z [57/5684] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimdsp.c.o 2025-09-07T07:04:58.8015770Z [58/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2025-09-07T07:04:58.8030470Z [59/5684] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimddp.c.o 2025-09-07T07:04:58.9144950Z [60/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2025-09-07T07:04:58.9181830Z [61/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2025-09-07T07:04:59.0016530Z [62/5684] Linking C static library sleef/lib/libsleef.a 2025-09-07T07:04:59.1523210Z [63/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2025-09-07T07:04:59.2696100Z [64/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2025-09-07T07:04:59.3113840Z [65/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2025-09-07T07:04:59.3865140Z [66/5684] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2025-09-07T07:04:59.4829530Z [67/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2025-09-07T07:04:59.4976220Z [68/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2025-09-07T07:04:59.8787650Z [69/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2025-09-07T07:04:59.9458630Z [70/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2025-09-07T07:05:00.1669540Z [71/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2025-09-07T07:05:00.1751370Z /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] 2025-09-07T07:05:00.1853680Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2025-09-07T07:05:00.1953430Z ^ 2025-09-07T07:05:00.2055500Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2025-09-07T07:05:00.2156340Z __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.") 2025-09-07T07:05:00.2255790Z ^ 2025-09-07T07:05:00.2357640Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2025-09-07T07:05:00.2458370Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2025-09-07T07:05:00.2525480Z ^ 2025-09-07T07:05:00.2626610Z 1 warning generated. 2025-09-07T07:05:00.2728560Z [72/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2025-09-07T07:05:00.5252510Z [73/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2025-09-07T07:05:00.5618550Z [74/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2025-09-07T07:05:00.8985580Z [75/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2025-09-07T07:05:01.1719810Z [76/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2025-09-07T07:05:01.6510760Z [77/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2025-09-07T07:05:02.1714650Z [78/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2025-09-07T07:05:02.3586780Z [79/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2025-09-07T07:05:02.4802340Z [80/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2025-09-07T07:05:02.5120560Z [81/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2025-09-07T07:05:02.6389570Z [82/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2025-09-07T07:05:02.7906670Z [83/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2025-09-07T07:05:03.1775000Z [84/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2025-09-07T07:05:03.3891380Z [85/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2025-09-07T07:05:03.5686560Z [86/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2025-09-07T07:05:03.6295430Z [87/5684] Generating /Users/ec2-user/runner/_work/pytorch/pytorch/torch/_C/__init__.pyi, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/_C/_VariableFunctions.pyi, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/nn/functional.pyi 2025-09-07T07:05:03.7752490Z [88/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2025-09-07T07:05:04.0380100Z [89/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2025-09-07T07:05:04.1290290Z [90/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2025-09-07T07:05:04.2768420Z [91/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2025-09-07T07:05:04.2999440Z [92/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2025-09-07T07:05:04.4670250Z [93/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2025-09-07T07:05:04.4941360Z [94/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2025-09-07T07:05:04.9642070Z [95/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2025-09-07T07:05:04.9742320Z [96/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2025-09-07T07:05:05.1649870Z [97/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2025-09-07T07:05:05.3461520Z [98/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2025-09-07T07:05:05.4255030Z [99/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2025-09-07T07:05:05.6056540Z [100/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2025-09-07T07:05:05.7148770Z [101/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2025-09-07T07:05:06.0464730Z [102/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2025-09-07T07:05:06.1379090Z [103/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2025-09-07T07:05:06.3401390Z [104/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2025-09-07T07:05:06.4620780Z [105/5684] Generating /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/Functions.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ViewFuncs.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_0.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_1.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_2.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_3.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_4.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_0.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_1.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_2.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_3.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_4.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_aten.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyNativeFunctions.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/RegisterLazy.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_mps.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/Functions.h, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/variable_factories.h, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ViewFuncs.h, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType.h, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyIr.h, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyNonNativeIr.h, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyNativeFunctions.h, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_0.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_1.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_2.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_3.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_4.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_variable_methods.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_0.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_1.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_2.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_nn_functions.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_fft_functions.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_linalg_functions.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_nested_functions.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_sparse_functions.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_special_functions.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_return_types.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_enum_tag.cpp, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions.h, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_return_types.h, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/testing/_internal/generated/annotated_fn_args.py, /Users/ec2-user/runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-09-07T07:05:06.4871400Z [106/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2025-09-07T07:05:06.4989160Z [107/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2025-09-07T07:05:06.5571410Z [108/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2025-09-07T07:05:06.6161770Z [109/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2025-09-07T07:05:06.6491090Z [110/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2025-09-07T07:05:07.0991240Z [111/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2025-09-07T07:05:07.1876900Z [112/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2025-09-07T07:05:07.3295290Z [113/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2025-09-07T07:05:07.5824780Z [114/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2025-09-07T07:05:07.6585040Z [115/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2025-09-07T07:05:07.6689770Z [116/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2025-09-07T07:05:07.6716420Z [117/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2025-09-07T07:05:07.9227060Z [118/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2025-09-07T07:05:08.0113010Z [119/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2025-09-07T07:05:08.0659900Z [120/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2025-09-07T07:05:08.1348990Z [121/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2025-09-07T07:05:08.1641960Z [122/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2025-09-07T07:05:08.1825780Z [123/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2025-09-07T07:05:08.3167710Z [124/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2025-09-07T07:05:08.6007580Z [125/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2025-09-07T07:05:08.6108740Z [126/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2025-09-07T07:05:08.6887120Z [127/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2025-09-07T07:05:08.7459530Z [128/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2025-09-07T07:05:08.7760400Z [129/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2025-09-07T07:05:09.1206160Z [130/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2025-09-07T07:05:09.2399730Z [131/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2025-09-07T07:05:09.4080810Z [132/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2025-09-07T07:05:09.5413500Z [133/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2025-09-07T07:05:09.6480080Z [134/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2025-09-07T07:05:09.7367220Z [135/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2025-09-07T07:05:09.7446700Z [136/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2025-09-07T07:05:09.7672490Z [137/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2025-09-07T07:05:09.7707350Z [138/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2025-09-07T07:05:09.8369910Z [139/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2025-09-07T07:05:09.9390990Z [140/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2025-09-07T07:05:09.9804180Z [141/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2025-09-07T07:05:10.1712640Z [142/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2025-09-07T07:05:10.2314540Z [143/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2025-09-07T07:05:10.2630540Z [144/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2025-09-07T07:05:10.3621110Z [145/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2025-09-07T07:05:10.5727480Z [146/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2025-09-07T07:05:10.6517270Z [147/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2025-09-07T07:05:10.7164660Z [148/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2025-09-07T07:05:10.7347060Z [149/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2025-09-07T07:05:10.8324960Z [150/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2025-09-07T07:05:10.9058810Z [151/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2025-09-07T07:05:10.9160920Z /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] 2025-09-07T07:05:10.9259570Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2025-09-07T07:05:10.9317840Z ^ 2025-09-07T07:05:10.9322160Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2025-09-07T07:05:10.9325870Z __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.") 2025-09-07T07:05:10.9326530Z ^ 2025-09-07T07:05:10.9327000Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2025-09-07T07:05:10.9327590Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2025-09-07T07:05:10.9327950Z ^ 2025-09-07T07:05:10.9328520Z 1 warning generated. 2025-09-07T07:05:11.0251080Z [152/5684] Linking CXX static library lib/libprotobuf-lite.a 2025-09-07T07:05:11.1556920Z [153/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2025-09-07T07:05:11.2030490Z [154/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2025-09-07T07:05:11.3434820Z [155/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2025-09-07T07:05:11.3535520Z [156/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2025-09-07T07:05:11.5569060Z [157/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2025-09-07T07:05:11.5652440Z [158/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2025-09-07T07:05:11.9938040Z [159/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2025-09-07T07:05:12.0058750Z [160/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2025-09-07T07:05:12.0626240Z [161/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2025-09-07T07:05:12.4044310Z [162/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2025-09-07T07:05:12.4478550Z [163/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2025-09-07T07:05:12.4679240Z [164/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2025-09-07T07:05:12.6639640Z [165/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2025-09-07T07:05:12.7908660Z [166/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2025-09-07T07:05:13.0170980Z [167/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2025-09-07T07:05:13.0576980Z [168/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2025-09-07T07:05:13.3311620Z [169/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2025-09-07T07:05:13.3417430Z [170/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2025-09-07T07:05:13.4055350Z [171/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2025-09-07T07:05:13.7207670Z [172/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2025-09-07T07:05:13.7791190Z [173/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2025-09-07T07:05:13.8551920Z [174/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-09-07T07:05:13.9592350Z [175/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2025-09-07T07:05:13.9685060Z [176/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2025-09-07T07:05:13.9868500Z [177/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2025-09-07T07:05:14.0051520Z [178/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-09-07T07:05:14.0245980Z [179/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-09-07T07:05:14.0343360Z [180/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-09-07T07:05:14.0401320Z [181/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-09-07T07:05:14.0630540Z [182/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-09-07T07:05:14.0789270Z [183/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-09-07T07:05:14.1171630Z [184/5684] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-09-07T07:05:14.1250840Z [185/5684] Linking C static library lib/libcpuinfo.a 2025-09-07T07:05:14.1349660Z [186/5684] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/gcd.c.o 2025-09-07T07:05:14.2040090Z [187/5684] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-09-07T07:05:14.2072420Z [188/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2025-09-07T07:05:14.2437130Z [189/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-09-07T07:05:14.2544120Z [190/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-09-07T07:05:14.2821550Z [191/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-09-07T07:05:14.3099490Z [192/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-09-07T07:05:14.3100580Z [193/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2025-09-07T07:05:14.3248760Z [194/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2025-09-07T07:05:14.3452350Z [195/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-09-07T07:05:14.3518580Z [196/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/mach/topology.c.o 2025-09-07T07:05:14.4042400Z [197/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2025-09-07T07:05:14.4149050Z [198/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2025-09-07T07:05:14.4174950Z [199/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2025-09-07T07:05:14.4301880Z [200/5684] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/mach/init.c.o 2025-09-07T07:05:14.4550330Z [201/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2025-09-07T07:05:14.4763740Z [202/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2025-09-07T07:05:14.4868110Z [203/5684] Linking C static library lib/libcpuinfo_internals.a 2025-09-07T07:05:14.5067450Z [204/5684] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-aarch64-neon.S.o 2025-09-07T07:05:14.5839160Z [205/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2025-09-07T07:05:14.6179160Z [206/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2025-09-07T07:05:14.6241360Z [207/5684] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2025-09-07T07:05:14.7101080Z [208/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2025-09-07T07:05:14.9072860Z [209/5684] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-09-07T07:05:14.9628250Z [210/5684] Linking C static library lib/libpthreadpool.a 2025-09-07T07:05:15.0773260Z [211/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2025-09-07T07:05:15.2563650Z [212/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2025-09-07T07:05:15.4140900Z [213/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2025-09-07T07:05:15.4255730Z [214/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2025-09-07T07:05:15.6513640Z [215/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2025-09-07T07:05:15.8394980Z [216/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2025-09-07T07:05:15.8975850Z [217/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2025-09-07T07:05:16.1451190Z [218/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2025-09-07T07:05:16.4023350Z [219/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2025-09-07T07:05:16.4870270Z [220/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2025-09-07T07:05:16.5205610Z [221/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2025-09-07T07:05:16.6793360Z [222/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2025-09-07T07:05:16.6893560Z [223/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2025-09-07T07:05:16.7730860Z [224/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2025-09-07T07:05:17.1075720Z [225/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2025-09-07T07:05:17.1769360Z [226/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2025-09-07T07:05:17.3088670Z [227/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2025-09-07T07:05:17.3802430Z [228/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2025-09-07T07:05:17.4605790Z [229/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2025-09-07T07:05:17.7382650Z [230/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2025-09-07T07:05:17.7884840Z [231/5684] Linking CXX static library lib/libprotobuf.a 2025-09-07T07:05:18.0776360Z [232/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2025-09-07T07:05:18.1513490Z [233/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2025-09-07T07:05:18.3931090Z [234/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2025-09-07T07:05:18.4509790Z [235/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2025-09-07T07:05:18.5033860Z [236/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2025-09-07T07:05:19.1608420Z [237/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2025-09-07T07:05:19.2231930Z [238/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2025-09-07T07:05:19.3255460Z [239/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2025-09-07T07:05:19.6909770Z [240/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2025-09-07T07:05:19.9769230Z [241/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2025-09-07T07:05:19.9931300Z [242/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2025-09-07T07:05:20.1109370Z [243/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2025-09-07T07:05:20.2212430Z [244/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2025-09-07T07:05:20.4686750Z [245/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2025-09-07T07:05:20.5165420Z [246/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2025-09-07T07:05:20.7881410Z [247/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2025-09-07T07:05:20.9004930Z [248/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2025-09-07T07:05:21.1536100Z [249/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2025-09-07T07:05:21.1630750Z [250/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2025-09-07T07:05:21.4546730Z [251/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2025-09-07T07:05:21.6629400Z [252/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2025-09-07T07:05:21.6953750Z [253/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2025-09-07T07:05:21.7431350Z [254/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2025-09-07T07:05:21.7635800Z [255/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2025-09-07T07:05:21.9390990Z [256/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2025-09-07T07:05:22.1026170Z [257/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2025-09-07T07:05:22.2593750Z [258/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2025-09-07T07:05:22.4126570Z [259/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2025-09-07T07:05:22.4753540Z [260/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2025-09-07T07:05:22.7043510Z [261/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2025-09-07T07:05:22.8472400Z [262/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2025-09-07T07:05:22.8903170Z [263/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2025-09-07T07:05:23.2712290Z [264/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2025-09-07T07:05:23.3677760Z [265/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2025-09-07T07:05:23.3712310Z [266/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2025-09-07T07:05:23.3951240Z [267/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2025-09-07T07:05:23.5854350Z [268/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2025-09-07T07:05:23.8179330Z [269/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2025-09-07T07:05:23.8515620Z [270/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2025-09-07T07:05:23.8935090Z [271/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2025-09-07T07:05:23.9062160Z [272/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2025-09-07T07:05:24.4389130Z [273/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2025-09-07T07:05:24.4643380Z [274/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2025-09-07T07:05:24.4866610Z [275/5684] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-dq-aarch64-neon.S.o 2025-09-07T07:05:24.5036310Z [276/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2025-09-07T07:05:24.5136780Z [277/5684] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-aarch64-neon.S.o 2025-09-07T07:05:24.5339340Z [278/5684] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S.o 2025-09-07T07:05:24.5535570Z [279/5684] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S.o 2025-09-07T07:05:24.5663920Z [280/5684] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2025-09-07T07:05:24.5696580Z [281/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2025-09-07T07:05:24.5848400Z [282/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2025-09-07T07:05:24.5937320Z [283/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2025-09-07T07:05:24.6026930Z [284/5684] Linking C static library lib/libclog.a 2025-09-07T07:05:24.6062110Z [285/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2025-09-07T07:05:24.6377390Z [286/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2025-09-07T07:05:24.6477860Z [287/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2025-09-07T07:05:24.6927100Z [288/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2025-09-07T07:05:24.7054740Z [289/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2025-09-07T07:05:24.7390130Z [290/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2025-09-07T07:05:24.7616460Z [291/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2025-09-07T07:05:24.7821370Z [292/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2025-09-07T07:05:24.8101540Z [293/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2025-09-07T07:05:24.8155790Z [294/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2025-09-07T07:05:24.9025430Z [295/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2025-09-07T07:05:24.9045520Z [296/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-8x8.c.o 2025-09-07T07:05:24.9190010Z [297/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/h4gemm.c.o 2025-09-07T07:05:24.9296650Z [298/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2025-09-07T07:05:24.9529520Z [299/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3-fp16.c.o 2025-09-07T07:05:24.9924390Z [300/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3.c.o 2025-09-07T07:05:24.9945370Z [301/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4gemm.c.o 2025-09-07T07:05:25.0046970Z [302/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb.c.o 2025-09-07T07:05:25.0340920Z [303/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb.c.o 2025-09-07T07:05:25.0441270Z [304/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/conv1x1.c.o 2025-09-07T07:05:25.0798600Z [305/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/relu.c.o 2025-09-07T07:05:25.0950510Z [306/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sgemm.c.o 2025-09-07T07:05:25.1042740Z [307/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-16x16.c.o 2025-09-07T07:05:25.1290600Z [308/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/softmax.c.o 2025-09-07T07:05:25.1362360Z [309/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sdotxf.c.o 2025-09-07T07:05:25.1475890Z [310/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm.c.o 2025-09-07T07:05:25.1618850Z [311/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb-transc.c.o 2025-09-07T07:05:25.1861360Z [312/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2025-09-07T07:05:25.1916890Z [313/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2025-09-07T07:05:25.1921170Z [314/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2025-09-07T07:05:25.2005150Z [315/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm.c.o 2025-09-07T07:05:25.2010670Z [316/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb-transc.c.o 2025-09-07T07:05:25.2140380Z [317/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2025-09-07T07:05:25.2248240Z [318/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/blas/shdotxf.c.o 2025-09-07T07:05:25.2365230Z [319/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2025-09-07T07:05:25.2382920Z [320/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2025-09-07T07:05:25.2429620Z [321/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2025-09-07T07:05:25.2729870Z [322/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2025-09-07T07:05:25.2747660Z [323/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2025-09-07T07:05:25.2849080Z [324/5684] Linking C static library lib/libnnpack.a 2025-09-07T07:05:25.2897900Z [325/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2025-09-07T07:05:25.2903700Z [326/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2025-09-07T07:05:25.2956660Z [327/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2025-09-07T07:05:25.2983510Z [328/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2025-09-07T07:05:25.3303710Z [329/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2025-09-07T07:05:25.3347660Z [330/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2025-09-07T07:05:25.3392690Z [331/5684] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2025-09-07T07:05:25.3409210Z [332/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2025-09-07T07:05:25.3424320Z [333/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2025-09-07T07:05:25.3440270Z [334/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2025-09-07T07:05:25.3448180Z [335/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2025-09-07T07:05:25.3459420Z [336/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2025-09-07T07:05:25.3778550Z [337/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2025-09-07T07:05:25.4106490Z [338/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2025-09-07T07:05:25.4108340Z [339/5684] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2025-09-07T07:05:25.4237140Z [340/5684] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2025-09-07T07:05:25.4291100Z [341/5684] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2025-09-07T07:05:25.4431860Z [342/5684] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-unpack.cc.o 2025-09-07T07:05:25.4735420Z [343/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2025-09-07T07:05:25.5140090Z [344/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-neon.c.o 2025-09-07T07:05:25.5313190Z [345/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-neon.c.o 2025-09-07T07:05:25.5371450Z [346/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-neon.c.o 2025-09-07T07:05:25.5373010Z [347/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2025-09-07T07:05:25.5906920Z [348/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x8-neon.c.o 2025-09-07T07:05:25.6009350Z [349/5684] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2025-09-07T07:05:25.6195690Z [350/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2025-09-07T07:05:25.6824090Z [351/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon.c.o 2025-09-07T07:05:25.6924190Z [352/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon-per-channel.c.o 2025-09-07T07:05:25.6928410Z [353/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-neon.c.o 2025-09-07T07:05:25.6949650Z [354/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-neon.c.o 2025-09-07T07:05:25.7236040Z [355/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-neon.c.o 2025-09-07T07:05:25.7436740Z [356/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon.c.o 2025-09-07T07:05:25.7734470Z [357/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-neon.c.o 2025-09-07T07:05:25.7836440Z [358/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon-per-channel.c.o 2025-09-07T07:05:25.7968790Z [359/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-neon.c.o 2025-09-07T07:05:25.7992770Z [360/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x-sumrows-neon.c.o 2025-09-07T07:05:25.8303480Z [361/5684] Linking CXX static library lib/libprotoc.a 2025-09-07T07:05:25.8423210Z [362/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-dq-neon.c.o 2025-09-07T07:05:25.8443890Z [363/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8c2-xzp-neon.c.o 2025-09-07T07:05:25.8685920Z [364/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-neon.c.o 2025-09-07T07:05:25.9060720Z [365/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/6x4-neon.c.o 2025-09-07T07:05:25.9076560Z [366/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/neon.c.o 2025-09-07T07:05:25.9112900Z [367/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/neon.c.o 2025-09-07T07:05:25.9135820Z [368/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/5x8-neon.c.o 2025-09-07T07:05:25.9252660Z [369/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-neon.c.o 2025-09-07T07:05:25.9774320Z [370/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-neon.c.o 2025-09-07T07:05:25.9790230Z [371/5684] Linking CXX executable bin/protoc-3.13.0.0 2025-09-07T07:05:25.9794620Z [372/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/neon.c.o 2025-09-07T07:05:25.9865330Z [373/5684] Creating executable symlink bin/protoc 2025-09-07T07:05:25.9968590Z [374/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-neon.c.o 2025-09-07T07:05:25.9985220Z [375/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-neon.c.o 2025-09-07T07:05:26.0004320Z [376/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-neon.c.o 2025-09-07T07:05:26.0081520Z [377/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-neon.c.o 2025-09-07T07:05:26.0151570Z [378/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-neon.c.o 2025-09-07T07:05:26.0250300Z [379/5684] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-aarch64-neon.S.o 2025-09-07T07:05:26.0916580Z [380/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-09-07T07:05:26.1105610Z [381/5684] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-neon.c.o 2025-09-07T07:05:26.1279880Z [382/5684] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2025-09-07T07:05:26.1285600Z [383/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-09-07T07:05:26.1298370Z [384/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-09-07T07:05:26.1302230Z [385/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-09-07T07:05:26.1305580Z [386/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-09-07T07:05:26.1366320Z [387/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-09-07T07:05:26.1385190Z [388/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-09-07T07:05:26.2021830Z [389/5684] Linking CXX static library lib/libpytorch_qnnpack.a 2025-09-07T07:05:26.2305390Z [390/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-09-07T07:05:26.2342740Z [391/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-09-07T07:05:26.2433000Z [392/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-09-07T07:05:26.2537970Z [393/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-09-07T07:05:26.2547930Z [394/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-09-07T07:05:26.2559790Z [395/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-09-07T07:05:26.2560750Z [396/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2025-09-07T07:05:26.2561450Z [397/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-09-07T07:05:26.3410370Z [398/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-09-07T07:05:26.3555990Z [399/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-09-07T07:05:26.3561890Z [400/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-09-07T07:05:26.3565000Z [401/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-09-07T07:05:26.3570250Z [402/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-09-07T07:05:26.3597400Z [403/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-09-07T07:05:26.3643280Z [404/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-09-07T07:05:26.3649720Z [405/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u32.c.o 2025-09-07T07:05:26.3803920Z [406/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-09-07T07:05:26.4221030Z [407/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-09-07T07:05:26.4421490Z [408/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-09-07T07:05:26.4613330Z [409/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-09-07T07:05:26.4659970Z [410/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-09-07T07:05:26.4660700Z [411/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-09-07T07:05:26.4676970Z [412/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-09-07T07:05:26.4828170Z [413/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-09-07T07:05:26.4848520Z [414/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-09-07T07:05:26.4883590Z [415/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-09-07T07:05:26.5131810Z [416/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-09-07T07:05:26.5182740Z [417/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-09-07T07:05:26.5261010Z [418/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-09-07T07:05:26.5546990Z [419/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2025-09-07T07:05:26.5549820Z [420/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-09-07T07:05:26.5786920Z [421/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-09-07T07:05:26.5890420Z [422/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-09-07T07:05:26.5941550Z [423/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-09-07T07:05:26.5947810Z [424/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-09-07T07:05:26.6078690Z [425/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-09-07T07:05:26.6383380Z [426/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-09-07T07:05:26.6467710Z [427/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-09-07T07:05:26.6504480Z [428/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-09-07T07:05:26.6698210Z [429/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-09-07T07:05:26.6727600Z [430/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-09-07T07:05:26.7022620Z [431/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2025-09-07T07:05:26.7197410Z [432/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-09-07T07:05:26.7297840Z [433/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2025-09-07T07:05:26.7529430Z [434/5684] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2025-09-07T07:05:26.7641610Z [435/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2025-09-07T07:05:26.7643600Z [436/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:26.7883970Z [437/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2025-09-07T07:05:26.7923840Z [438/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-09-07T07:05:26.8048380Z [439/5684] Linking C static library lib/libnnpack_reference_layers.a 2025-09-07T07:05:26.8099560Z [440/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-09-07T07:05:26.8440900Z [441/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-09-07T07:05:26.8504120Z [442/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:05:26.8529660Z [443/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-09-07T07:05:26.8870710Z [444/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2025-09-07T07:05:26.9075420Z [445/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2025-09-07T07:05:26.9099790Z [446/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2025-09-07T07:05:26.9241910Z [447/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2025-09-07T07:05:26.9279600Z [448/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:05:26.9299770Z [449/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2025-09-07T07:05:26.9483740Z [450/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2025-09-07T07:05:26.9551020Z [451/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-09-07T07:05:26.9631270Z [452/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-09-07T07:05:26.9640880Z [453/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2025-09-07T07:05:26.9718650Z [454/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2025-09-07T07:05:26.9838740Z [455/5684] 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 2025-09-07T07:05:26.9899590Z [456/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:05:26.9966820Z [457/5684] 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 2025-09-07T07:05:27.0063420Z [458/5684] 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 2025-09-07T07:05:27.0090890Z [459/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2025-09-07T07:05:27.0172430Z [460/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:05:27.0408700Z [461/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:05:27.0515310Z [462/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:05:27.0648770Z [463/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2025-09-07T07:05:27.0754340Z [464/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-09-07T07:05:27.0921890Z [465/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-09-07T07:05:27.1068250Z [466/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-09-07T07:05:27.1100740Z [467/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2025-09-07T07:05:27.1144330Z [468/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-09-07T07:05:27.1157720Z [469/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-09-07T07:05:27.1173800Z [470/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:05:27.1211840Z [471/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:05:27.1376610Z [472/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:05:27.1476940Z [473/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:05:27.1535150Z [474/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:05:27.2292340Z [475/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-09-07T07:05:27.2394400Z [476/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-09-07T07:05:27.2396480Z [477/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2025-09-07T07:05:27.2495170Z [478/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-09-07T07:05:27.2529310Z [479/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2025-09-07T07:05:27.2570370Z [480/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:05:27.2659980Z [481/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:05:27.2755220Z [482/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:05:27.2845060Z [483/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:05:27.2895720Z [484/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-09-07T07:05:27.3010670Z [485/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-09-07T07:05:27.3130240Z [486/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u4.c.o 2025-09-07T07:05:27.3178600Z [487/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-09-07T07:05:27.3644920Z [488/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2025-09-07T07:05:27.3745140Z [489/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-09-07T07:05:27.3833350Z [490/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2025-09-07T07:05:27.3834110Z [491/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2025-09-07T07:05:27.3848670Z [492/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-09-07T07:05:27.4011630Z [493/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2025-09-07T07:05:27.4188620Z [494/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2025-09-07T07:05:27.4310380Z [495/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-09-07T07:05:27.4411700Z [496/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-09-07T07:05:27.4813230Z [497/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-09-07T07:05:27.4936290Z [498/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-09-07T07:05:27.4967090Z [499/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-09-07T07:05:27.4998750Z [500/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-09-07T07:05:27.5052330Z [501/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-09-07T07:05:27.5057260Z [502/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-09-07T07:05:27.5158510Z [503/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-09-07T07:05:27.5316960Z [504/5684] 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 2025-09-07T07:05:27.5343620Z [505/5684] 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 2025-09-07T07:05:27.5358500Z [506/5684] 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 2025-09-07T07:05:27.5438910Z [507/5684] 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 2025-09-07T07:05:27.5638290Z [508/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:05:27.5741280Z [509/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-09-07T07:05:27.5887220Z [510/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-09-07T07:05:27.6052840Z [511/5684] 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 2025-09-07T07:05:27.6177250Z [512/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2025-09-07T07:05:27.6299350Z [513/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2025-09-07T07:05:27.6374740Z [514/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:27.6536240Z [515/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-09-07T07:05:27.6584140Z [516/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-09-07T07:05:27.6679300Z [517/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:05:27.6710480Z [518/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-09-07T07:05:27.6829680Z [519/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-09-07T07:05:27.6912470Z [520/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:05:27.6929300Z [521/5684] 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 2025-09-07T07:05:27.6976660Z [522/5684] 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 2025-09-07T07:05:27.7111940Z [523/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-09-07T07:05:27.7137620Z [524/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-09-07T07:05:27.7216310Z [525/5684] 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 2025-09-07T07:05:27.7233920Z [526/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-09-07T07:05:27.7339810Z [527/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-09-07T07:05:27.7363660Z [528/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:05:27.7381400Z [529/5684] 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 2025-09-07T07:05:27.7448400Z [530/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-09-07T07:05:27.7532230Z [531/5684] 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 2025-09-07T07:05:27.7668360Z [532/5684] 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 2025-09-07T07:05:27.7746750Z [533/5684] 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 2025-09-07T07:05:27.7756080Z [534/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:05:27.8267260Z [535/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-09-07T07:05:27.8500730Z [536/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2025-09-07T07:05:27.8519180Z [537/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:05:27.8535260Z [538/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:27.8651790Z [539/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2025-09-07T07:05:27.8766680Z [540/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:27.8905900Z [541/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:05:27.8932870Z [542/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2025-09-07T07:05:27.9042280Z [543/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-09-07T07:05:27.9200260Z [544/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-09-07T07:05:27.9342790Z [545/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-09-07T07:05:27.9726740Z [546/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-09-07T07:05:27.9808520Z [547/5684] 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 2025-09-07T07:05:27.9863950Z [548/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-09-07T07:05:27.9925580Z [549/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2025-09-07T07:05:28.0070320Z [550/5684] 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 2025-09-07T07:05:28.0249580Z [551/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:28.0252570Z [552/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:05:28.0337990Z [553/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:28.0437180Z [554/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:05:28.0456540Z [555/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-09-07T07:05:28.0474260Z [556/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:05:28.0636930Z [557/5684] 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 2025-09-07T07:05:28.0773230Z [558/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-09-07T07:05:28.0893380Z [559/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-09-07T07:05:28.0943710Z [560/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-09-07T07:05:28.1054450Z [561/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-09-07T07:05:28.1440480Z [562/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-09-07T07:05:28.1494290Z [563/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-09-07T07:05:28.1536260Z [564/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-09-07T07:05:28.1760850Z [565/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:28.1790030Z [566/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-09-07T07:05:28.1908510Z [567/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-09-07T07:05:28.1936520Z [568/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-09-07T07:05:28.1985270Z [569/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-09-07T07:05:28.1996200Z [570/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-09-07T07:05:28.1998450Z [571/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-09-07T07:05:28.2188200Z [572/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:28.2265600Z [573/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-09-07T07:05:28.2523620Z [574/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-09-07T07:05:28.2594610Z [575/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:05:28.2680270Z [576/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-09-07T07:05:28.2993280Z [577/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-09-07T07:05:28.3197230Z [578/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-09-07T07:05:28.3350920Z [579/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-09-07T07:05:28.3360730Z [580/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-09-07T07:05:28.3416120Z [581/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-09-07T07:05:28.3419670Z [582/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-09-07T07:05:28.3556130Z [583/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-09-07T07:05:28.3686530Z [584/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-09-07T07:05:28.4031210Z [585/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-09-07T07:05:28.4058120Z [586/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-09-07T07:05:28.4176360Z [587/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-09-07T07:05:28.4350110Z [588/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-09-07T07:05:28.4359000Z [589/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-09-07T07:05:28.4740250Z [590/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-09-07T07:05:28.4868110Z [591/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-09-07T07:05:28.4934010Z [592/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-09-07T07:05:28.4936780Z [593/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-09-07T07:05:28.5056740Z [594/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-09-07T07:05:28.5227940Z [595/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-09-07T07:05:28.5260550Z [596/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-09-07T07:05:28.5296810Z [597/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-09-07T07:05:28.5355710Z [598/5684] 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 2025-09-07T07:05:28.5366460Z [599/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-09-07T07:05:28.5443660Z [600/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-09-07T07:05:28.5576710Z [601/5684] 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 2025-09-07T07:05:28.5613320Z [602/5684] 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 2025-09-07T07:05:28.5707780Z [603/5684] 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 2025-09-07T07:05:28.5719370Z [604/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-09-07T07:05:28.5839740Z [605/5684] 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 2025-09-07T07:05:28.5929570Z [606/5684] 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 2025-09-07T07:05:28.5958520Z [607/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-09-07T07:05:28.6067550Z [608/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:05:28.6369550Z [609/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-09-07T07:05:28.6408140Z [610/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-09-07T07:05:28.6438280Z [611/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-09-07T07:05:28.6569280Z [612/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-09-07T07:05:28.6897000Z [613/5684] 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 2025-09-07T07:05:28.6993190Z [614/5684] 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 2025-09-07T07:05:28.7029810Z [615/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-09-07T07:05:28.7043180Z [616/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-09-07T07:05:28.7095970Z [617/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:05:28.7159780Z [618/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-09-07T07:05:28.7199080Z [619/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:28.7201170Z [620/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:28.7375290Z [621/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:05:28.7377940Z [622/5684] 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 2025-09-07T07:05:28.7419250Z [623/5684] 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 2025-09-07T07:05:28.7627210Z [624/5684] 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 2025-09-07T07:05:28.7632850Z [625/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:05:28.7733200Z [626/5684] 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 2025-09-07T07:05:28.7786260Z [627/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-09-07T07:05:28.7870380Z [628/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-09-07T07:05:28.7876340Z [629/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-09-07T07:05:28.7943470Z [630/5684] 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 2025-09-07T07:05:28.7977800Z [631/5684] 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 2025-09-07T07:05:28.8062430Z [632/5684] 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 2025-09-07T07:05:28.8087990Z [633/5684] 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 2025-09-07T07:05:28.8157730Z [634/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:05:28.8439070Z [635/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-09-07T07:05:28.8569530Z [636/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-09-07T07:05:28.8802340Z [637/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-09-07T07:05:28.8866760Z [638/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-09-07T07:05:28.9021680Z [639/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:05:28.9042600Z [640/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-09-07T07:05:28.9329060Z [641/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-09-07T07:05:28.9347140Z [642/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-09-07T07:05:28.9350200Z [643/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-09-07T07:05:28.9455300Z [644/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2025-09-07T07:05:28.9458230Z [645/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-09-07T07:05:28.9544510Z [646/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-09-07T07:05:28.9557360Z [647/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:28.9567210Z [648/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-09-07T07:05:28.9610260Z [649/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-09-07T07:05:28.9858950Z [650/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-09-07T07:05:28.9988190Z [651/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-09-07T07:05:28.9990760Z [652/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-09-07T07:05:29.0020080Z [653/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-09-07T07:05:29.0084270Z [654/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-09-07T07:05:29.0294160Z [655/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-09-07T07:05:29.0735700Z [656/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-09-07T07:05:29.0756000Z [657/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-09-07T07:05:29.0838820Z [658/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-09-07T07:05:29.0857130Z [659/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-09-07T07:05:29.0876060Z [660/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-09-07T07:05:29.1128500Z [661/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-09-07T07:05:29.1302080Z [662/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-09-07T07:05:29.1388470Z [663/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-09-07T07:05:29.1450820Z [664/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-09-07T07:05:29.1465270Z [665/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-09-07T07:05:29.1630690Z [666/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-09-07T07:05:29.1633250Z [667/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-09-07T07:05:29.1954770Z [668/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-09-07T07:05:29.2060070Z [669/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2025-09-07T07:05:29.2104240Z [670/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-09-07T07:05:29.2256650Z [671/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-09-07T07:05:29.2357120Z [672/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-09-07T07:05:29.2417240Z [673/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-09-07T07:05:29.2426690Z [674/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-09-07T07:05:29.2773860Z [675/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-09-07T07:05:29.2828230Z [676/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-09-07T07:05:29.2860690Z [677/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-09-07T07:05:29.2917630Z [678/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-09-07T07:05:29.2951180Z [679/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-09-07T07:05:29.3057800Z [680/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2025-09-07T07:05:29.3266330Z [681/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-09-07T07:05:29.3464300Z [682/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2025-09-07T07:05:29.3567080Z [683/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-09-07T07:05:29.3823370Z [684/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-09-07T07:05:29.3923740Z [685/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2025-09-07T07:05:29.3944580Z [686/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-09-07T07:05:29.3995880Z [687/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2025-09-07T07:05:29.4015100Z [688/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-09-07T07:05:29.4034260Z [689/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2025-09-07T07:05:29.4059040Z [690/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2025-09-07T07:05:29.4081860Z [691/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2025-09-07T07:05:29.4356390Z [692/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-09-07T07:05:29.4505340Z [693/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-09-07T07:05:29.4554060Z [694/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:29.4557920Z [695/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-09-07T07:05:29.4570760Z [696/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-09-07T07:05:29.4872220Z [697/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-09-07T07:05:29.4915010Z [698/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-09-07T07:05:29.4929440Z [699/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-09-07T07:05:29.5083410Z [700/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2025-09-07T07:05:29.5170040Z [701/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2025-09-07T07:05:29.5456170Z [702/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-09-07T07:05:29.5548070Z [703/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-09-07T07:05:29.5638620Z [704/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-09-07T07:05:29.5655430Z [705/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-09-07T07:05:29.5725320Z [706/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2025-09-07T07:05:29.6109280Z [707/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-09-07T07:05:29.6212420Z [708/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-09-07T07:05:29.6248260Z [709/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-09-07T07:05:29.6348630Z [710/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2025-09-07T07:05:29.6545250Z [711/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2025-09-07T07:05:29.6572350Z [712/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-09-07T07:05:29.6674580Z [713/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-09-07T07:05:29.6761220Z [714/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-09-07T07:05:29.6800180Z [715/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-09-07T07:05:29.6905760Z [716/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-09-07T07:05:29.7191220Z [717/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-09-07T07:05:29.7327270Z [718/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-09-07T07:05:29.7329860Z [719/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-09-07T07:05:29.7473990Z [720/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2025-09-07T07:05:29.7478300Z [721/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-09-07T07:05:29.7661170Z [722/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-09-07T07:05:29.7763750Z [723/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-09-07T07:05:29.7786370Z [724/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-09-07T07:05:29.7807780Z [725/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-09-07T07:05:29.7938610Z [726/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2025-09-07T07:05:29.8072420Z [727/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-09-07T07:05:29.8131070Z [728/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-09-07T07:05:29.8144440Z [729/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-09-07T07:05:29.8179580Z [730/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-09-07T07:05:29.8711320Z [731/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-09-07T07:05:29.8744870Z [732/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-09-07T07:05:29.8747840Z [733/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-09-07T07:05:29.8749540Z [734/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-09-07T07:05:29.8905780Z [735/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-09-07T07:05:29.9049020Z [736/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-09-07T07:05:29.9078180Z [737/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-09-07T07:05:29.9193380Z [738/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u8.c.o 2025-09-07T07:05:29.9208080Z [739/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-09-07T07:05:29.9488970Z [740/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-09-07T07:05:29.9585220Z [741/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-09-07T07:05:29.9650360Z [742/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-09-07T07:05:29.9920860Z [743/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u8.c.o 2025-09-07T07:05:29.9972340Z [744/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u8.c.o 2025-09-07T07:05:29.9986110Z [745/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:29.9995220Z [746/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-09-07T07:05:30.0084910Z [747/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-09-07T07:05:30.0161560Z [748/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:30.0464750Z [749/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:30.0712450Z [750/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:30.0822500Z [751/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:30.0948010Z [752/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-09-07T07:05:30.1076660Z [753/5684] 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 2025-09-07T07:05:30.1204030Z [754/5684] 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 2025-09-07T07:05:30.1347870Z [755/5684] 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 2025-09-07T07:05:30.1371680Z [756/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-09-07T07:05:30.1412180Z [757/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-09-07T07:05:30.1450070Z [758/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-09-07T07:05:30.1488480Z [759/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2025-09-07T07:05:30.1712920Z [760/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-09-07T07:05:30.1731240Z [761/5684] 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 2025-09-07T07:05:30.1751190Z [762/5684] 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 2025-09-07T07:05:30.1753540Z [763/5684] 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 2025-09-07T07:05:30.1759880Z [764/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2025-09-07T07:05:30.1820040Z [765/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:30.2024130Z [766/5684] 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 2025-09-07T07:05:30.2093480Z [767/5684] 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 2025-09-07T07:05:30.2110880Z [768/5684] 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 2025-09-07T07:05:30.2193540Z [769/5684] 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 2025-09-07T07:05:30.2454730Z [770/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:30.2937810Z [771/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:30.3045200Z [772/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:30.3077740Z [773/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-09-07T07:05:30.3230190Z [774/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2025-09-07T07:05:30.3276540Z [775/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2025-09-07T07:05:30.3292310Z [776/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2025-09-07T07:05:30.3353280Z [777/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-09-07T07:05:30.3367040Z [778/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-09-07T07:05:30.3604780Z [779/5684] 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 2025-09-07T07:05:30.3714890Z [780/5684] 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 2025-09-07T07:05:30.3826830Z [781/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-09-07T07:05:30.3856850Z [782/5684] 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 2025-09-07T07:05:30.4084160Z [783/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:30.4143710Z [784/5684] 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 2025-09-07T07:05:30.4256350Z [785/5684] 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 2025-09-07T07:05:30.4355190Z [786/5684] 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 2025-09-07T07:05:30.4498810Z [787/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-09-07T07:05:30.4521770Z [788/5684] 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 2025-09-07T07:05:30.4560380Z [789/5684] 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 2025-09-07T07:05:30.4593050Z [790/5684] 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 2025-09-07T07:05:30.4622430Z [791/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2025-09-07T07:05:30.4643610Z [792/5684] 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 2025-09-07T07:05:30.4762570Z [793/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:30.5056160Z [794/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-09-07T07:05:30.5239030Z [795/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-09-07T07:05:30.5269090Z [796/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-09-07T07:05:30.5467150Z [797/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-09-07T07:05:30.5741860Z [798/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2025-09-07T07:05:30.6046310Z [799/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-09-07T07:05:30.6124090Z [800/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2025-09-07T07:05:30.6125430Z [801/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2025-09-07T07:05:30.6162670Z [802/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2025-09-07T07:05:30.6175460Z [803/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2025-09-07T07:05:30.6270050Z [804/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2025-09-07T07:05:30.6373220Z [805/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2025-09-07T07:05:30.6405870Z [806/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-09-07T07:05:30.6646520Z [807/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-09-07T07:05:30.6790670Z [808/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-09-07T07:05:30.6912800Z [809/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-09-07T07:05:30.6946730Z [810/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-09-07T07:05:30.7233180Z [811/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2025-09-07T07:05:30.7384430Z [812/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2025-09-07T07:05:30.7402990Z [813/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-09-07T07:05:30.7444890Z [814/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-09-07T07:05:30.7498730Z [815/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-09-07T07:05:30.7657310Z [816/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-09-07T07:05:30.7944620Z [817/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-09-07T07:05:30.7994750Z [818/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-09-07T07:05:30.8051750Z [819/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-09-07T07:05:30.8292830Z [820/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-09-07T07:05:30.8394540Z [821/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:30.8689090Z [822/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-09-07T07:05:30.8718180Z [823/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:30.8769060Z [824/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-09-07T07:05:30.8969940Z [825/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:30.9138320Z [826/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2025-09-07T07:05:30.9164530Z [827/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:30.9232150Z [828/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:30.9325580Z [829/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2025-09-07T07:05:30.9520860Z [830/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:30.9623810Z [831/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-09-07T07:05:30.9904910Z [832/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-09-07T07:05:30.9965870Z [833/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2025-09-07T07:05:30.9975710Z [834/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:30.9979280Z [835/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2025-09-07T07:05:31.0150360Z [836/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:31.0421510Z [837/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-09-07T07:05:31.0423210Z [838/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u16.c.o 2025-09-07T07:05:31.0460500Z [839/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-09-07T07:05:31.0468120Z [840/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2025-09-07T07:05:31.0591490Z [841/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-09-07T07:05:31.1076870Z [842/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2025-09-07T07:05:31.1137020Z [843/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-09-07T07:05:31.1153360Z [844/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2025-09-07T07:05:31.1200480Z [845/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-09-07T07:05:31.1353850Z [846/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-09-07T07:05:31.1369320Z [847/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-09-07T07:05:31.1631680Z [848/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-09-07T07:05:31.1697560Z [849/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-09-07T07:05:31.1710610Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c:24:1: warning: non-void function does not return a value [-Wreturn-type] 2025-09-07T07:05:31.1723670Z } 2025-09-07T07:05:31.1739640Z ^ 2025-09-07T07:05:31.1833040Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c:34:1: warning: non-void function does not return a value [-Wreturn-type] 2025-09-07T07:05:31.1835380Z } 2025-09-07T07:05:31.1835620Z ^ 2025-09-07T07:05:31.1835840Z 2 warnings generated. 2025-09-07T07:05:31.1836380Z [850/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-div.c.o 2025-09-07T07:05:31.1894260Z [851/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-09-07T07:05:31.2292580Z [852/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-09-07T07:05:31.2575580Z [853/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.2794070Z [854/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-09-07T07:05:31.2943960Z [855/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.3093350Z [856/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-09-07T07:05:31.3150790Z [857/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.3499940Z [858/5684] 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 2025-09-07T07:05:31.3800600Z [859/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.3910970Z [860/5684] 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 2025-09-07T07:05:31.3927490Z [861/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.4049300Z [862/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-09-07T07:05:31.4123240Z [863/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.4247220Z [864/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2025-09-07T07:05:31.4474310Z [865/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-09-07T07:05:31.4904080Z [866/5684] 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 2025-09-07T07:05:31.5086850Z [867/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-09-07T07:05:31.5163690Z [868/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.5196340Z [869/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.5220960Z [870/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.5297690Z [871/5684] 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 2025-09-07T07:05:31.5362910Z [872/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-09-07T07:05:31.5445540Z [873/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.5504100Z [874/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-09-07T07:05:31.6170800Z [875/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-09-07T07:05:31.6315720Z [876/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-09-07T07:05:31.6512260Z [877/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.6546430Z [878/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:05:31.6635300Z [879/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2025-09-07T07:05:31.6755960Z [880/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-09-07T07:05:31.7014170Z [881/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2025-09-07T07:05:31.7117110Z [882/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-09-07T07:05:31.7540110Z [883/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-09-07T07:05:31.7678060Z [884/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-09-07T07:05:31.7706990Z [885/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2025-09-07T07:05:31.7808180Z [886/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-09-07T07:05:31.8157020Z [887/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-09-07T07:05:31.8356870Z [888/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-09-07T07:05:31.8486080Z [889/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2025-09-07T07:05:31.8560740Z [890/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-09-07T07:05:31.8785310Z [891/5684] 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 2025-09-07T07:05:31.8908950Z [892/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2025-09-07T07:05:31.8924360Z [893/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2025-09-07T07:05:31.8928930Z [894/5684] 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 2025-09-07T07:05:31.9049980Z [895/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-09-07T07:05:31.9334210Z [896/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-09-07T07:05:31.9513430Z [897/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-09-07T07:05:31.9570360Z [898/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-09-07T07:05:31.9689600Z [899/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-09-07T07:05:31.9753660Z [900/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-09-07T07:05:32.0002350Z [901/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-09-07T07:05:32.0122510Z [902/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-09-07T07:05:32.0218530Z [903/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-09-07T07:05:32.0238300Z [904/5684] 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 2025-09-07T07:05:32.0255520Z [905/5684] 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 2025-09-07T07:05:32.0384950Z [906/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-09-07T07:05:32.0704370Z [907/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-09-07T07:05:32.0722260Z [908/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-09-07T07:05:32.0932950Z [909/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-09-07T07:05:32.1002590Z [910/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-09-07T07:05:32.1017850Z [911/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-09-07T07:05:32.1087550Z [912/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-09-07T07:05:32.1144560Z [913/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-09-07T07:05:32.1509230Z [914/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:32.1630310Z [915/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-09-07T07:05:32.1666480Z [916/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:32.1714320Z [917/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-09-07T07:05:32.2026830Z [918/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:32.2067560Z [919/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:32.2245810Z [920/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:32.2248740Z [921/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:32.2320580Z [922/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-09-07T07:05:32.2390360Z [923/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:32.2588200Z [924/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:32.2637740Z [925/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-09-07T07:05:32.2701700Z [926/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2025-09-07T07:05:32.2814070Z [927/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-09-07T07:05:32.2972980Z [928/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:32.3115120Z [929/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:32.3163830Z [930/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:32.3488880Z [931/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2025-09-07T07:05:32.3709820Z [932/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:32.3983400Z [933/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:32.4230530Z [934/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-09-07T07:05:32.4274870Z [935/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-09-07T07:05:32.4360450Z [936/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:32.4374880Z [937/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-09-07T07:05:32.4379940Z [938/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-09-07T07:05:32.4383250Z [939/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-09-07T07:05:32.4778480Z [940/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-09-07T07:05:32.4801820Z [941/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-09-07T07:05:32.4991390Z [942/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-09-07T07:05:32.5245100Z [943/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-09-07T07:05:32.5349500Z [944/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-09-07T07:05:32.5645800Z [945/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-09-07T07:05:32.5748550Z [946/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-09-07T07:05:32.5846440Z [947/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-09-07T07:05:32.5847270Z [948/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2025-09-07T07:05:32.6002310Z [949/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2025-09-07T07:05:32.6550830Z [950/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-09-07T07:05:32.6651170Z [951/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-09-07T07:05:32.6746630Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK/src/x32-pack-lh/x32-packlh-neonsme2.c:46:1: warning: non-void function does not return a value [-Wreturn-type] 2025-09-07T07:05:32.6761240Z } 2025-09-07T07:05:32.6761380Z ^ 2025-09-07T07:05:32.6761670Z 1 warning generated. 2025-09-07T07:05:32.6833670Z [952/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2025-09-07T07:05:32.7104870Z [953/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-09-07T07:05:32.7196970Z [954/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-09-07T07:05:32.7219130Z [955/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-09-07T07:05:32.7463690Z [956/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-09-07T07:05:32.7577570Z [957/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-09-07T07:05:32.7762820Z [958/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2025-09-07T07:05:32.7777660Z [959/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-09-07T07:05:32.7905080Z [960/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-09-07T07:05:32.7954720Z [961/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2025-09-07T07:05:32.8018000Z [962/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-09-07T07:05:32.8135810Z [963/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-09-07T07:05:32.8184830Z [964/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-09-07T07:05:32.8341600Z [965/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-09-07T07:05:32.8416850Z [966/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-09-07T07:05:32.8571680Z [967/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-09-07T07:05:32.8713140Z [968/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-09-07T07:05:32.8741800Z [969/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-09-07T07:05:32.8955350Z [970/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-09-07T07:05:32.9009640Z [971/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-09-07T07:05:32.9132550Z [972/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2025-09-07T07:05:32.9255500Z [973/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-09-07T07:05:32.9355870Z [974/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2025-09-07T07:05:32.9722850Z [975/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2025-09-07T07:05:32.9823100Z [976/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-09-07T07:05:32.9879000Z [977/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2025-09-07T07:05:33.0120020Z [978/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2025-09-07T07:05:33.0317190Z [979/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-09-07T07:05:33.0528670Z [980/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-09-07T07:05:33.0613910Z [981/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-09-07T07:05:33.0643400Z [982/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-09-07T07:05:33.0647490Z [983/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-09-07T07:05:33.0880890Z [984/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-09-07T07:05:33.1019980Z [985/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-09-07T07:05:33.1343970Z [986/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-09-07T07:05:33.1362230Z [987/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-09-07T07:05:33.1375100Z [988/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-09-07T07:05:33.1480580Z [989/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-09-07T07:05:33.1700540Z [990/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-09-07T07:05:33.1835600Z [991/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-09-07T07:05:33.1838170Z [992/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-09-07T07:05:33.2108080Z [993/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-09-07T07:05:33.2140890Z [994/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-09-07T07:05:33.2185960Z [995/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-09-07T07:05:33.2236900Z [996/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-09-07T07:05:33.2297260Z [997/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-09-07T07:05:33.2369610Z [998/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-09-07T07:05:33.2407460Z [999/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-09-07T07:05:33.2511040Z [1000/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-09-07T07:05:33.2543430Z [1001/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-09-07T07:05:33.2607680Z [1002/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-09-07T07:05:33.2639050Z [1003/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-09-07T07:05:33.2759020Z [1004/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-09-07T07:05:33.2764120Z [1005/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-09-07T07:05:33.2993940Z [1006/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2025-09-07T07:05:33.3139420Z [1007/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2025-09-07T07:05:33.3142390Z [1008/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2025-09-07T07:05:33.3461190Z [1009/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2025-09-07T07:05:33.3472490Z [1010/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2025-09-07T07:05:33.3655840Z [1011/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2025-09-07T07:05:33.3819760Z [1012/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2025-09-07T07:05:33.3822360Z [1013/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2025-09-07T07:05:33.3946320Z [1014/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-09-07T07:05:33.4484990Z [1015/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-09-07T07:05:33.4585550Z [1016/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:33.4798220Z [1017/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:33.5039500Z [1018/5684] 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 2025-09-07T07:05:33.5086450Z [1019/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu16-neon-mlal-lane.c.o 2025-09-07T07:05:33.5115050Z [1020/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:33.5121430Z [1021/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:33.5215670Z [1022/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:33.5378750Z [1023/5684] 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 2025-09-07T07:05:33.5492160Z [1024/5684] 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 2025-09-07T07:05:33.5497570Z [1025/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:33.5577590Z [1026/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-09-07T07:05:33.5973980Z [1027/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:33.6169530Z [1028/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:33.6288890Z [1029/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:33.6556620Z [1030/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu16-neon-mlal-lane.c.o 2025-09-07T07:05:33.6847000Z [1031/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:33.6878880Z [1032/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:33.6981140Z [1033/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:33.7122920Z [1034/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:33.7167870Z [1035/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:33.7271280Z [1036/5684] 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 2025-09-07T07:05:33.7316820Z [1037/5684] 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 2025-09-07T07:05:33.7368730Z [1038/5684] 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 2025-09-07T07:05:33.7514100Z [1039/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-09-07T07:05:33.7931460Z [1040/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-09-07T07:05:33.7973450Z [1041/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:33.8030100Z [1042/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-09-07T07:05:33.8258680Z [1043/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2025-09-07T07:05:33.8297920Z [1044/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2025-09-07T07:05:33.8659370Z [1045/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:33.8694390Z [1046/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-09-07T07:05:33.8918090Z [1047/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-09-07T07:05:33.9024150Z [1048/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2025-09-07T07:05:33.9087000Z [1049/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2025-09-07T07:05:33.9102890Z [1050/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2025-09-07T07:05:33.9390100Z [1051/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-09-07T07:05:33.9393160Z [1052/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-09-07T07:05:33.9556130Z [1053/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2025-09-07T07:05:33.9908430Z [1054/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-09-07T07:05:33.9947020Z [1055/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-09-07T07:05:33.9956790Z [1056/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-09-07T07:05:33.9967790Z [1057/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2025-09-07T07:05:34.0483460Z [1058/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-09-07T07:05:34.0499760Z [1059/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-09-07T07:05:34.0502090Z [1060/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-09-07T07:05:34.0503710Z [1061/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-09-07T07:05:34.0684450Z [1062/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-09-07T07:05:34.1099010Z [1063/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-09-07T07:05:34.1190060Z [1064/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-09-07T07:05:34.1329840Z [1065/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-09-07T07:05:34.1487080Z [1066/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-09-07T07:05:34.1535430Z [1067/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2025-09-07T07:05:34.1630780Z [1068/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-09-07T07:05:34.1658780Z [1069/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-09-07T07:05:34.2013300Z [1070/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-09-07T07:05:34.2072220Z [1071/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-09-07T07:05:34.2176610Z [1072/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-09-07T07:05:34.2384560Z [1073/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2025-09-07T07:05:34.2486680Z [1074/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-09-07T07:05:34.2628820Z [1075/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-09-07T07:05:34.2650910Z [1076/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2025-09-07T07:05:34.2819300Z [1077/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-09-07T07:05:34.2853810Z [1078/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-09-07T07:05:34.3234000Z [1079/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2025-09-07T07:05:34.3334330Z [1080/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2025-09-07T07:05:34.3369860Z [1081/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2025-09-07T07:05:34.3492430Z [1082/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2025-09-07T07:05:34.3495060Z [1083/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2025-09-07T07:05:34.3633970Z [1084/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2025-09-07T07:05:34.3678830Z [1085/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2025-09-07T07:05:34.3707950Z [1086/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2025-09-07T07:05:34.3975850Z [1087/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2025-09-07T07:05:34.4027940Z [1088/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2025-09-07T07:05:34.4112780Z [1089/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2025-09-07T07:05:34.4224060Z [1090/5684] 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 2025-09-07T07:05:34.4297180Z [1091/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2025-09-07T07:05:34.4439380Z [1092/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2025-09-07T07:05:34.4474710Z [1093/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2025-09-07T07:05:34.4824720Z [1094/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2025-09-07T07:05:34.4917280Z [1095/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2025-09-07T07:05:34.4931230Z [1096/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2025-09-07T07:05:34.4968010Z [1097/5684] 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 2025-09-07T07:05:34.5038180Z [1098/5684] 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 2025-09-07T07:05:34.5392670Z [1099/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2025-09-07T07:05:34.5452460Z [1100/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2025-09-07T07:05:34.5467600Z [1101/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2025-09-07T07:05:34.5624150Z [1102/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2025-09-07T07:05:34.5874460Z [1103/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2025-09-07T07:05:34.5896680Z [1104/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2025-09-07T07:05:34.5990990Z [1105/5684] 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 2025-09-07T07:05:34.6024400Z [1106/5684] 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 2025-09-07T07:05:34.6197690Z [1107/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2025-09-07T07:05:34.6347880Z [1108/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2025-09-07T07:05:34.6433990Z [1109/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2025-09-07T07:05:34.6465780Z [1110/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2025-09-07T07:05:34.6652550Z [1111/5684] 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 2025-09-07T07:05:34.6655120Z [1112/5684] 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 2025-09-07T07:05:34.7038560Z [1113/5684] 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 2025-09-07T07:05:34.7089030Z [1114/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2025-09-07T07:05:34.7331700Z [1115/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2025-09-07T07:05:34.7467730Z [1116/5684] 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 2025-09-07T07:05:34.7695000Z [1117/5684] 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 2025-09-07T07:05:34.7745800Z [1118/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2025-09-07T07:05:34.7835760Z [1119/5684] 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 2025-09-07T07:05:34.7849120Z [1120/5684] 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 2025-09-07T07:05:34.7862540Z [1121/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-09-07T07:05:34.8209750Z [1122/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2025-09-07T07:05:34.8258870Z [1123/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2025-09-07T07:05:34.8368000Z [1124/5684] 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 2025-09-07T07:05:34.8629830Z [1125/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2025-09-07T07:05:34.8639310Z [1126/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2025-09-07T07:05:34.8850070Z [1127/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2025-09-07T07:05:34.8946960Z [1128/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2025-09-07T07:05:34.8969300Z [1129/5684] 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 2025-09-07T07:05:34.9166870Z [1130/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2025-09-07T07:05:34.9193540Z [1131/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2025-09-07T07:05:34.9234760Z [1132/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2025-09-07T07:05:34.9491250Z [1133/5684] 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 2025-09-07T07:05:34.9544870Z [1134/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2025-09-07T07:05:34.9704810Z [1135/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2025-09-07T07:05:34.9720690Z [1136/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2025-09-07T07:05:34.9721410Z [1137/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2025-09-07T07:05:34.9722100Z [1138/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2025-09-07T07:05:34.9998600Z [1139/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2025-09-07T07:05:35.0077020Z [1140/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2025-09-07T07:05:35.0080690Z [1141/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2025-09-07T07:05:35.0096990Z [1142/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2025-09-07T07:05:35.0108360Z [1143/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2025-09-07T07:05:35.0339750Z [1144/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2025-09-07T07:05:35.0427990Z [1145/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2025-09-07T07:05:35.0432450Z [1146/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2025-09-07T07:05:35.0438210Z [1147/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2025-09-07T07:05:35.0605880Z [1148/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2025-09-07T07:05:35.0706330Z [1149/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2025-09-07T07:05:35.0759600Z [1150/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2025-09-07T07:05:35.0867170Z [1151/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2025-09-07T07:05:35.0887980Z [1152/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2025-09-07T07:05:35.0908650Z [1153/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2025-09-07T07:05:35.0960350Z [1154/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2025-09-07T07:05:35.1136620Z [1155/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:35.1228510Z [1156/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2025-09-07T07:05:35.1307750Z [1157/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2025-09-07T07:05:35.1309220Z [1158/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u1.c.o 2025-09-07T07:05:35.1324540Z [1159/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2025-09-07T07:05:35.1428250Z [1160/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u2.c.o 2025-09-07T07:05:35.1457570Z [1161/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2025-09-07T07:05:35.1815360Z [1162/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2025-09-07T07:05:35.1893860Z [1163/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2025-09-07T07:05:35.2038690Z [1164/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2025-09-07T07:05:35.2190060Z [1165/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2025-09-07T07:05:35.2221670Z [1166/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2025-09-07T07:05:35.2285060Z [1167/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2025-09-07T07:05:35.2295180Z [1168/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2025-09-07T07:05:35.2591730Z [1169/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2025-09-07T07:05:35.2605680Z [1170/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2025-09-07T07:05:35.2622960Z [1171/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2025-09-07T07:05:35.2715040Z [1172/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2025-09-07T07:05:35.2732900Z [1173/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qu8-vcvt/gen/f16-qu8-vcvt-scalar-imagic-u3.c.o 2025-09-07T07:05:35.2763770Z [1174/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2025-09-07T07:05:35.2791740Z [1175/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2025-09-07T07:05:35.3027390Z [1176/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2025-09-07T07:05:35.3090860Z [1177/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2025-09-07T07:05:35.3100270Z [1178/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2025-09-07T07:05:35.3171480Z [1179/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2025-09-07T07:05:35.3184940Z [1180/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2025-09-07T07:05:35.3321230Z [1181/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2025-09-07T07:05:35.3445950Z [1182/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2025-09-07T07:05:35.3539350Z [1183/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2025-09-07T07:05:35.3546860Z [1184/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2025-09-07T07:05:35.3669600Z [1185/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2025-09-07T07:05:35.3845460Z [1186/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2025-09-07T07:05:35.3945990Z [1187/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2025-09-07T07:05:35.3968150Z [1188/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2025-09-07T07:05:35.4038660Z [1189/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2025-09-07T07:05:35.4089530Z [1190/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2025-09-07T07:05:35.4254810Z [1191/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2025-09-07T07:05:35.4284530Z [1192/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2025-09-07T07:05:35.4363570Z [1193/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2025-09-07T07:05:35.4371240Z [1194/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2025-09-07T07:05:35.4376790Z [1195/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2025-09-07T07:05:35.4384950Z [1196/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2025-09-07T07:05:35.4465150Z [1197/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2025-09-07T07:05:35.4670650Z [1198/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2025-09-07T07:05:35.4702670Z [1199/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2025-09-07T07:05:35.4715570Z [1200/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2025-09-07T07:05:35.4791160Z [1201/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2025-09-07T07:05:35.4830930Z [1202/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2025-09-07T07:05:35.4832690Z [1203/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2025-09-07T07:05:35.5035110Z [1204/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2025-09-07T07:05:35.5190780Z [1205/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2025-09-07T07:05:35.5291070Z [1206/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2025-09-07T07:05:35.5302820Z [1207/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2025-09-07T07:05:35.5328370Z [1208/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2025-09-07T07:05:35.5389660Z [1209/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2025-09-07T07:05:35.5404900Z [1210/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2025-09-07T07:05:35.5458190Z [1211/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2025-09-07T07:05:35.5672110Z [1212/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2025-09-07T07:05:35.5752190Z [1213/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2025-09-07T07:05:35.5754590Z [1214/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2025-09-07T07:05:35.5793790Z [1215/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2025-09-07T07:05:35.5869540Z [1216/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2025-09-07T07:05:35.5887760Z [1217/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2025-09-07T07:05:35.5933410Z [1218/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2025-09-07T07:05:35.6174130Z [1219/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2025-09-07T07:05:35.6200120Z [1220/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2025-09-07T07:05:35.6205640Z [1221/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2025-09-07T07:05:35.6371670Z [1222/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2025-09-07T07:05:35.6385490Z [1223/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2025-09-07T07:05:35.6434730Z [1224/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2025-09-07T07:05:35.6458900Z [1225/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2025-09-07T07:05:35.6602600Z [1226/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2025-09-07T07:05:35.6662550Z [1227/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2025-09-07T07:05:35.6761200Z [1228/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2025-09-07T07:05:35.6855880Z [1229/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2025-09-07T07:05:35.6867690Z [1230/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2025-09-07T07:05:35.6909480Z [1231/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2025-09-07T07:05:35.6973020Z [1232/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2025-09-07T07:05:35.7053440Z [1233/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2025-09-07T07:05:35.7210560Z [1234/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2025-09-07T07:05:35.7243440Z [1235/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2025-09-07T07:05:35.7301710Z [1236/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u1.c.o 2025-09-07T07:05:35.7321810Z [1237/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2025-09-07T07:05:35.7471880Z [1238/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2025-09-07T07:05:35.7516200Z [1239/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2025-09-07T07:05:35.7586270Z [1240/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u2.c.o 2025-09-07T07:05:35.7691150Z [1241/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u4.c.o 2025-09-07T07:05:35.7782250Z [1242/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u4.c.o 2025-09-07T07:05:35.7808130Z [1243/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u2.c.o 2025-09-07T07:05:35.7819020Z [1244/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2025-09-07T07:05:35.7980820Z [1245/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u1.c.o 2025-09-07T07:05:35.8197640Z [1246/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2025-09-07T07:05:35.8368660Z [1247/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2025-09-07T07:05:35.8371580Z [1248/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2025-09-07T07:05:35.8404000Z [1249/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2025-09-07T07:05:35.8488370Z [1250/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2025-09-07T07:05:35.8532910Z [1251/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2025-09-07T07:05:35.8817470Z [1252/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2025-09-07T07:05:35.8943630Z [1253/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2025-09-07T07:05:35.8981590Z [1254/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2025-09-07T07:05:35.8987570Z [1255/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2025-09-07T07:05:35.9105650Z [1256/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2025-09-07T07:05:35.9135160Z [1257/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2025-09-07T07:05:35.9145590Z [1258/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2025-09-07T07:05:35.9262740Z [1259/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2025-09-07T07:05:35.9462710Z [1260/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2025-09-07T07:05:35.9506650Z [1261/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2025-09-07T07:05:35.9540900Z [1262/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2025-09-07T07:05:35.9643180Z [1263/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2025-09-07T07:05:35.9796050Z [1264/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2025-09-07T07:05:36.0025510Z [1265/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2025-09-07T07:05:36.0072270Z [1266/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2025-09-07T07:05:36.0075200Z [1267/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2025-09-07T07:05:36.0076210Z [1268/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2025-09-07T07:05:36.0078310Z [1269/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2025-09-07T07:05:36.0101250Z [1270/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2025-09-07T07:05:36.0200610Z [1271/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2025-09-07T07:05:36.0314600Z [1272/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2025-09-07T07:05:36.0394440Z [1273/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2025-09-07T07:05:36.0488420Z [1274/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2025-09-07T07:05:36.0524190Z [1275/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2025-09-07T07:05:36.0625670Z [1276/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2025-09-07T07:05:36.0638820Z [1277/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2025-09-07T07:05:36.0660470Z [1278/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2025-09-07T07:05:36.0705040Z [1279/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2025-09-07T07:05:36.0825760Z [1280/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2025-09-07T07:05:36.0867060Z [1281/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2025-09-07T07:05:36.1109220Z [1282/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2025-09-07T07:05:36.1128990Z [1283/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2025-09-07T07:05:36.1157710Z [1284/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2025-09-07T07:05:36.1189410Z [1285/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2025-09-07T07:05:36.1246770Z [1286/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2025-09-07T07:05:36.1317870Z [1287/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2025-09-07T07:05:36.1344440Z [1288/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2025-09-07T07:05:36.1490690Z [1289/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2025-09-07T07:05:36.1546720Z [1290/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2025-09-07T07:05:36.1609790Z [1291/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2025-09-07T07:05:36.1657970Z [1292/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2025-09-07T07:05:36.1661310Z [1293/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2025-09-07T07:05:36.1673030Z [1294/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2025-09-07T07:05:36.1837970Z [1295/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2025-09-07T07:05:36.2034000Z [1296/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2025-09-07T07:05:36.2082990Z [1297/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2025-09-07T07:05:36.2084990Z [1298/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2025-09-07T07:05:36.2106420Z [1299/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2025-09-07T07:05:36.2332700Z [1300/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2025-09-07T07:05:36.2348190Z [1301/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2025-09-07T07:05:36.2370520Z [1302/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2025-09-07T07:05:36.2384330Z [1303/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2025-09-07T07:05:36.2535240Z [1304/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2025-09-07T07:05:36.2608720Z [1305/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2025-09-07T07:05:36.2624370Z [1306/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2025-09-07T07:05:36.2754470Z [1307/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2025-09-07T07:05:36.2860870Z [1308/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2025-09-07T07:05:36.3160840Z [1309/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.o 2025-09-07T07:05:36.3230110Z [1310/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2025-09-07T07:05:36.3262240Z [1311/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2025-09-07T07:05:36.3282510Z [1312/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2025-09-07T07:05:36.3301960Z [1313/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.o 2025-09-07T07:05:36.3331740Z [1314/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.o 2025-09-07T07:05:36.3844270Z [1315/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.o 2025-09-07T07:05:36.3979990Z [1316/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.o 2025-09-07T07:05:36.3987500Z [1317/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8-minmax-scalar.c.o 2025-09-07T07:05:36.3998280Z [1318/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.o 2025-09-07T07:05:36.4008600Z [1319/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x2-minmax-scalar.c.o 2025-09-07T07:05:36.4083000Z [1320/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x2-minmax-scalar.c.o 2025-09-07T07:05:36.4139140Z [1321/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.o 2025-09-07T07:05:36.4679150Z [1322/5684] 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 2025-09-07T07:05:36.4698350Z [1323/5684] 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 2025-09-07T07:05:36.4741100Z [1324/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x4-minmax-scalar.c.o 2025-09-07T07:05:36.4753710Z [1325/5684] 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 2025-09-07T07:05:36.4887640Z [1326/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8-minmax-scalar.c.o 2025-09-07T07:05:36.5090740Z [1327/5684] 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 2025-09-07T07:05:36.5191140Z [1328/5684] 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 2025-09-07T07:05:36.5433380Z [1329/5684] 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 2025-09-07T07:05:36.5478930Z [1330/5684] 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 2025-09-07T07:05:36.5494190Z [1331/5684] 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 2025-09-07T07:05:36.5641290Z [1332/5684] 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 2025-09-07T07:05:36.5659000Z [1333/5684] 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 2025-09-07T07:05:36.5976110Z [1334/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.5979810Z [1335/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.6058620Z [1336/5684] 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 2025-09-07T07:05:36.6081760Z [1337/5684] 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 2025-09-07T07:05:36.6239310Z [1338/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.6441950Z [1339/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.6642590Z [1340/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.6655930Z [1341/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.6709600Z [1342/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.6775760Z [1343/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.6823050Z [1344/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.6843970Z [1345/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.7230640Z [1346/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.7259650Z [1347/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.7408390Z [1348/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.7425870Z [1349/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.7653120Z [1350/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.7708080Z [1351/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.7735750Z [1352/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.7886690Z [1353/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.7930860Z [1354/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.8242870Z [1355/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.8350820Z [1356/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.8568790Z [1357/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.8710090Z [1358/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.8748770Z [1359/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.8767070Z [1360/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.8995100Z [1361/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.9074440Z [1362/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.9082740Z [1363/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.9232230Z [1364/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2025-09-07T07:05:36.9245390Z [1365/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.9252260Z [1366/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.9394840Z [1367/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:36.9640940Z [1368/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:36.9726080Z [1369/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2025-09-07T07:05:36.9750730Z [1370/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:36.9858910Z [1371/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:37.0096480Z [1372/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2025-09-07T07:05:37.0285090Z [1373/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:37.0297740Z [1374/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2025-09-07T07:05:37.0328930Z [1375/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:37.0558100Z [1376/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2025-09-07T07:05:37.0925300Z [1377/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:37.1020310Z [1378/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:37.1033520Z [1379/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:37.1227730Z [1380/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c4-gemm-gio-scalar.c.o 2025-09-07T07:05:37.1599280Z [1381/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c4-gemm-goi-scalar.c.o 2025-09-07T07:05:37.2001460Z [1382/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:37.2202810Z [1383/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c8-gemm-gio-scalar.c.o 2025-09-07T07:05:37.2448400Z [1384/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2025-09-07T07:05:37.2675600Z [1385/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2025-09-07T07:05:37.2741150Z [1386/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x16c4-gemm-gio-scalar.c.o 2025-09-07T07:05:37.3029260Z [1387/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2025-09-07T07:05:37.3139560Z [1388/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u1.c.o 2025-09-07T07:05:37.3164190Z [1389/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u2.c.o 2025-09-07T07:05:37.3428930Z [1390/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u4.c.o 2025-09-07T07:05:37.3503580Z [1391/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x8c8-gemm-goi-scalar.c.o 2025-09-07T07:05:37.3519000Z [1392/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2025-09-07T07:05:37.3665800Z [1393/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2025-09-07T07:05:37.3952160Z [1394/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2025-09-07T07:05:37.3994420Z [1395/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2025-09-07T07:05:37.3996600Z [1396/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2025-09-07T07:05:37.4295040Z [1397/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2025-09-07T07:05:37.4373160Z [1398/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2025-09-07T07:05:37.4484250Z [1399/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2025-09-07T07:05:37.4537020Z [1400/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2025-09-07T07:05:37.4980090Z [1401/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2025-09-07T07:05:37.5053250Z [1402/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2025-09-07T07:05:37.5135200Z [1403/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2025-09-07T07:05:37.5508390Z [1404/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2025-09-07T07:05:37.5674880Z [1405/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2025-09-07T07:05:37.5724150Z [1406/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-gio-scalar.c.o 2025-09-07T07:05:37.5756420Z [1407/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2025-09-07T07:05:37.5872780Z [1408/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2025-09-07T07:05:37.5966970Z [1409/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2025-09-07T07:05:37.6127020Z [1410/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2025-09-07T07:05:37.6136690Z [1411/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2025-09-07T07:05:37.6275140Z [1412/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2025-09-07T07:05:37.6361720Z [1413/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2025-09-07T07:05:37.6505570Z [1414/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2025-09-07T07:05:37.6626240Z [1415/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2025-09-07T07:05:37.6775540Z [1416/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2025-09-07T07:05:37.6836510Z [1417/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2025-09-07T07:05:37.6852790Z [1418/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2025-09-07T07:05:37.6954970Z [1419/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x32c4-gemm-gio-scalar.c.o 2025-09-07T07:05:37.7279800Z [1420/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2025-09-07T07:05:37.7487260Z [1421/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2025-09-07T07:05:37.7521730Z [1422/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2025-09-07T07:05:37.7538170Z [1423/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vgelu/gen/f32-vgelu-scalar.c.o 2025-09-07T07:05:37.7882180Z [1424/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2025-09-07T07:05:37.7968150Z [1425/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2025-09-07T07:05:37.7969190Z [1426/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x16c4-gemm-goi-scalar.c.o 2025-09-07T07:05:37.8073200Z [1427/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2025-09-07T07:05:37.8108360Z [1428/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2025-09-07T07:05:37.8110900Z [1429/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlog/gen/f32-vlog-scalar-log.c.o 2025-09-07T07:05:37.8150920Z [1430/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2025-09-07T07:05:37.8388370Z [1431/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2025-09-07T07:05:37.8457880Z [1432/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2025-09-07T07:05:37.8517240Z [1433/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2025-09-07T07:05:37.8555420Z [1434/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2025-09-07T07:05:37.8694890Z [1435/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:37.8816280Z [1436/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:37.9142630Z [1437/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:37.9277900Z [1438/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:37.9525010Z [1439/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:37.9529540Z [1440/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:37.9667230Z [1441/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.0082070Z [1442/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.0288850Z [1443/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.0316020Z [1444/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.0327280Z [1445/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.0340900Z [1446/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.0748050Z [1447/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.0851110Z [1448/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.0984100Z [1449/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.1010830Z [1450/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.1111140Z [1451/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.1316600Z [1452/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.1659720Z [1453/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.1760340Z [1454/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.1829910Z [1455/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.2128380Z [1456/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2025-09-07T07:05:38.2292580Z [1457/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.2326050Z [1458/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.2410970Z [1459/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.2463680Z [1460/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.2488040Z [1461/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.2621510Z [1462/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2025-09-07T07:05:38.3094180Z [1463/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.3115050Z [1464/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.3165480Z [1465/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.3184950Z [1466/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.3210770Z [1467/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.3482450Z [1468/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.3764780Z [1469/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.3813600Z [1470/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.3922960Z [1471/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.3949950Z [1472/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.3978910Z [1473/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.4317230Z [1474/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.4550510Z [1475/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.4551310Z [1476/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.4674870Z [1477/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.4706450Z [1478/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.4796010Z [1479/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.5246400Z [1480/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.5298780Z [1481/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.5395240Z [1482/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.5421790Z [1483/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.5512580Z [1484/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.5541080Z [1485/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.6160760Z [1486/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.6188910Z [1487/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.6238780Z [1488/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.6252680Z [1489/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.6329860Z [1490/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.6341750Z [1491/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.6952260Z [1492/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.7002950Z [1493/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.7067150Z [1494/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.7067880Z [1495/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.7068610Z [1496/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.7082240Z [1497/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.7667370Z [1498/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.7719690Z [1499/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.7762320Z [1500/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.7773770Z [1501/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.7792760Z [1502/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.7844310Z [1503/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.8551830Z [1504/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.8578610Z [1505/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.8583040Z [1506/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.8605890Z [1507/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.8640370Z [1508/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.8655400Z [1509/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.9428550Z [1510/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.9446560Z [1511/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.9459520Z [1512/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:38.9485470Z [1513/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:38.9509480Z [1514/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:38.9568760Z [1515/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2025-09-07T07:05:38.9775520Z [1516/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2025-09-07T07:05:38.9907690Z [1517/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x16c8-gemm-goi-scalar.c.o 2025-09-07T07:05:38.9990180Z [1518/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x8c8-gemm-goi-scalar.c.o 2025-09-07T07:05:39.0059270Z [1519/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc4w-packw/gen/qs8-qc4w-packw-x32c8-gemm-goi-scalar.c.o 2025-09-07T07:05:39.0149070Z [1520/5684] 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 2025-09-07T07:05:39.0368470Z [1521/5684] 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 2025-09-07T07:05:39.0519750Z [1522/5684] 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 2025-09-07T07:05:39.0697520Z [1523/5684] 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 2025-09-07T07:05:39.0709200Z [1524/5684] 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 2025-09-07T07:05:39.0868660Z [1525/5684] 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 2025-09-07T07:05:39.1269510Z [1526/5684] 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 2025-09-07T07:05:39.1368710Z [1527/5684] 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 2025-09-07T07:05:39.1446000Z [1528/5684] 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 2025-09-07T07:05:39.1472120Z [1529/5684] 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 2025-09-07T07:05:39.1496580Z [1530/5684] 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 2025-09-07T07:05:39.1815870Z [1531/5684] 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 2025-09-07T07:05:39.1954270Z [1532/5684] 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 2025-09-07T07:05:39.2226670Z [1533/5684] 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 2025-09-07T07:05:39.2252730Z [1534/5684] 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 2025-09-07T07:05:39.2266090Z [1535/5684] 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 2025-09-07T07:05:39.2628720Z [1536/5684] 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 2025-09-07T07:05:39.2729020Z [1537/5684] 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 2025-09-07T07:05:39.2916030Z [1538/5684] 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 2025-09-07T07:05:39.2922600Z [1539/5684] 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 2025-09-07T07:05:39.3131490Z [1540/5684] 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 2025-09-07T07:05:39.3432040Z [1541/5684] 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 2025-09-07T07:05:39.3537470Z [1542/5684] 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 2025-09-07T07:05:39.3809230Z [1543/5684] 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 2025-09-07T07:05:39.3929970Z [1544/5684] 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 2025-09-07T07:05:39.4155600Z [1545/5684] 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 2025-09-07T07:05:39.4359900Z [1546/5684] 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 2025-09-07T07:05:39.4467350Z [1547/5684] 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 2025-09-07T07:05:39.4482190Z [1548/5684] 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 2025-09-07T07:05:39.4547290Z [1549/5684] 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 2025-09-07T07:05:39.4689170Z [1550/5684] 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 2025-09-07T07:05:39.5090810Z [1551/5684] 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 2025-09-07T07:05:39.5191570Z [1552/5684] 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 2025-09-07T07:05:39.5196070Z [1553/5684] 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 2025-09-07T07:05:39.5299730Z [1554/5684] 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 2025-09-07T07:05:39.5384940Z [1555/5684] 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 2025-09-07T07:05:39.5995430Z [1556/5684] 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 2025-09-07T07:05:39.6082310Z [1557/5684] 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 2025-09-07T07:05:39.6183960Z [1558/5684] 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 2025-09-07T07:05:39.6230850Z [1559/5684] 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 2025-09-07T07:05:39.6287060Z [1560/5684] 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 2025-09-07T07:05:39.6694370Z [1561/5684] 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 2025-09-07T07:05:39.6796040Z [1562/5684] 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 2025-09-07T07:05:39.6874800Z [1563/5684] 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 2025-09-07T07:05:39.6955040Z [1564/5684] 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 2025-09-07T07:05:39.6963280Z [1565/5684] 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 2025-09-07T07:05:39.7464270Z [1566/5684] 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 2025-09-07T07:05:39.7567320Z [1567/5684] 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 2025-09-07T07:05:39.7569490Z [1568/5684] 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 2025-09-07T07:05:39.7571970Z [1569/5684] 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 2025-09-07T07:05:39.7638550Z [1570/5684] 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 2025-09-07T07:05:39.8135590Z [1571/5684] 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 2025-09-07T07:05:39.8302190Z [1572/5684] 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 2025-09-07T07:05:39.8339310Z [1573/5684] 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 2025-09-07T07:05:39.8376160Z [1574/5684] 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 2025-09-07T07:05:39.8382740Z [1575/5684] 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 2025-09-07T07:05:39.9013970Z [1576/5684] 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 2025-09-07T07:05:39.9113850Z [1577/5684] 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 2025-09-07T07:05:39.9116070Z [1578/5684] 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 2025-09-07T07:05:39.9153840Z [1579/5684] 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 2025-09-07T07:05:39.9249210Z [1580/5684] 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 2025-09-07T07:05:39.9629510Z [1581/5684] 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 2025-09-07T07:05:39.9754410Z [1582/5684] 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 2025-09-07T07:05:39.9779100Z [1583/5684] 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 2025-09-07T07:05:39.9836680Z [1584/5684] 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 2025-09-07T07:05:39.9968380Z [1585/5684] 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 2025-09-07T07:05:40.0370460Z [1586/5684] 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 2025-09-07T07:05:40.0571450Z [1587/5684] 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 2025-09-07T07:05:40.0671870Z [1588/5684] 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 2025-09-07T07:05:40.0706430Z [1589/5684] 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 2025-09-07T07:05:40.0709650Z [1590/5684] 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 2025-09-07T07:05:40.1110890Z [1591/5684] 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 2025-09-07T07:05:40.1339950Z [1592/5684] 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 2025-09-07T07:05:40.1386550Z [1593/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x32c4-gemm-goi-scalar.c.o 2025-09-07T07:05:40.1434050Z [1594/5684] 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 2025-09-07T07:05:40.1578650Z [1595/5684] 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 2025-09-07T07:05:40.1596360Z [1596/5684] 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 2025-09-07T07:05:40.2011070Z [1597/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u1.c.o 2025-09-07T07:05:40.2155070Z [1598/5684] 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 2025-09-07T07:05:40.2235840Z [1599/5684] 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 2025-09-07T07:05:40.2243820Z [1600/5684] 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 2025-09-07T07:05:40.2256680Z [1601/5684] 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 2025-09-07T07:05:40.2658830Z [1602/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u2.c.o 2025-09-07T07:05:40.2789230Z [1603/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2025-09-07T07:05:40.2836620Z [1604/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:40.3108760Z [1605/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2025-09-07T07:05:40.3251440Z [1606/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2025-09-07T07:05:40.3298580Z [1607/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2025-09-07T07:05:40.3644070Z [1608/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2025-09-07T07:05:40.3701760Z [1609/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-gio-scalar.c.o 2025-09-07T07:05:40.3756580Z [1610/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2025-09-07T07:05:40.3847610Z [1611/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2025-09-07T07:05:40.4152460Z [1612/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2025-09-07T07:05:40.4230690Z [1613/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2025-09-07T07:05:40.4275770Z [1614/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2025-09-07T07:05:40.4329680Z [1615/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x8c8-gemm-goi-scalar.c.o 2025-09-07T07:05:40.4453330Z [1616/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:40.4734930Z [1617/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2025-09-07T07:05:40.4837310Z [1618/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:40.4909230Z [1619/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:40.5046070Z [1620/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:40.5146150Z [1621/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:40.5558940Z [1622/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:40.5599760Z [1623/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:40.5736980Z [1624/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:40.5745890Z [1625/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:40.5753640Z [1626/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:40.6176300Z [1627/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:40.6459060Z [1628/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2025-09-07T07:05:40.6477050Z [1629/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2025-09-07T07:05:40.6483250Z [1630/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-gio-scalar.c.o 2025-09-07T07:05:40.6487510Z [1631/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:40.6602930Z [1632/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2025-09-07T07:05:40.6791680Z [1633/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2025-09-07T07:05:40.6906060Z [1634/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2025-09-07T07:05:40.6936440Z [1635/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2025-09-07T07:05:40.6954040Z [1636/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2025-09-07T07:05:40.6963930Z [1637/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2025-09-07T07:05:40.7020170Z [1638/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2025-09-07T07:05:40.7216410Z [1639/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2025-09-07T07:05:40.7232550Z [1640/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2025-09-07T07:05:40.7263140Z [1641/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2025-09-07T07:05:40.7304680Z [1642/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2025-09-07T07:05:40.7414770Z [1643/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2025-09-07T07:05:40.7604740Z [1644/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2025-09-07T07:05:40.7621640Z [1645/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2025-09-07T07:05:40.7681200Z [1646/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-09-07T07:05:40.7708070Z [1647/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2025-09-07T07:05:40.7863820Z [1648/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2025-09-07T07:05:40.7880360Z [1649/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2025-09-07T07:05:40.8078820Z [1650/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-gio-scalar.c.o 2025-09-07T07:05:40.8100080Z [1651/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-gio-scalar.c.o 2025-09-07T07:05:40.8125980Z [1652/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2025-09-07T07:05:40.8332480Z [1653/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-gio-scalar.c.o 2025-09-07T07:05:40.8556990Z [1654/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2025-09-07T07:05:40.8657240Z [1655/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x32-gemm-gio-scalar.c.o 2025-09-07T07:05:40.8661300Z [1656/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2025-09-07T07:05:40.8703030Z [1657/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2025-09-07T07:05:40.8855400Z [1658/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2025-09-07T07:05:40.8973530Z [1659/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2025-09-07T07:05:40.9014550Z [1660/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2025-09-07T07:05:40.9060100Z [1661/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2025-09-07T07:05:40.9087980Z [1662/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2025-09-07T07:05:40.9287620Z [1663/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2025-09-07T07:05:40.9350730Z [1664/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2025-09-07T07:05:40.9420680Z [1665/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2025-09-07T07:05:40.9510340Z [1666/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2025-09-07T07:05:40.9554210Z [1667/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2025-09-07T07:05:40.9721900Z [1668/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2025-09-07T07:05:40.9835170Z [1669/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2025-09-07T07:05:40.9936200Z [1670/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2025-09-07T07:05:41.0037590Z [1671/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2025-09-07T07:05:41.0139980Z [1672/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2025-09-07T07:05:41.0240690Z [1673/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2025-09-07T07:05:41.0248790Z [1674/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2025-09-07T07:05:41.0252260Z [1675/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2025-09-07T07:05:41.0287240Z [1676/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2025-09-07T07:05:41.0460360Z [1677/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2025-09-07T07:05:41.0567740Z [1678/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2025-09-07T07:05:41.0645070Z [1679/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2025-09-07T07:05:41.0664300Z [1680/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2025-09-07T07:05:41.0677120Z [1681/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2025-09-07T07:05:41.0821830Z [1682/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2025-09-07T07:05:41.1116720Z [1683/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2025-09-07T07:05:41.1183900Z [1684/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u2.c.o 2025-09-07T07:05:41.1213280Z [1685/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u1.c.o 2025-09-07T07:05:41.1354410Z [1686/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2025-09-07T07:05:41.1391850Z [1687/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2025-09-07T07:05:41.1728000Z [1688/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2025-09-07T07:05:41.1828460Z [1689/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2025-09-07T07:05:41.1859640Z [1690/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2025-09-07T07:05:41.1962050Z [1691/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2025-09-07T07:05:41.1963940Z [1692/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2025-09-07T07:05:41.2162400Z [1693/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2025-09-07T07:05:41.2239400Z [1694/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2025-09-07T07:05:41.2240070Z [1695/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2025-09-07T07:05:41.2295800Z [1696/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2025-09-07T07:05:41.2296750Z [1697/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2025-09-07T07:05:41.2560680Z [1698/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2025-09-07T07:05:41.2600690Z [1699/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2025-09-07T07:05:41.2727880Z [1700/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2025-09-07T07:05:41.2802440Z [1701/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2025-09-07T07:05:41.2931640Z [1702/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2025-09-07T07:05:41.2978740Z [1703/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2025-09-07T07:05:41.3094340Z [1704/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2025-09-07T07:05:41.3179120Z [1705/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-u2.c.o 2025-09-07T07:05:41.3363870Z [1706/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-u4.c.o 2025-09-07T07:05:41.3472760Z [1707/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u4.c.o 2025-09-07T07:05:41.3861730Z [1708/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2025-09-07T07:05:41.3943880Z [1709/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u4.c.o 2025-09-07T07:05:41.4085430Z [1710/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2025-09-07T07:05:41.4285560Z [1711/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2025-09-07T07:05:41.4367060Z [1712/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2025-09-07T07:05:41.4405520Z [1713/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8c8-gemm-gio-scalar.c.o 2025-09-07T07:05:41.4481200Z [1714/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2025-09-07T07:05:41.4577520Z [1715/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2025-09-07T07:05:41.4627150Z [1716/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2025-09-07T07:05:41.4756810Z [1717/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2025-09-07T07:05:41.4762820Z [1718/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2025-09-07T07:05:41.5017970Z [1719/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2025-09-07T07:05:41.5213720Z [1720/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2025-09-07T07:05:41.5450930Z [1721/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2025-09-07T07:05:41.5464760Z [1722/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2025-09-07T07:05:41.5608940Z [1723/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2025-09-07T07:05:41.5825410Z [1724/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2025-09-07T07:05:41.5966460Z [1725/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2025-09-07T07:05:41.6027220Z [1726/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2025-09-07T07:05:41.6213080Z [1727/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2025-09-07T07:05:41.6402620Z [1728/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2025-09-07T07:05:41.7512380Z [1729/5684] 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 2025-09-07T07:05:41.7646320Z [1730/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon-acc2.c.o 2025-09-07T07:05:41.7784010Z [1731/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon.c.o 2025-09-07T07:05:41.8701140Z [1732/5684] 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 2025-09-07T07:05:41.8736290Z [1733/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u4.c.o 2025-09-07T07:05:41.8838440Z [1734/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4.c.o 2025-09-07T07:05:41.8903910Z [1735/5684] 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 2025-09-07T07:05:41.9799620Z [1736/5684] 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 2025-09-07T07:05:41.9949000Z [1737/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-5x4.c.o 2025-09-07T07:05:42.0002430Z [1738/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-3x4.c.o 2025-09-07T07:05:42.0029920Z [1739/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-4x4.c.o 2025-09-07T07:05:42.0049650Z [1740/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2025-09-07T07:05:42.0878790Z [1741/5684] 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 2025-09-07T07:05:42.1158030Z [1742/5684] 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 2025-09-07T07:05:42.1189270Z [1743/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-6x4.c.o 2025-09-07T07:05:42.1213740Z [1744/5684] 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 2025-09-07T07:05:42.1266400Z [1745/5684] 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 2025-09-07T07:05:42.2094480Z [1746/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4.c.o 2025-09-07T07:05:42.2310200Z [1747/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-3x4.c.o 2025-09-07T07:05:42.2311060Z [1748/5684] 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 2025-09-07T07:05:42.2349880Z [1749/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-4x4.c.o 2025-09-07T07:05:42.2402030Z [1750/5684] 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 2025-09-07T07:05:42.3109620Z [1751/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u4.c.o 2025-09-07T07:05:42.3420590Z [1752/5684] 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 2025-09-07T07:05:42.3518990Z [1753/5684] 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 2025-09-07T07:05:42.3551170Z [1754/5684] 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 2025-09-07T07:05:42.3570810Z [1755/5684] 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 2025-09-07T07:05:42.3930670Z [1756/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x32-gemm-goi-scalar-int-u4.c.o 2025-09-07T07:05:42.4031250Z [1757/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4.c.o 2025-09-07T07:05:42.4738630Z [1758/5684] 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 2025-09-07T07:05:42.5056340Z [1759/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-5x4.c.o 2025-09-07T07:05:42.5078530Z [1760/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4.c.o 2025-09-07T07:05:42.5151440Z [1761/5684] 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 2025-09-07T07:05:42.5157500Z [1762/5684] 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 2025-09-07T07:05:42.5162290Z [1763/5684] 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 2025-09-07T07:05:42.5268750Z [1764/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4.c.o 2025-09-07T07:05:42.6259310Z [1765/5684] 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 2025-09-07T07:05:42.6463000Z [1766/5684] 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 2025-09-07T07:05:42.6468410Z [1767/5684] 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 2025-09-07T07:05:42.6500340Z [1768/5684] 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 2025-09-07T07:05:42.6566910Z [1769/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4.c.o 2025-09-07T07:05:42.6586420Z [1770/5684] 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 2025-09-07T07:05:42.6850360Z [1771/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4.c.o 2025-09-07T07:05:42.7392750Z [1772/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u16.c.o 2025-09-07T07:05:42.7482870Z [1773/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-dup-ld64.c.o 2025-09-07T07:05:42.7535010Z [1774/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u32.c.o 2025-09-07T07:05:42.7585010Z [1775/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u24.c.o 2025-09-07T07:05:42.7872870Z [1776/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:42.7975610Z [1777/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neon.c.o 2025-09-07T07:05:42.8070260Z [1778/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:42.8719260Z [1779/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:42.8936620Z [1780/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld128.c.o 2025-09-07T07:05:42.8971410Z [1781/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld64.c.o 2025-09-07T07:05:42.9014110Z [1782/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:42.9142830Z [1783/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neon.c.o 2025-09-07T07:05:42.9307380Z [1784/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:42.9448510Z [1785/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:43.0283260Z [1786/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:43.0368030Z [1787/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld64.c.o 2025-09-07T07:05:43.0408550Z [1788/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:43.0507750Z [1789/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld128.c.o 2025-09-07T07:05:43.0516290Z [1790/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:43.0780160Z [1791/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:43.0880700Z [1792/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:43.1290100Z [1793/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:43.1683030Z [1794/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:43.1837050Z [1795/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-dup-ld64.c.o 2025-09-07T07:05:43.1862950Z [1796/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:43.1893650Z [1797/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neon.c.o 2025-09-07T07:05:43.2365350Z [1798/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld128.c.o 2025-09-07T07:05:43.2480220Z [1799/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neon.c.o 2025-09-07T07:05:43.2680750Z [1800/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:43.3033280Z [1801/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neon.c.o 2025-09-07T07:05:43.3134310Z [1802/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:43.3209280Z [1803/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld64.c.o 2025-09-07T07:05:43.3228260Z [1804/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:43.3878550Z [1805/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:43.3933640Z [1806/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neon.c.o 2025-09-07T07:05:43.3937250Z [1807/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld128.c.o 2025-09-07T07:05:43.4253650Z [1808/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2025-09-07T07:05:43.4470560Z [1809/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2025-09-07T07:05:43.4549270Z [1810/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld64.c.o 2025-09-07T07:05:43.4577500Z [1811/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neon.c.o 2025-09-07T07:05:43.4674710Z [1812/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:43.4719890Z [1813/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2025-09-07T07:05:43.4895560Z [1814/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon-acc2.c.o 2025-09-07T07:05:43.4943470Z [1815/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2025-09-07T07:05:43.4967420Z [1816/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2025-09-07T07:05:43.4972390Z [1817/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2025-09-07T07:05:43.4987190Z [1818/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2025-09-07T07:05:43.5089100Z [1819/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:43.5164100Z [1820/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2025-09-07T07:05:43.5902860Z [1821/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u24.c.o 2025-09-07T07:05:43.5966270Z [1822/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u8.c.o 2025-09-07T07:05:43.5990420Z [1823/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u16.c.o 2025-09-07T07:05:43.5996410Z [1824/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u32.c.o 2025-09-07T07:05:43.6068310Z [1825/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u8.c.o 2025-09-07T07:05:43.6103370Z [1826/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u24.c.o 2025-09-07T07:05:43.6284960Z [1827/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u32.c.o 2025-09-07T07:05:43.7112930Z [1828/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x1.c.o 2025-09-07T07:05:43.7213130Z [1829/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x1.c.o 2025-09-07T07:05:43.7381740Z [1830/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x1.c.o 2025-09-07T07:05:43.7495530Z [1831/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x2.c.o 2025-09-07T07:05:43.7532490Z [1832/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x1.c.o 2025-09-07T07:05:43.7722970Z [1833/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x2.c.o 2025-09-07T07:05:43.8123780Z [1834/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x2.c.o 2025-09-07T07:05:43.8227500Z [1835/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon-acc2.c.o 2025-09-07T07:05:43.8426350Z [1836/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon-acc2.c.o 2025-09-07T07:05:43.8631360Z [1837/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon.c.o 2025-09-07T07:05:43.8731420Z [1838/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon-acc2.c.o 2025-09-07T07:05:43.8839780Z [1839/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon.c.o 2025-09-07T07:05:43.8884000Z [1840/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x2.c.o 2025-09-07T07:05:43.9097350Z [1841/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon-acc2.c.o 2025-09-07T07:05:43.9425980Z [1842/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon.c.o 2025-09-07T07:05:43.9670860Z [1843/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon-acc2.c.o 2025-09-07T07:05:43.9898310Z [1844/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon-acc2.c.o 2025-09-07T07:05:43.9925020Z [1845/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon-acc2.c.o 2025-09-07T07:05:44.0051850Z [1846/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon.c.o 2025-09-07T07:05:44.0115290Z [1847/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon-acc2.c.o 2025-09-07T07:05:44.0194250Z [1848/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon.c.o 2025-09-07T07:05:44.0938830Z [1849/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-gio-scalar.c.o 2025-09-07T07:05:44.1019640Z [1850/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon-acc2.c.o 2025-09-07T07:05:44.1099400Z [1851/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon.c.o 2025-09-07T07:05:44.1146800Z [1852/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon.c.o 2025-09-07T07:05:44.1268540Z [1853/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon-acc2.c.o 2025-09-07T07:05:44.1365030Z [1854/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon.c.o 2025-09-07T07:05:44.1538630Z [1855/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon.c.o 2025-09-07T07:05:44.1640890Z [1856/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neon.c.o 2025-09-07T07:05:44.2173670Z [1857/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon.c.o 2025-09-07T07:05:44.2364040Z [1858/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon-acc2.c.o 2025-09-07T07:05:44.2420170Z [1859/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon-acc2.c.o 2025-09-07T07:05:44.2577010Z [1860/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon-acc2.c.o 2025-09-07T07:05:44.2596720Z [1861/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon.c.o 2025-09-07T07:05:44.2696720Z [1862/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon-acc2.c.o 2025-09-07T07:05:44.2782040Z [1863/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon.c.o 2025-09-07T07:05:44.2844430Z [1864/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon.c.o 2025-09-07T07:05:44.3356030Z [1865/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc2.c.o 2025-09-07T07:05:44.3458190Z [1866/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u4.c.o 2025-09-07T07:05:44.3514340Z [1867/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u12-acc3.c.o 2025-09-07T07:05:44.3582300Z [1868/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u8-acc2.c.o 2025-09-07T07:05:44.3716620Z [1869/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc4.c.o 2025-09-07T07:05:44.3765660Z [1870/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc2.c.o 2025-09-07T07:05:44.3775260Z [1871/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u4.c.o 2025-09-07T07:05:44.4347860Z [1872/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u8-acc2.c.o 2025-09-07T07:05:44.4448180Z [1873/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u12-acc3.c.o 2025-09-07T07:05:44.4519770Z [1874/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc2.c.o 2025-09-07T07:05:44.4630360Z [1875/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u8-acc2.c.o 2025-09-07T07:05:44.4645730Z [1876/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u12-acc3.c.o 2025-09-07T07:05:44.4727790Z [1877/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u4.c.o 2025-09-07T07:05:44.4746860Z [1878/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc2.c.o 2025-09-07T07:05:44.5049800Z [1879/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c.o 2025-09-07T07:05:44.5515820Z [1880/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon.c.o 2025-09-07T07:05:44.5623340Z [1881/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-pipelined.c.o 2025-09-07T07:05:44.5641030Z [1882/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-pipelined.c.o 2025-09-07T07:05:44.5658880Z [1883/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-x2.c.o 2025-09-07T07:05:44.5799390Z [1884/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-x2.c.o 2025-09-07T07:05:44.5830860Z [1885/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neon.c.o 2025-09-07T07:05:44.5963830Z [1886/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon.c.o 2025-09-07T07:05:44.6265970Z [1887/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-pipelined.c.o 2025-09-07T07:05:44.6573620Z [1888/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-neon-u4.c.o 2025-09-07T07:05:44.6684010Z [1889/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-neon-u4.c.o 2025-09-07T07:05:44.6706900Z [1890/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-x2.c.o 2025-09-07T07:05:44.6903830Z [1891/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-x2.c.o 2025-09-07T07:05:44.7000370Z [1892/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u4.c.o 2025-09-07T07:05:44.7088390Z [1893/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon.c.o 2025-09-07T07:05:44.7286150Z [1894/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-pipelined.c.o 2025-09-07T07:05:44.7476090Z [1895/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u4.c.o 2025-09-07T07:05:44.7603830Z [1896/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u4.c.o 2025-09-07T07:05:44.7838700Z [1897/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u4.c.o 2025-09-07T07:05:44.7948380Z [1898/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u4.c.o 2025-09-07T07:05:44.7968030Z [1899/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-neon-u4.c.o 2025-09-07T07:05:44.7994620Z [1900/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vprelu-neon-u4.c.o 2025-09-07T07:05:44.8108500Z [1901/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-neon-u4.c.o 2025-09-07T07:05:44.8284460Z [1902/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-neon-u4.c.o 2025-09-07T07:05:44.8482370Z [1903/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrpreluc-neon-u4.c.o 2025-09-07T07:05:44.8798570Z [1904/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u4.c.o 2025-09-07T07:05:44.8990710Z [1905/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-neon-u4.c.o 2025-09-07T07:05:44.8997470Z [1906/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u4.c.o 2025-09-07T07:05:44.9027210Z [1907/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u8.c.o 2025-09-07T07:05:44.9034680Z [1908/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-neon-u4.c.o 2025-09-07T07:05:44.9266790Z [1909/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u4.c.o 2025-09-07T07:05:44.9367380Z [1910/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u4.c.o 2025-09-07T07:05:44.9871980Z [1911/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u12.c.o 2025-09-07T07:05:44.9998660Z [1912/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u4.c.o 2025-09-07T07:05:45.0044580Z [1913/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u16.c.o 2025-09-07T07:05:45.0079150Z [1914/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u12.c.o 2025-09-07T07:05:45.0093910Z [1915/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u16.c.o 2025-09-07T07:05:45.0336430Z [1916/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p16.c.o 2025-09-07T07:05:45.0363730Z [1917/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p4.c.o 2025-09-07T07:05:45.0870680Z [1918/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c4.c.o 2025-09-07T07:05:45.0980550Z [1919/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:45.1193910Z [1920/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:45.1280710Z [1921/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-dup-ld64.c.o 2025-09-07T07:05:45.1305070Z [1922/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neon.c.o 2025-09-07T07:05:45.1313000Z [1923/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:45.1492340Z [1924/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:45.1801020Z [1925/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:45.2032210Z [1926/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:45.2386110Z [1927/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld64.c.o 2025-09-07T07:05:45.2504240Z [1928/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neon.c.o 2025-09-07T07:05:45.2563620Z [1929/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:45.2572450Z [1930/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld128.c.o 2025-09-07T07:05:45.2705850Z [1931/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:45.2972340Z [1932/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:45.3374940Z [1933/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:45.3541250Z [1934/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld64.c.o 2025-09-07T07:05:45.3673590Z [1935/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld64.c.o 2025-09-07T07:05:45.3727780Z [1936/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld128.c.o 2025-09-07T07:05:45.3776980Z [1937/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:45.3870470Z [1938/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neon.c.o 2025-09-07T07:05:45.4165180Z [1939/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-neon-lane-ld128.c.o 2025-09-07T07:05:45.4471050Z [1940/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon-prfm.c.o 2025-09-07T07:05:45.4673070Z [1941/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon.c.o 2025-09-07T07:05:45.4690850Z [1942/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon-prfm.c.o 2025-09-07T07:05:45.4800380Z [1943/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon.c.o 2025-09-07T07:05:45.4826650Z [1944/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon-prfm.c.o 2025-09-07T07:05:45.5005340Z [1945/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neon.c.o 2025-09-07T07:05:45.5129540Z [1946/5684] 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 2025-09-07T07:05:45.5645880Z [1947/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon.c.o 2025-09-07T07:05:45.5828180Z [1948/5684] 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 2025-09-07T07:05:45.5844920Z [1949/5684] 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 2025-09-07T07:05:45.6228000Z [1950/5684] 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 2025-09-07T07:05:45.6251830Z [1951/5684] 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 2025-09-07T07:05:45.6337270Z [1952/5684] 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 2025-09-07T07:05:45.6378270Z [1953/5684] 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 2025-09-07T07:05:45.6501570Z [1954/5684] 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 2025-09-07T07:05:45.7075980Z [1955/5684] 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 2025-09-07T07:05:45.7194090Z [1956/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc2.c.o 2025-09-07T07:05:45.7293330Z [1957/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u16.c.o 2025-09-07T07:05:45.7312100Z [1958/5684] 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 2025-09-07T07:05:45.7343620Z [1959/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u8.c.o 2025-09-07T07:05:45.7356140Z [1960/5684] 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 2025-09-07T07:05:45.7568200Z [1961/5684] 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 2025-09-07T07:05:45.7668430Z [1962/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u24.c.o 2025-09-07T07:05:45.8053510Z [1963/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u8.c.o 2025-09-07T07:05:45.8244300Z [1964/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u16.c.o 2025-09-07T07:05:45.8326270Z [1965/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u4.c.o 2025-09-07T07:05:45.8405520Z [1966/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u24.c.o 2025-09-07T07:05:45.8449670Z [1967/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u4.c.o 2025-09-07T07:05:45.8489770Z [1968/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc4.c.o 2025-09-07T07:05:45.8645720Z [1969/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8-acc2.c.o 2025-09-07T07:05:45.9034030Z [1970/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8-acc2.c.o 2025-09-07T07:05:45.9230680Z [1971/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc2.c.o 2025-09-07T07:05:45.9234930Z [1972/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u4.c.o 2025-09-07T07:05:45.9420450Z [1973/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc4.c.o 2025-09-07T07:05:45.9448960Z [1974/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c64.c.o 2025-09-07T07:05:45.9610210Z [1975/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u12-acc3.c.o 2025-09-07T07:05:45.9841550Z [1976/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c32.c.o 2025-09-07T07:05:45.9896650Z [1977/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u4.c.o 2025-09-07T07:05:46.0366870Z [1978/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:46.0512000Z [1979/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u8-acc2.c.o 2025-09-07T07:05:46.0620660Z [1980/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:46.0859820Z [1981/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:46.1031840Z [1982/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:46.1132820Z [1983/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld128.c.o 2025-09-07T07:05:46.1296600Z [1984/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:46.1584410Z [1985/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:46.1698830Z [1986/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:46.1713450Z [1987/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld128.c.o 2025-09-07T07:05:46.2346230Z [1988/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:46.2360080Z [1989/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:46.2375730Z [1990/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:46.2478540Z [1991/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:46.2741640Z [1992/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:46.3052730Z [1993/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:46.3217020Z [1994/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld128.c.o 2025-09-07T07:05:46.3571560Z [1995/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:46.3674360Z [1996/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld128.c.o 2025-09-07T07:05:46.3945930Z [1997/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:46.4123250Z [1998/5684] 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 2025-09-07T07:05:46.4138950Z [1999/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u8.c.o 2025-09-07T07:05:46.4248710Z [2000/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:46.4770260Z [2001/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u16.c.o 2025-09-07T07:05:46.4954580Z [2002/5684] 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 2025-09-07T07:05:46.5064780Z [2003/5684] 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 2025-09-07T07:05:46.5115930Z [2004/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u24.c.o 2025-09-07T07:05:46.5488970Z [2005/5684] 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 2025-09-07T07:05:46.5581410Z [2006/5684] 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 2025-09-07T07:05:46.5700650Z [2007/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:46.5754930Z [2008/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:46.6211640Z [2009/5684] 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 2025-09-07T07:05:46.6315030Z [2010/5684] 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 2025-09-07T07:05:46.6439230Z [2011/5684] 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 2025-09-07T07:05:46.6648710Z [2012/5684] 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 2025-09-07T07:05:46.6959200Z [2013/5684] 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 2025-09-07T07:05:46.7013160Z [2014/5684] 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 2025-09-07T07:05:46.7065700Z [2015/5684] 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 2025-09-07T07:05:46.7366780Z [2016/5684] 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 2025-09-07T07:05:46.7471820Z [2017/5684] 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 2025-09-07T07:05:46.7509480Z [2018/5684] 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 2025-09-07T07:05:46.8306430Z [2019/5684] 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 2025-09-07T07:05:46.8407140Z [2020/5684] 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 2025-09-07T07:05:46.8529040Z [2021/5684] 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 2025-09-07T07:05:46.8638500Z [2022/5684] 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 2025-09-07T07:05:46.8676130Z [2023/5684] 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 2025-09-07T07:05:46.8690480Z [2024/5684] 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 2025-09-07T07:05:46.8709400Z [2025/5684] 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 2025-09-07T07:05:46.9732250Z [2026/5684] 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 2025-09-07T07:05:46.9864550Z [2027/5684] 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 2025-09-07T07:05:46.9923610Z [2028/5684] 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 2025-09-07T07:05:47.0108780Z [2029/5684] 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 2025-09-07T07:05:47.0252380Z [2030/5684] 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 2025-09-07T07:05:47.0284850Z [2031/5684] 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 2025-09-07T07:05:47.0512970Z [2032/5684] 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 2025-09-07T07:05:47.0982330Z [2033/5684] 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 2025-09-07T07:05:47.1034040Z [2034/5684] 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 2025-09-07T07:05:47.1160490Z [2035/5684] 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 2025-09-07T07:05:47.1268280Z [2036/5684] 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 2025-09-07T07:05:47.1288250Z [2037/5684] 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 2025-09-07T07:05:47.1396670Z [2038/5684] 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 2025-09-07T07:05:47.1598330Z [2039/5684] 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 2025-09-07T07:05:47.1844650Z [2040/5684] 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 2025-09-07T07:05:47.2528260Z [2041/5684] 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 2025-09-07T07:05:47.2606860Z [2042/5684] 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 2025-09-07T07:05:47.2709220Z [2043/5684] 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 2025-09-07T07:05:47.2792280Z [2044/5684] 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 2025-09-07T07:05:47.3054510Z [2045/5684] 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 2025-09-07T07:05:47.3073070Z [2046/5684] 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 2025-09-07T07:05:47.3208120Z [2047/5684] 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 2025-09-07T07:05:47.3921480Z [2048/5684] 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 2025-09-07T07:05:47.4100300Z [2049/5684] 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 2025-09-07T07:05:47.4124170Z [2050/5684] 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 2025-09-07T07:05:47.4300570Z [2051/5684] 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 2025-09-07T07:05:47.4305730Z [2052/5684] 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 2025-09-07T07:05:47.4326800Z [2053/5684] 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 2025-09-07T07:05:47.4336290Z [2054/5684] 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 2025-09-07T07:05:47.5263610Z [2055/5684] 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 2025-09-07T07:05:47.5466030Z [2056/5684] 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 2025-09-07T07:05:47.5521970Z [2057/5684] 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 2025-09-07T07:05:47.5534910Z [2058/5684] 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 2025-09-07T07:05:47.5542830Z [2059/5684] 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 2025-09-07T07:05:47.5618270Z [2060/5684] 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 2025-09-07T07:05:47.5673370Z [2061/5684] 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 2025-09-07T07:05:47.5844090Z [2062/5684] 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 2025-09-07T07:05:47.6834260Z [2063/5684] 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 2025-09-07T07:05:47.6944950Z [2064/5684] 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 2025-09-07T07:05:47.6972030Z [2065/5684] 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 2025-09-07T07:05:47.7006860Z [2066/5684] 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 2025-09-07T07:05:47.7018800Z [2067/5684] 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 2025-09-07T07:05:47.7075120Z [2068/5684] 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 2025-09-07T07:05:47.7127050Z [2069/5684] 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 2025-09-07T07:05:47.7168430Z [2070/5684] 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 2025-09-07T07:05:47.8429880Z [2071/5684] 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 2025-09-07T07:05:47.8454340Z [2072/5684] 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 2025-09-07T07:05:47.8525670Z [2073/5684] 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 2025-09-07T07:05:47.8551940Z [2074/5684] 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 2025-09-07T07:05:47.8572560Z [2075/5684] 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 2025-09-07T07:05:47.8693070Z [2076/5684] 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 2025-09-07T07:05:47.8722950Z [2077/5684] 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 2025-09-07T07:05:47.9365050Z [2078/5684] 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 2025-09-07T07:05:48.0032630Z [2079/5684] 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 2025-09-07T07:05:48.0255330Z [2080/5684] 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 2025-09-07T07:05:48.0275300Z [2081/5684] 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 2025-09-07T07:05:48.0318470Z [2082/5684] 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 2025-09-07T07:05:48.0372160Z [2083/5684] 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 2025-09-07T07:05:48.0481390Z [2084/5684] 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 2025-09-07T07:05:48.0573970Z [2085/5684] 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 2025-09-07T07:05:48.1492150Z [2086/5684] 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 2025-09-07T07:05:48.1595370Z [2087/5684] 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 2025-09-07T07:05:48.1618780Z [2088/5684] 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 2025-09-07T07:05:48.1631260Z [2089/5684] 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 2025-09-07T07:05:48.1645230Z [2090/5684] 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 2025-09-07T07:05:48.2126390Z [2091/5684] 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 2025-09-07T07:05:48.2155360Z [2092/5684] 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 2025-09-07T07:05:48.2764980Z [2093/5684] 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 2025-09-07T07:05:48.2865330Z [2094/5684] 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 2025-09-07T07:05:48.2942850Z [2095/5684] 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 2025-09-07T07:05:48.2958190Z [2096/5684] 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 2025-09-07T07:05:48.3087090Z [2097/5684] 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 2025-09-07T07:05:48.3258740Z [2098/5684] 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 2025-09-07T07:05:48.3417720Z [2099/5684] 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 2025-09-07T07:05:48.3519950Z [2100/5684] 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 2025-09-07T07:05:48.4128900Z [2101/5684] 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 2025-09-07T07:05:48.4294120Z [2102/5684] 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 2025-09-07T07:05:48.4301780Z [2103/5684] 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 2025-09-07T07:05:48.4491900Z [2104/5684] 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 2025-09-07T07:05:48.4695370Z [2105/5684] 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 2025-09-07T07:05:48.4793690Z [2106/5684] 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 2025-09-07T07:05:48.4826080Z [2107/5684] 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 2025-09-07T07:05:48.5052800Z [2108/5684] 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 2025-09-07T07:05:48.5574350Z [2109/5684] 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 2025-09-07T07:05:48.5683390Z [2110/5684] 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 2025-09-07T07:05:48.5754480Z [2111/5684] 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 2025-09-07T07:05:48.5898630Z [2112/5684] 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 2025-09-07T07:05:48.5983780Z [2113/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u8.c.o 2025-09-07T07:05:48.6148980Z [2114/5684] 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 2025-09-07T07:05:48.6172830Z [2115/5684] 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 2025-09-07T07:05:48.6275250Z [2116/5684] 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 2025-09-07T07:05:48.6736040Z [2117/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u16.c.o 2025-09-07T07:05:48.6762390Z [2118/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u12.c.o 2025-09-07T07:05:48.6786980Z [2119/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u4.c.o 2025-09-07T07:05:48.7053160Z [2120/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u8.c.o 2025-09-07T07:05:48.7374340Z [2121/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u4.c.o 2025-09-07T07:05:48.7429150Z [2122/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u4.c.o 2025-09-07T07:05:48.7433670Z [2123/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neon-2x.c.o 2025-09-07T07:05:48.7437930Z [2124/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u8.c.o 2025-09-07T07:05:48.7475050Z [2125/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u4.c.o 2025-09-07T07:05:48.7637180Z [2126/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u4.c.o 2025-09-07T07:05:48.7639150Z [2127/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u4.c.o 2025-09-07T07:05:48.8425270Z [2128/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u4.c.o 2025-09-07T07:05:48.8460260Z [2129/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-neon-rsqrt-u8.c.o 2025-09-07T07:05:48.8478400Z [2130/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u4.c.o 2025-09-07T07:05:48.8503910Z [2131/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u12.c.o 2025-09-07T07:05:48.8535850Z [2132/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u4.c.o 2025-09-07T07:05:48.8568410Z [2133/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u4.c.o 2025-09-07T07:05:48.8900830Z [2134/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u16.c.o 2025-09-07T07:05:48.9107160Z [2135/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u8.c.o 2025-09-07T07:05:48.9498840Z [2136/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u8.c.o 2025-09-07T07:05:48.9523280Z [2137/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u16.c.o 2025-09-07T07:05:48.9533070Z [2138/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u4.c.o 2025-09-07T07:05:48.9542240Z [2139/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u12.c.o 2025-09-07T07:05:48.9621310Z [2140/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u16.c.o 2025-09-07T07:05:48.9665870Z [2141/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u12.c.o 2025-09-07T07:05:49.0956030Z [2142/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-rational-9-8-nr.c.o 2025-09-07T07:05:49.1056720Z [2143/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2025-09-07T07:05:49.1135240Z [2144/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2025-09-07T07:05:49.1153070Z [2145/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16-minmax-neon-mlal-lane.c.o 2025-09-07T07:05:49.1190180Z [2146/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16-minmax-neon-mlal-lane.c.o 2025-09-07T07:05:49.1219580Z [2147/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2025-09-07T07:05:49.1883930Z [2148/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16-minmax-neon-mlal-lane.c.o 2025-09-07T07:05:49.2486750Z [2149/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2025-09-07T07:05:49.2639090Z [2150/5684] 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 2025-09-07T07:05:49.2640340Z [2151/5684] 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 2025-09-07T07:05:49.2673690Z [2152/5684] 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 2025-09-07T07:05:49.2719900Z [2153/5684] 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 2025-09-07T07:05:49.2820170Z [2154/5684] 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 2025-09-07T07:05:49.3786970Z [2155/5684] 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 2025-09-07T07:05:49.3930600Z [2156/5684] 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 2025-09-07T07:05:49.3957220Z [2157/5684] 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 2025-09-07T07:05:49.3994340Z [2158/5684] 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 2025-09-07T07:05:49.4167420Z [2159/5684] 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 2025-09-07T07:05:49.4474030Z [2160/5684] 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 2025-09-07T07:05:49.4675340Z [2161/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2025-09-07T07:05:49.5275390Z [2162/5684] 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 2025-09-07T07:05:49.5368650Z [2163/5684] 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 2025-09-07T07:05:49.5462970Z [2164/5684] 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 2025-09-07T07:05:49.5526660Z [2165/5684] 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 2025-09-07T07:05:49.5542680Z [2166/5684] 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 2025-09-07T07:05:49.5557880Z [2167/5684] 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 2025-09-07T07:05:49.5666930Z [2168/5684] 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 2025-09-07T07:05:49.6983430Z [2169/5684] 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 2025-09-07T07:05:49.7028350Z [2170/5684] 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 2025-09-07T07:05:49.7031310Z [2171/5684] 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 2025-09-07T07:05:49.7037090Z [2172/5684] 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 2025-09-07T07:05:49.7109410Z [2173/5684] 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 2025-09-07T07:05:49.7122800Z [2174/5684] 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 2025-09-07T07:05:49.7363750Z [2175/5684] 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 2025-09-07T07:05:49.8065460Z [2176/5684] 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 2025-09-07T07:05:49.8224200Z [2177/5684] 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 2025-09-07T07:05:49.8372100Z [2178/5684] 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 2025-09-07T07:05:49.8382420Z [2179/5684] 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 2025-09-07T07:05:49.8511620Z [2180/5684] 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 2025-09-07T07:05:49.8716040Z [2181/5684] 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 2025-09-07T07:05:49.9414640Z [2182/5684] 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 2025-09-07T07:05:49.9473790Z [2183/5684] 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 2025-09-07T07:05:49.9489120Z [2184/5684] 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 2025-09-07T07:05:49.9726510Z [2185/5684] 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 2025-09-07T07:05:49.9929340Z [2186/5684] 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 2025-09-07T07:05:50.0094520Z [2187/5684] 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 2025-09-07T07:05:50.0140200Z [2188/5684] 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 2025-09-07T07:05:50.0571850Z [2189/5684] 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 2025-09-07T07:05:50.1020790Z [2190/5684] 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 2025-09-07T07:05:50.1071410Z [2191/5684] 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 2025-09-07T07:05:50.1483050Z [2192/5684] 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 2025-09-07T07:05:50.1646960Z [2193/5684] 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 2025-09-07T07:05:50.1735720Z [2194/5684] 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 2025-09-07T07:05:50.1945270Z [2195/5684] 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 2025-09-07T07:05:50.2230180Z [2196/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:50.2359470Z [2197/5684] 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 2025-09-07T07:05:50.2746840Z [2198/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:50.2854260Z [2199/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:50.2977590Z [2200/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:50.3262280Z [2201/5684] 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 2025-09-07T07:05:50.3461500Z [2202/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:50.3624220Z [2203/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2025-09-07T07:05:50.3834820Z [2204/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:50.4046510Z [2205/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:50.4225820Z [2206/5684] 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 2025-09-07T07:05:50.4361910Z [2207/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2025-09-07T07:05:50.4535450Z [2208/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:50.4933710Z [2209/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:50.5043190Z [2210/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:50.5144270Z [2211/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:50.5217850Z [2212/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:50.5471190Z [2213/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:50.5885940Z [2214/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:50.6011110Z [2215/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:50.6182650Z [2216/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:50.6380110Z [2217/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2025-09-07T07:05:50.6433710Z [2218/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:50.6656760Z [2219/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:50.6908000Z [2220/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2025-09-07T07:05:50.7313530Z [2221/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:50.7514910Z [2222/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:50.7563050Z [2223/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:50.7572090Z [2224/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:50.7875190Z [2225/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:50.8094360Z [2226/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:50.8452820Z [2227/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2025-09-07T07:05:50.8561180Z [2228/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:50.9072290Z [2229/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2025-09-07T07:05:50.9172620Z [2230/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:50.9191460Z [2231/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2025-09-07T07:05:50.9518880Z [2232/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2025-09-07T07:05:50.9654880Z [2233/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2025-09-07T07:05:50.9767120Z [2234/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2025-09-07T07:05:51.0288130Z [2235/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:51.0313820Z [2236/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2025-09-07T07:05:51.0421010Z [2237/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2025-09-07T07:05:51.0846170Z [2238/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:51.0909600Z [2239/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:51.1011870Z [2240/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:51.1194820Z [2241/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2025-09-07T07:05:51.1260530Z [2242/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:51.1951440Z [2243/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:51.1960610Z [2244/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-neon-u16.c.o 2025-09-07T07:05:51.2106700Z [2245/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2025-09-07T07:05:51.2207080Z [2246/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u8.c.o 2025-09-07T07:05:51.2307750Z [2247/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u64.c.o 2025-09-07T07:05:51.2320930Z [2248/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-neon-u64-acc2.c.o 2025-09-07T07:05:51.2336960Z [2249/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:51.2943420Z [2250/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u8.c.o 2025-09-07T07:05:51.3117880Z [2251/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-rsum/gen/qu8-rsum-neon-u64-acc4.c.o 2025-09-07T07:05:51.3161160Z [2252/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:51.3166890Z [2253/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld128-u16.c.o 2025-09-07T07:05:51.3221820Z [2254/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u8.c.o 2025-09-07T07:05:51.3229690Z [2255/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u8.c.o 2025-09-07T07:05:51.3456280Z [2256/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u16.c.o 2025-09-07T07:05:51.3460700Z [2257/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld128-u16.c.o 2025-09-07T07:05:51.4169240Z [2258/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u16.c.o 2025-09-07T07:05:51.4210350Z [2259/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u16.c.o 2025-09-07T07:05:51.4297270Z [2260/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-dec-zip-neon.c.o 2025-09-07T07:05:51.4321110Z [2261/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u8.c.o 2025-09-07T07:05:51.4330610Z [2262/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2025-09-07T07:05:51.4420110Z [2263/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2025-09-07T07:05:51.4420920Z [2264/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2025-09-07T07:05:51.4828390Z [2265/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld128-u16.c.o 2025-09-07T07:05:51.5381420Z [2266/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2025-09-07T07:05:51.5382650Z [2267/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2025-09-07T07:05:51.5389690Z [2268/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-2p2x-minmax-neon-c16.c.o 2025-09-07T07:05:51.5397170Z [2269/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-4p3x-minmax-neon-c16.c.o 2025-09-07T07:05:51.5453660Z [2270/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2025-09-07T07:05:51.5494460Z [2271/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-mov-zip-neon.c.o 2025-09-07T07:05:51.5499610Z [2272/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2025-09-07T07:05:51.6031820Z [2273/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-switch-zip-neon.c.o 2025-09-07T07:05:51.6500800Z [2274/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-mov-zip-neon.c.o 2025-09-07T07:05:51.6542600Z [2275/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-switch-zip-neon.c.o 2025-09-07T07:05:51.6591470Z [2276/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-dec-zip-neon.c.o 2025-09-07T07:05:51.6653670Z [2277/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-zip-neon.c.o 2025-09-07T07:05:51.6665500Z [2278/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-multi-zip-neon.c.o 2025-09-07T07:05:51.6684120Z [2279/5684] 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 2025-09-07T07:05:51.6788950Z [2280/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-zip-neon.c.o 2025-09-07T07:05:51.7668760Z [2281/5684] 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 2025-09-07T07:05:51.7887720Z [2282/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2025-09-07T07:05:51.8113550Z [2283/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2025-09-07T07:05:51.8120390Z [2284/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12.c.o 2025-09-07T07:05:51.8310960Z [2285/5684] 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 2025-09-07T07:05:51.8505500Z [2286/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16.c.o 2025-09-07T07:05:51.9601430Z [2287/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-dec-zip-neon.c.o 2025-09-07T07:05:51.9635020Z [2288/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2025-09-07T07:05:52.0011310Z [2289/5684] 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 2025-09-07T07:05:52.0493590Z [2290/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-multi-zip-neon.c.o 2025-09-07T07:05:52.0579180Z [2291/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-mov-zip-neon.c.o 2025-09-07T07:05:52.0681470Z [2292/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2025-09-07T07:05:52.0930310Z [2293/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-switch-zip-neon.c.o 2025-09-07T07:05:52.1532850Z [2294/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-multi-zip-neon.c.o 2025-09-07T07:05:52.1542130Z [2295/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-mov-zip-neon.c.o 2025-09-07T07:05:52.1553050Z [2296/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-dec-zip-neon.c.o 2025-09-07T07:05:52.1659470Z [2297/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12.c.o 2025-09-07T07:05:52.2069830Z [2298/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-switch-zip-neon.c.o 2025-09-07T07:05:52.2268160Z [2299/5684] 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 2025-09-07T07:05:52.2413180Z [2300/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-zip-neon.c.o 2025-09-07T07:05:52.2591700Z [2301/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-dec-zip-neon.c.o 2025-09-07T07:05:52.2599770Z [2302/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-zip-neon.c.o 2025-09-07T07:05:52.2659450Z [2303/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-zip-neon.c.o 2025-09-07T07:05:52.2994540Z [2304/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-zip-neon.c.o 2025-09-07T07:05:52.3407080Z [2305/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-zip-neon.c.o 2025-09-07T07:05:52.3659100Z [2306/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4.c.o 2025-09-07T07:05:52.3664120Z [2307/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2.c.o 2025-09-07T07:05:52.4093870Z [2308/5684] 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 2025-09-07T07:05:52.4294670Z [2309/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2025-09-07T07:05:52.4399910Z [2310/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-gio-neon-u2.c.o 2025-09-07T07:05:52.4552310Z [2311/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16.c.o 2025-09-07T07:05:52.4671830Z [2312/5684] 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 2025-09-07T07:05:52.4932930Z [2313/5684] 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 2025-09-07T07:05:52.5088790Z [2314/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2025-09-07T07:05:52.5236680Z [2315/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8.c.o 2025-09-07T07:05:52.5429990Z [2316/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u8.c.o 2025-09-07T07:05:52.5810640Z [2317/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4.c.o 2025-09-07T07:05:52.6211620Z [2318/5684] 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 2025-09-07T07:05:52.6515170Z [2319/5684] 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 2025-09-07T07:05:52.6601620Z [2320/5684] 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 2025-09-07T07:05:52.6673630Z [2321/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8.c.o 2025-09-07T07:05:52.6674500Z [2322/5684] 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 2025-09-07T07:05:52.6725120Z [2323/5684] 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 2025-09-07T07:05:52.6731140Z [2324/5684] 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 2025-09-07T07:05:52.7666170Z [2325/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u16.c.o 2025-09-07T07:05:52.7784820Z [2326/5684] 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 2025-09-07T07:05:52.7977640Z [2327/5684] 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 2025-09-07T07:05:52.8012150Z [2328/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c16.c.o 2025-09-07T07:05:52.8219640Z [2329/5684] 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 2025-09-07T07:05:52.8444530Z [2330/5684] 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 2025-09-07T07:05:52.8564050Z [2331/5684] 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 2025-09-07T07:05:52.8738020Z [2332/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc2.c.o 2025-09-07T07:05:52.8757990Z [2333/5684] 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 2025-09-07T07:05:52.8967540Z [2334/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neon-u64-acc4.c.o 2025-09-07T07:05:52.9045940Z [2335/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u8.c.o 2025-09-07T07:05:52.9081640Z [2336/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c64.c.o 2025-09-07T07:05:52.9343130Z [2337/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u8.c.o 2025-09-07T07:05:52.9649020Z [2338/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u8.c.o 2025-09-07T07:05:52.9737490Z [2339/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u16.c.o 2025-09-07T07:05:52.9770880Z [2340/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u32.c.o 2025-09-07T07:05:53.0105440Z [2341/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u24.c.o 2025-09-07T07:05:53.0184720Z [2342/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u32.c.o 2025-09-07T07:05:53.0287320Z [2343/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u24.c.o 2025-09-07T07:05:53.0399020Z [2344/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u16.c.o 2025-09-07T07:05:53.0506110Z [2345/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u16.c.o 2025-09-07T07:05:53.0627570Z [2346/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u8.c.o 2025-09-07T07:05:53.0983460Z [2347/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u16.c.o 2025-09-07T07:05:53.1200120Z [2348/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.1248980Z [2349/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u8.c.o 2025-09-07T07:05:53.1346180Z [2350/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u16.c.o 2025-09-07T07:05:53.1716390Z [2351/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld128-u16.c.o 2025-09-07T07:05:53.1786520Z [2352/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2025-09-07T07:05:53.1812290Z [2353/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2025-09-07T07:05:53.1871370Z [2354/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2025-09-07T07:05:53.2470340Z [2355/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2025-09-07T07:05:53.2498620Z [2356/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2025-09-07T07:05:53.2643590Z [2357/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.2671150Z [2358/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2025-09-07T07:05:53.2678490Z [2359/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2025-09-07T07:05:53.3244950Z [2360/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.3438720Z [2361/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.3942040Z [2362/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.4101440Z [2363/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.4118410Z [2364/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.4336820Z [2365/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.4501190Z [2366/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.4609290Z [2367/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.4751210Z [2368/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.4950100Z [2369/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.5687610Z [2370/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.5795100Z [2371/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.5901020Z [2372/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.6053220Z [2373/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.6119630Z [2374/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.6466360Z [2375/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.6670280Z [2376/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.6671410Z [2377/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.7386930Z [2378/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.7690290Z [2379/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.7810330Z [2380/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.7812950Z [2381/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.7823940Z [2382/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.8526050Z [2383/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.8627080Z [2384/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.8701820Z [2385/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.8720320Z [2386/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.8856710Z [2387/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:53.8959680Z [2388/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:53.9339150Z [2389/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:53.9443970Z [2390/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:54.0091510Z [2391/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:54.0282090Z [2392/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:54.0283220Z [2393/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:54.0334180Z [2394/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:54.0620970Z [2395/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:54.0848170Z [2396/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:54.1192700Z [2397/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:54.1290180Z [2398/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u8.c.o 2025-09-07T07:05:54.1643870Z [2399/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2025-09-07T07:05:54.1749760Z [2400/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u16.c.o 2025-09-07T07:05:54.2054300Z [2401/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u24.c.o 2025-09-07T07:05:54.2157030Z [2402/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:54.2438910Z [2403/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2025-09-07T07:05:54.2629300Z [2404/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2025-09-07T07:05:54.3031020Z [2405/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:54.3132480Z [2406/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul8.c.o 2025-09-07T07:05:54.3317720Z [2407/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2025-09-07T07:05:54.3472190Z [2408/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma.c.o 2025-09-07T07:05:54.3496610Z [2409/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neonfma-dup-ld64.c.o 2025-09-07T07:05:54.3842510Z [2410/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2025-09-07T07:05:54.4013910Z [2411/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:54.4316210Z [2412/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2025-09-07T07:05:54.4451450Z [2413/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma.c.o 2025-09-07T07:05:54.4600280Z [2414/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2025-09-07T07:05:54.4698010Z [2415/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld128.c.o 2025-09-07T07:05:54.4704380Z [2416/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld128.c.o 2025-09-07T07:05:54.4960710Z [2417/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2025-09-07T07:05:54.5363910Z [2418/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld64.c.o 2025-09-07T07:05:54.5708920Z [2419/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld128.c.o 2025-09-07T07:05:54.5910840Z [2420/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neonfma.c.o 2025-09-07T07:05:54.5933700Z [2421/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld64.c.o 2025-09-07T07:05:54.5993620Z [2422/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neonfma.c.o 2025-09-07T07:05:54.6014100Z [2423/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neonfma.c.o 2025-09-07T07:05:54.6165080Z [2424/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld128.c.o 2025-09-07T07:05:54.6264540Z [2425/5684] 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 2025-09-07T07:05:54.6970840Z [2426/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neonfma.c.o 2025-09-07T07:05:54.7030430Z [2427/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c4.c.o 2025-09-07T07:05:54.7043850Z [2428/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p4.c.o 2025-09-07T07:05:54.7109070Z [2429/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p16.c.o 2025-09-07T07:05:54.7219030Z [2430/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neonfma-dup-ld64.c.o 2025-09-07T07:05:54.7268310Z [2431/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld64.c.o 2025-09-07T07:05:54.7422000Z [2432/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld128.c.o 2025-09-07T07:05:54.8156820Z [2433/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neonfma.c.o 2025-09-07T07:05:54.8258900Z [2434/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld64.c.o 2025-09-07T07:05:54.8272610Z [2435/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld128.c.o 2025-09-07T07:05:54.8282220Z [2436/5684] 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 2025-09-07T07:05:54.8417080Z [2437/5684] 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 2025-09-07T07:05:54.8539370Z [2438/5684] 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 2025-09-07T07:05:54.8719160Z [2439/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neonfma.c.o 2025-09-07T07:05:54.8827920Z [2440/5684] 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 2025-09-07T07:05:54.9501590Z [2441/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u4.c.o 2025-09-07T07:05:54.9598750Z [2442/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8-acc2.c.o 2025-09-07T07:05:54.9614870Z [2443/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc4.c.o 2025-09-07T07:05:54.9634570Z [2444/5684] 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 2025-09-07T07:05:54.9645870Z [2445/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u4.c.o 2025-09-07T07:05:54.9700060Z [2446/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-neonfma.c.o 2025-09-07T07:05:54.9884200Z [2447/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-neonfma.c.o 2025-09-07T07:05:55.0361730Z [2448/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-neonfma.c.o 2025-09-07T07:05:55.0562050Z [2449/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-x2.c.o 2025-09-07T07:05:55.0665040Z [2450/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8-acc2.c.o 2025-09-07T07:05:55.0682910Z [2451/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-pipelined.c.o 2025-09-07T07:05:55.0715470Z [2452/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc2.c.o 2025-09-07T07:05:55.0742730Z [2453/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc4.c.o 2025-09-07T07:05:55.0864790Z [2454/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma.c.o 2025-09-07T07:05:55.0988160Z [2455/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-pipelined.c.o 2025-09-07T07:05:55.1689760Z [2456/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neonfma.c.o 2025-09-07T07:05:55.1756690Z [2457/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma.c.o 2025-09-07T07:05:55.1758890Z [2458/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma.c.o 2025-09-07T07:05:55.1786610Z [2459/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-x2.c.o 2025-09-07T07:05:55.1816240Z [2460/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-x2.c.o 2025-09-07T07:05:55.2032330Z [2461/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-pipelined.c.o 2025-09-07T07:05:55.2133290Z [2462/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-x2.c.o 2025-09-07T07:05:55.2646900Z [2463/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neonfma-2x.c.o 2025-09-07T07:05:55.2662690Z [2464/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u4.c.o 2025-09-07T07:05:55.2713340Z [2465/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u8.c.o 2025-09-07T07:05:55.2722370Z [2466/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma.c.o 2025-09-07T07:05:55.2760540Z [2467/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u4.c.o 2025-09-07T07:05:55.2986030Z [2468/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u12.c.o 2025-09-07T07:05:55.3289640Z [2469/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u8.c.o 2025-09-07T07:05:55.3343480Z [2470/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u12.c.o 2025-09-07T07:05:55.3871910Z [2471/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u4.c.o 2025-09-07T07:05:55.3918800Z [2472/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u12.c.o 2025-09-07T07:05:55.3993570Z [2473/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u16.c.o 2025-09-07T07:05:55.4188270Z [2474/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4-prfm.c.o 2025-09-07T07:05:55.4760310Z [2475/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2025-09-07T07:05:55.4824260Z [2476/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8.c.o 2025-09-07T07:05:55.4829110Z [2477/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4.c.o 2025-09-07T07:05:55.4859040Z [2478/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8-prfm.c.o 2025-09-07T07:05:55.5152220Z [2479/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4-prfm.c.o 2025-09-07T07:05:55.5662130Z [2480/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4.c.o 2025-09-07T07:05:55.5670110Z [2481/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8-prfm.c.o 2025-09-07T07:05:55.5734370Z [2482/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-mov-zip-neon.c.o 2025-09-07T07:05:55.5748580Z [2483/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-multi-zip-neon.c.o 2025-09-07T07:05:55.5902600Z [2484/5684] 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 2025-09-07T07:05:55.6157680Z [2485/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-dec-zip-neon.c.o 2025-09-07T07:05:55.6447940Z [2486/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-switch-zip-neon.c.o 2025-09-07T07:05:55.6515610Z [2487/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8.c.o 2025-09-07T07:05:55.6678040Z [2488/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-mov-zip-neon.c.o 2025-09-07T07:05:55.6694500Z [2489/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-multi-zip-neon.c.o 2025-09-07T07:05:55.6735160Z [2490/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2025-09-07T07:05:55.6842730Z [2491/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-dec-zip-neon.c.o 2025-09-07T07:05:55.7146950Z [2492/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-switch-zip-neon.c.o 2025-09-07T07:05:55.7433770Z [2493/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-zip-neon.c.o 2025-09-07T07:05:55.7604530Z [2494/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-dec-zip-neon.c.o 2025-09-07T07:05:55.7608680Z [2495/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-zip-neon.c.o 2025-09-07T07:05:55.7663070Z [2496/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-zip-neon.c.o 2025-09-07T07:05:55.7672950Z [2497/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-zip-neon.c.o 2025-09-07T07:05:55.7806300Z [2498/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-zip-neon.c.o 2025-09-07T07:05:55.8310680Z [2499/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-zip-neon.c.o 2025-09-07T07:05:55.8487490Z [2500/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-zip-neon.c.o 2025-09-07T07:05:55.8498930Z [2501/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-zip-neon.c.o 2025-09-07T07:05:55.8559360Z [2502/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-zip-neon.c.o 2025-09-07T07:05:55.8562710Z [2503/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-zip-neon.c.o 2025-09-07T07:05:55.8572900Z [2504/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-zip-neon.c.o 2025-09-07T07:05:55.8710690Z [2505/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-zip-neon.c.o 2025-09-07T07:05:55.8923050Z [2506/5684] 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 2025-09-07T07:05:55.9540520Z [2507/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u8.c.o 2025-09-07T07:05:55.9626850Z [2508/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u8.c.o 2025-09-07T07:05:55.9805210Z [2509/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-shland.c.o 2025-09-07T07:05:55.9819800Z [2510/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-zip.c.o 2025-09-07T07:05:55.9891760Z [2511/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-zip.c.o 2025-09-07T07:05:55.9979400Z [2512/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.0056680Z [2513/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-shland.c.o 2025-09-07T07:05:56.0092630Z [2514/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-shland.c.o 2025-09-07T07:05:56.1066220Z [2515/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.1166780Z [2516/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma.c.o 2025-09-07T07:05:56.1188500Z [2517/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-zip.c.o 2025-09-07T07:05:56.1206650Z [2518/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.1212090Z [2519/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-zip.c.o 2025-09-07T07:05:56.1440800Z [2520/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-zip.c.o 2025-09-07T07:05:56.1620500Z [2521/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-shland.c.o 2025-09-07T07:05:56.1650200Z [2522/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-shland.c.o 2025-09-07T07:05:56.2200960Z [2523/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.2253700Z [2524/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma.c.o 2025-09-07T07:05:56.2257190Z [2525/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.2460040Z [2526/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.2573420Z [2527/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma.c.o 2025-09-07T07:05:56.2774000Z [2528/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma.c.o 2025-09-07T07:05:56.2847390Z [2529/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.2935140Z [2530/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma.c.o 2025-09-07T07:05:56.3456350Z [2531/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma.c.o 2025-09-07T07:05:56.3548800Z [2532/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.3610760Z [2533/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma.c.o 2025-09-07T07:05:56.3928830Z [2534/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.4029300Z [2535/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.4063380Z [2536/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma.c.o 2025-09-07T07:05:56.4074160Z [2537/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma.c.o 2025-09-07T07:05:56.4607860Z [2538/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u16.c.o 2025-09-07T07:05:56.4623860Z [2539/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.4819450Z [2540/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.4909370Z [2541/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma.c.o 2025-09-07T07:05:56.4965610Z [2542/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma.c.o 2025-09-07T07:05:56.5182970Z [2543/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.5481650Z [2544/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma.c.o 2025-09-07T07:05:56.5542910Z [2545/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.5870140Z [2546/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u4.c.o 2025-09-07T07:05:56.5973330Z [2547/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma.c.o 2025-09-07T07:05:56.5977540Z [2548/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma-acc2.c.o 2025-09-07T07:05:56.6854880Z [2549/5684] 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 2025-09-07T07:05:56.7056190Z [2550/5684] 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 2025-09-07T07:05:56.7104400Z [2551/5684] 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 2025-09-07T07:05:56.7119880Z [2552/5684] 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 2025-09-07T07:05:56.7284250Z [2553/5684] 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 2025-09-07T07:05:56.7779820Z [2554/5684] 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 2025-09-07T07:05:56.7841980Z [2555/5684] 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 2025-09-07T07:05:56.8012840Z [2556/5684] 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 2025-09-07T07:05:56.8529670Z [2557/5684] 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 2025-09-07T07:05:56.8632820Z [2558/5684] 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 2025-09-07T07:05:56.8730550Z [2559/5684] 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 2025-09-07T07:05:56.9019630Z [2560/5684] 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 2025-09-07T07:05:56.9130120Z [2561/5684] 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 2025-09-07T07:05:56.9191120Z [2562/5684] 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 2025-09-07T07:05:56.9412630Z [2563/5684] 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 2025-09-07T07:05:56.9515020Z [2564/5684] 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 2025-09-07T07:05:56.9899120Z [2565/5684] 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 2025-09-07T07:05:57.0168120Z [2566/5684] 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 2025-09-07T07:05:57.0262040Z [2567/5684] 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 2025-09-07T07:05:57.0307830Z [2568/5684] 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 2025-09-07T07:05:57.0432470Z [2569/5684] 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 2025-09-07T07:05:57.0471810Z [2570/5684] 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 2025-09-07T07:05:57.0492260Z [2571/5684] 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 2025-09-07T07:05:57.0910400Z [2572/5684] 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 2025-09-07T07:05:57.1486900Z [2573/5684] 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 2025-09-07T07:05:57.1688360Z [2574/5684] 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 2025-09-07T07:05:57.1736650Z [2575/5684] 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 2025-09-07T07:05:57.1779540Z [2576/5684] 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 2025-09-07T07:05:57.1798760Z [2577/5684] 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 2025-09-07T07:05:57.1803060Z [2578/5684] 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 2025-09-07T07:05:57.2267070Z [2579/5684] 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 2025-09-07T07:05:57.2598170Z [2580/5684] 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 2025-09-07T07:05:57.2805020Z [2581/5684] 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 2025-09-07T07:05:57.3066110Z [2582/5684] 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 2025-09-07T07:05:57.3251430Z [2583/5684] 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 2025-09-07T07:05:57.3344880Z [2584/5684] 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 2025-09-07T07:05:57.3392640Z [2585/5684] 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 2025-09-07T07:05:57.3525490Z [2586/5684] 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 2025-09-07T07:05:57.3717980Z [2587/5684] 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 2025-09-07T07:05:57.4328010Z [2588/5684] 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 2025-09-07T07:05:57.4431680Z [2589/5684] 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 2025-09-07T07:05:57.4523130Z [2590/5684] 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 2025-09-07T07:05:57.4916820Z [2591/5684] 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 2025-09-07T07:05:57.5117810Z [2592/5684] 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 2025-09-07T07:05:57.5221260Z [2593/5684] 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 2025-09-07T07:05:57.5247380Z [2594/5684] 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 2025-09-07T07:05:57.5416520Z [2595/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.5562160Z [2596/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2025-09-07T07:05:57.6123950Z [2597/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2025-09-07T07:05:57.6199260Z [2598/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2025-09-07T07:05:57.6254300Z [2599/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2025-09-07T07:05:57.6465960Z [2600/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2025-09-07T07:05:57.6491820Z [2601/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2025-09-07T07:05:57.6578150Z [2602/5684] 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 2025-09-07T07:05:57.6828710Z [2603/5684] 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 2025-09-07T07:05:57.6931320Z [2604/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.7506070Z [2605/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.7781360Z [2606/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.7981750Z [2607/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.8072250Z [2608/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.8200840Z [2609/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.8209670Z [2610/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.8346740Z [2611/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.9037210Z [2612/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.9211190Z [2613/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.9327390Z [2614/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.9488430Z [2615/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.9745250Z [2616/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:57.9895270Z [2617/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-09-07T07:05:58.0317490Z [2618/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-09-07T07:05:58.0338770Z [2619/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2025-09-07T07:05:58.0451980Z [2620/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-09-07T07:05:58.0547990Z [2621/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2025-09-07T07:05:58.0800300Z [2622/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2025-09-07T07:05:58.0902700Z [2623/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2025-09-07T07:05:58.0981660Z [2624/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-09-07T07:05:58.1274100Z [2625/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2025-09-07T07:05:58.1424270Z [2626/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2025-09-07T07:05:58.1505910Z [2627/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u4.c.o 2025-09-07T07:05:58.1576280Z [2628/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x1.c.o 2025-09-07T07:05:58.1743440Z [2629/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-aarch64-neon-u4.c.o 2025-09-07T07:05:58.1881080Z [2630/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:58.1910080Z [2631/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u8.c.o 2025-09-07T07:05:58.1930470Z [2632/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u4.c.o 2025-09-07T07:05:58.2239610Z [2633/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u16.c.o 2025-09-07T07:05:58.2437970Z [2634/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u32.c.o 2025-09-07T07:05:58.2524190Z [2635/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u16.c.o 2025-09-07T07:05:58.2930990Z [2636/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u48.c.o 2025-09-07T07:05:58.3013730Z [2637/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x1.c.o 2025-09-07T07:05:58.3077180Z [2638/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x1.c.o 2025-09-07T07:05:58.3509640Z [2639/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x2.c.o 2025-09-07T07:05:58.3565760Z [2640/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-09-07T07:05:58.3948630Z [2641/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x1.c.o 2025-09-07T07:05:58.3990920Z [2642/5684] 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 2025-09-07T07:05:58.4217790Z [2643/5684] 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 2025-09-07T07:05:58.4257320Z [2644/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x2.c.o 2025-09-07T07:05:58.4258700Z [2645/5684] 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 2025-09-07T07:05:58.4361660Z [2646/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x2.c.o 2025-09-07T07:05:58.4774890Z [2647/5684] 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 2025-09-07T07:05:58.4785420Z [2648/5684] 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 2025-09-07T07:05:58.5082590Z [2649/5684] 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 2025-09-07T07:05:58.5465390Z [2650/5684] 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 2025-09-07T07:05:58.5539440Z [2651/5684] 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 2025-09-07T07:05:58.5555980Z [2652/5684] 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 2025-09-07T07:05:58.5604440Z [2653/5684] 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 2025-09-07T07:05:58.5731900Z [2654/5684] 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 2025-09-07T07:05:58.5801610Z [2655/5684] 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 2025-09-07T07:05:58.5912410Z [2656/5684] 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 2025-09-07T07:05:58.6298790Z [2657/5684] 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 2025-09-07T07:05:58.6637040Z [2658/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u16.c.o 2025-09-07T07:05:58.6656020Z [2659/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u4.c.o 2025-09-07T07:05:58.6712420Z [2660/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u4.c.o 2025-09-07T07:05:58.6845330Z [2661/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u12.c.o 2025-09-07T07:05:58.6864990Z [2662/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u8.c.o 2025-09-07T07:05:58.6874740Z [2663/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u12.c.o 2025-09-07T07:05:58.7343740Z [2664/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u8.c.o 2025-09-07T07:05:58.7376870Z [2665/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u12.c.o 2025-09-07T07:05:58.7867360Z [2666/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u16.c.o 2025-09-07T07:05:58.7872730Z [2667/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u4.c.o 2025-09-07T07:05:58.7876750Z [2668/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u16.c.o 2025-09-07T07:05:58.7949340Z [2669/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u8.c.o 2025-09-07T07:05:58.8051920Z [2670/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u12.c.o 2025-09-07T07:05:58.8113740Z [2671/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u4.c.o 2025-09-07T07:05:58.8559730Z [2672/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u8.c.o 2025-09-07T07:05:58.8658940Z [2673/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u12.c.o 2025-09-07T07:05:58.8919400Z [2674/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u12.c.o 2025-09-07T07:05:58.8984730Z [2675/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u4.c.o 2025-09-07T07:05:58.8993810Z [2676/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u4.c.o 2025-09-07T07:05:58.9042670Z [2677/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u8.c.o 2025-09-07T07:05:58.9116950Z [2678/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u16.c.o 2025-09-07T07:05:58.9343610Z [2679/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u16.c.o 2025-09-07T07:05:58.9835580Z [2680/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u8.c.o 2025-09-07T07:05:58.9926450Z [2681/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u12.c.o 2025-09-07T07:05:58.9983150Z [2682/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u16.c.o 2025-09-07T07:05:59.0091470Z [2683/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u4.c.o 2025-09-07T07:05:59.0189160Z [2684/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u12.c.o 2025-09-07T07:05:59.0220380Z [2685/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u8.c.o 2025-09-07T07:05:59.0222890Z [2686/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u4.c.o 2025-09-07T07:05:59.0299420Z [2687/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u16.c.o 2025-09-07T07:05:59.0980470Z [2688/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u8.c.o 2025-09-07T07:05:59.1019080Z [2689/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u24.c.o 2025-09-07T07:05:59.1052070Z [2690/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u16.c.o 2025-09-07T07:05:59.1153780Z [2691/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u8.c.o 2025-09-07T07:05:59.1309400Z [2692/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u24.c.o 2025-09-07T07:05:59.1329880Z [2693/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u4.c.o 2025-09-07T07:05:59.1447870Z [2694/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u16.c.o 2025-09-07T07:05:59.1880670Z [2695/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u4.c.o 2025-09-07T07:05:59.1981050Z [2696/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u4.c.o 2025-09-07T07:05:59.2069040Z [2697/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.2442000Z [2698/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.2717860Z [2699/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.3131910Z [2700/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.3257950Z [2701/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.3329170Z [2702/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.3338370Z [2703/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.3465200Z [2704/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.3897850Z [2705/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.4176330Z [2706/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.4442420Z [2707/5684] 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 2025-09-07T07:05:59.4716710Z [2708/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.4730110Z [2709/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.4828880Z [2710/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.5001350Z [2711/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.5016120Z [2712/5684] 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 2025-09-07T07:05:59.5702190Z [2713/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2025-09-07T07:05:59.5731420Z [2714/5684] 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 2025-09-07T07:05:59.5937330Z [2715/5684] 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 2025-09-07T07:05:59.5949780Z [2716/5684] 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 2025-09-07T07:05:59.5990790Z [2717/5684] 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 2025-09-07T07:05:59.6272190Z [2718/5684] 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 2025-09-07T07:05:59.6389370Z [2719/5684] 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 2025-09-07T07:05:59.6999490Z [2720/5684] 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 2025-09-07T07:05:59.7198760Z [2721/5684] 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 2025-09-07T07:05:59.7202000Z [2722/5684] 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 2025-09-07T07:05:59.7228300Z [2723/5684] 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 2025-09-07T07:05:59.7326180Z [2724/5684] 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 2025-09-07T07:05:59.7686620Z [2725/5684] 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 2025-09-07T07:05:59.7735680Z [2726/5684] 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 2025-09-07T07:05:59.8394290Z [2727/5684] 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 2025-09-07T07:05:59.8574940Z [2728/5684] 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 2025-09-07T07:05:59.8766130Z [2729/5684] 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 2025-09-07T07:05:59.8788080Z [2730/5684] 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 2025-09-07T07:05:59.8894770Z [2731/5684] 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 2025-09-07T07:05:59.8918270Z [2732/5684] 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 2025-09-07T07:05:59.9038900Z [2733/5684] 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 2025-09-07T07:05:59.9090890Z [2734/5684] 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 2025-09-07T07:06:00.0212460Z [2735/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-09-07T07:06:00.0252550Z [2736/5684] 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 2025-09-07T07:06:00.0261060Z [2737/5684] 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 2025-09-07T07:06:00.0311920Z [2738/5684] 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 2025-09-07T07:06:00.0390850Z [2739/5684] 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 2025-09-07T07:06:00.0584410Z [2740/5684] 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 2025-09-07T07:06:00.0678970Z [2741/5684] 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 2025-09-07T07:06:00.0779070Z [2742/5684] 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 2025-09-07T07:06:00.1699870Z [2743/5684] 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 2025-09-07T07:06:00.1791520Z [2744/5684] 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 2025-09-07T07:06:00.1852610Z [2745/5684] 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 2025-09-07T07:06:00.1853620Z [2746/5684] 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 2025-09-07T07:06:00.1854440Z [2747/5684] 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 2025-09-07T07:06:00.1871100Z [2748/5684] 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 2025-09-07T07:06:00.1892960Z [2749/5684] 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 2025-09-07T07:06:00.2370500Z [2750/5684] 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 2025-09-07T07:06:00.2462880Z [2751/5684] Linking C static library lib/libmicrokernels-prod.a 2025-09-07T07:06:00.3278590Z [2752/5684] 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 2025-09-07T07:06:00.3479190Z [2753/5684] 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 2025-09-07T07:06:00.3491500Z [2754/5684] 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 2025-09-07T07:06:00.3559390Z [2755/5684] 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 2025-09-07T07:06:00.3634910Z [2756/5684] 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 2025-09-07T07:06:00.3646880Z [2757/5684] 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 2025-09-07T07:06:00.4077800Z [2758/5684] 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 2025-09-07T07:06:00.4627530Z [2759/5684] 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 2025-09-07T07:06:00.4726660Z [2760/5684] 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 2025-09-07T07:06:00.4773540Z [2761/5684] 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 2025-09-07T07:06:00.4785060Z [2762/5684] 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 2025-09-07T07:06:00.4887660Z [2763/5684] 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 2025-09-07T07:06:00.4987840Z [2764/5684] 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 2025-09-07T07:06:00.5091050Z [2765/5684] 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 2025-09-07T07:06:00.5828950Z [2766/5684] 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 2025-09-07T07:06:00.6129670Z [2767/5684] 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 2025-09-07T07:06:00.6147680Z [2768/5684] 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 2025-09-07T07:06:00.6150010Z [2769/5684] 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 2025-09-07T07:06:00.6157740Z [2770/5684] 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 2025-09-07T07:06:00.6377920Z [2771/5684] 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 2025-09-07T07:06:00.6378820Z [2772/5684] 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 2025-09-07T07:06:00.6541750Z [2773/5684] 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 2025-09-07T07:06:00.6615560Z [2774/5684] 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 2025-09-07T07:06:00.7544190Z [2775/5684] 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 2025-09-07T07:06:00.7652420Z [2776/5684] 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 2025-09-07T07:06:00.7661440Z [2777/5684] 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 2025-09-07T07:06:00.7667480Z [2778/5684] 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 2025-09-07T07:06:00.7789630Z [2779/5684] 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 2025-09-07T07:06:00.7987360Z [2780/5684] 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 2025-09-07T07:06:00.8089700Z [2781/5684] 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 2025-09-07T07:06:00.8159390Z [2782/5684] 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 2025-09-07T07:06:00.8633190Z [2783/5684] 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 2025-09-07T07:06:00.8691630Z [2784/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u4.c.o 2025-09-07T07:06:00.8707410Z [2785/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u2.c.o 2025-09-07T07:06:00.8863580Z [2786/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u1.c.o 2025-09-07T07:06:00.8876360Z [2787/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u1.c.o 2025-09-07T07:06:00.8929250Z [2788/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u4.c.o 2025-09-07T07:06:00.8971270Z [2789/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u4.c.o 2025-09-07T07:06:00.9105490Z [2790/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u1.c.o 2025-09-07T07:06:00.9554260Z [2791/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u2.c.o 2025-09-07T07:06:00.9816580Z [2792/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u2.c.o 2025-09-07T07:06:00.9828450Z [2793/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u2.c.o 2025-09-07T07:06:00.9831770Z [2794/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u1.c.o 2025-09-07T07:06:00.9838850Z [2795/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u4.c.o 2025-09-07T07:06:00.9894510Z [2796/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u1.c.o 2025-09-07T07:06:01.0092290Z [2797/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u4.c.o 2025-09-07T07:06:01.0183630Z [2798/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u4.c.o 2025-09-07T07:06:01.0251730Z [2799/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-fp16arith-u1.c.o 2025-09-07T07:06:01.0773910Z [2800/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-fp16arith-u4.c.o 2025-09-07T07:06:01.0874250Z [2801/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u1.c.o 2025-09-07T07:06:01.0965640Z [2802/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-fp16arith-u2.c.o 2025-09-07T07:06:01.0971590Z [2803/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-fp16arith-u1.c.o 2025-09-07T07:06:01.1095870Z [2804/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-fp16arith-u2.c.o 2025-09-07T07:06:01.1119470Z [2805/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u4.c.o 2025-09-07T07:06:01.1125180Z [2806/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-fp16arith-u4.c.o 2025-09-07T07:06:01.1278530Z [2807/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u1.c.o 2025-09-07T07:06:01.1877680Z [2808/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u4.c.o 2025-09-07T07:06:01.1989050Z [2809/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u2.c.o 2025-09-07T07:06:01.2090480Z [2810/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u1.c.o 2025-09-07T07:06:01.2092870Z [2811/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-fp16arith-u2.c.o 2025-09-07T07:06:01.2094790Z [2812/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u1.c.o 2025-09-07T07:06:01.2142100Z [2813/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u2.c.o 2025-09-07T07:06:01.2150600Z [2814/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u4.c.o 2025-09-07T07:06:01.2440510Z [2815/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u4.c.o 2025-09-07T07:06:01.2741340Z [2816/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-fp16arith-u1.c.o 2025-09-07T07:06:01.3004770Z [2817/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-fp16arith-u4.c.o 2025-09-07T07:06:01.3105170Z [2818/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-fp16arith-u4.c.o 2025-09-07T07:06:01.3168330Z [2819/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-fp16arith-u1.c.o 2025-09-07T07:06:01.3258940Z [2820/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-fp16arith-u2.c.o 2025-09-07T07:06:01.3458010Z [2821/5684] 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 2025-09-07T07:06:01.3520130Z [2822/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:01.3628300Z [2823/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-fp16arith-u2.c.o 2025-09-07T07:06:01.3643420Z [2824/5684] 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 2025-09-07T07:06:01.4460210Z [2825/5684] 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 2025-09-07T07:06:01.4615540Z [2826/5684] 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 2025-09-07T07:06:01.4713440Z [2827/5684] 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 2025-09-07T07:06:01.4721780Z [2828/5684] 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 2025-09-07T07:06:01.4788560Z [2829/5684] 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 2025-09-07T07:06:01.4860110Z [2830/5684] 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 2025-09-07T07:06:01.5198820Z [2831/5684] 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 2025-09-07T07:06:01.5293870Z [2832/5684] 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 2025-09-07T07:06:01.5294780Z [2833/5684] 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 2025-09-07T07:06:01.6102870Z [2834/5684] 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 2025-09-07T07:06:01.6195090Z [2835/5684] 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 2025-09-07T07:06:01.6232040Z [2836/5684] 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 2025-09-07T07:06:01.6243700Z [2837/5684] 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 2025-09-07T07:06:01.6339180Z [2838/5684] 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 2025-09-07T07:06:01.6679180Z [2839/5684] 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 2025-09-07T07:06:01.6700280Z [2840/5684] 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 2025-09-07T07:06:01.6832000Z [2841/5684] 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 2025-09-07T07:06:01.6847490Z [2842/5684] 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 2025-09-07T07:06:01.7636900Z [2843/5684] 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 2025-09-07T07:06:01.7696150Z [2844/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:01.7865880Z [2845/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:01.7964670Z [2846/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:01.8017290Z [2847/5684] 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 2025-09-07T07:06:01.8031300Z [2848/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:01.8137360Z [2849/5684] 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 2025-09-07T07:06:01.8204180Z [2850/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:01.8606060Z [2851/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:01.9247230Z [2852/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:01.9351280Z [2853/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:01.9442120Z [2854/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:01.9452580Z [2855/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:01.9462900Z [2856/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:01.9561220Z [2857/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:01.9603220Z [2858/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:02.0187680Z [2859/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:02.0385840Z [2860/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.0614350Z [2861/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:02.0734760Z [2862/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.0761340Z [2863/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.0822820Z [2864/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.0980470Z [2865/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:02.1357170Z [2866/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.1484940Z [2867/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:02.1762210Z [2868/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:02.1865500Z [2869/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:02.1989120Z [2870/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.2063970Z [2871/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.2166210Z [2872/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:02.2335550Z [2873/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.2371680Z [2874/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.2861120Z [2875/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma-prfm.c.o 2025-09-07T07:06:02.2948320Z [2876/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.2965570Z [2877/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma-prfm.c.o 2025-09-07T07:06:02.2988880Z [2878/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma-prfm.c.o 2025-09-07T07:06:02.3047820Z [2879/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-09-07T07:06:02.3187540Z [2880/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2025-09-07T07:06:02.3814530Z [2881/5684] 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 2025-09-07T07:06:02.3961390Z [2882/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.4015380Z [2883/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.4132200Z [2884/5684] 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 2025-09-07T07:06:02.4152260Z [2885/5684] 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 2025-09-07T07:06:02.4299770Z [2886/5684] 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 2025-09-07T07:06:02.4536070Z [2887/5684] 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 2025-09-07T07:06:02.4642100Z [2888/5684] 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 2025-09-07T07:06:02.4765790Z [2889/5684] 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 2025-09-07T07:06:02.5549380Z [2890/5684] 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 2025-09-07T07:06:02.5653200Z [2891/5684] 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 2025-09-07T07:06:02.5753020Z [2892/5684] 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 2025-09-07T07:06:02.5765380Z [2893/5684] 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 2025-09-07T07:06:02.5767730Z [2894/5684] 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 2025-09-07T07:06:02.5773850Z [2895/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x2-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.5803750Z [2896/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x4-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.5835210Z [2897/5684] 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 2025-09-07T07:06:02.6202720Z [2898/5684] 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 2025-09-07T07:06:02.6808010Z [2899/5684] 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 2025-09-07T07:06:02.6895740Z [2900/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x2-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.7064990Z [2901/5684] 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 2025-09-07T07:06:02.7125460Z [2902/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x2-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.7218570Z [2903/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.7241480Z [2904/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.7259470Z [2905/5684] 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 2025-09-07T07:06:02.7313510Z [2906/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x4-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.8120780Z [2907/5684] 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 2025-09-07T07:06:02.8221020Z [2908/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x4-minmax-aarch64-neonfma.c.o 2025-09-07T07:06:02.8223160Z [2909/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u8.c.o 2025-09-07T07:06:02.8229040Z [2910/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u4.c.o 2025-09-07T07:06:02.8256350Z [2911/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u16.c.o 2025-09-07T07:06:02.8277660Z [2912/5684] 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 2025-09-07T07:06:02.8387770Z [2913/5684] 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 2025-09-07T07:06:02.8430030Z [2914/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u12.c.o 2025-09-07T07:06:02.8532450Z [2915/5684] 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 2025-09-07T07:06:02.9183000Z [2916/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-fp16arith-u1.c.o 2025-09-07T07:06:02.9329450Z [2917/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-fp16arith-u2.c.o 2025-09-07T07:06:02.9372900Z [2918/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-fp16arith-u2.c.o 2025-09-07T07:06:02.9424790Z [2919/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-fp16arith-u1.c.o 2025-09-07T07:06:02.9519340Z [2920/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-fp16arith-u4.c.o 2025-09-07T07:06:02.9521570Z [2921/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u1.c.o 2025-09-07T07:06:02.9926830Z [2922/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-fp16arith-u4.c.o 2025-09-07T07:06:03.0027430Z [2923/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.0429050Z [2924/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p4.c.o 2025-09-07T07:06:03.0536580Z [2925/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p16.c.o 2025-09-07T07:06:03.0628240Z [2926/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.0632220Z [2927/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.0859060Z [2928/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.1009890Z [2929/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.1226750Z [2930/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.1327240Z [2931/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.1512870Z [2932/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c16.c.o 2025-09-07T07:06:03.1636530Z [2933/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc2.c.o 2025-09-07T07:06:03.1643970Z [2934/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.2083850Z [2935/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u16.c.o 2025-09-07T07:06:03.2124650Z [2936/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc4.c.o 2025-09-07T07:06:03.2129080Z [2937/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.2142700Z [2938/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u24.c.o 2025-09-07T07:06:03.2263370Z [2939/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u8.c.o 2025-09-07T07:06:03.2502320Z [2940/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc5.c.o 2025-09-07T07:06:03.2774950Z [2941/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u64.c.o 2025-09-07T07:06:03.2884800Z [2942/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc2.c.o 2025-09-07T07:06:03.2930170Z [2943/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:03.3240840Z [2944/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc2.c.o 2025-09-07T07:06:03.3257950Z [2945/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc3.c.o 2025-09-07T07:06:03.3417830Z [2946/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc2.c.o 2025-09-07T07:06:03.3521560Z [2947/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc4.c.o 2025-09-07T07:06:03.3695560Z [2948/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40.c.o 2025-09-07T07:06:03.3795020Z [2949/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48.c.o 2025-09-07T07:06:03.3960010Z [2950/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64.c.o 2025-09-07T07:06:03.4172690Z [2951/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc2.c.o 2025-09-07T07:06:03.4175740Z [2952/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72.c.o 2025-09-07T07:06:03.4176680Z [2953/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72-acc3.c.o 2025-09-07T07:06:03.4324880Z [2954/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc5.c.o 2025-09-07T07:06:03.4885910Z [2955/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc2.c.o 2025-09-07T07:06:03.4887320Z [2956/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80.c.o 2025-09-07T07:06:03.4901500Z [2957/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc3.c.o 2025-09-07T07:06:03.4917670Z [2958/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc3.c.o 2025-09-07T07:06:03.4977720Z [2959/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc6.c.o 2025-09-07T07:06:03.5246050Z [2960/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u8.c.o 2025-09-07T07:06:03.5318520Z [2961/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc2.c.o 2025-09-07T07:06:03.5349030Z [2962/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc2.c.o 2025-09-07T07:06:03.5869200Z [2963/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc3.c.o 2025-09-07T07:06:03.5905190Z [2964/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u8.c.o 2025-09-07T07:06:03.5955230Z [2965/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc1.c.o 2025-09-07T07:06:03.6073380Z [2966/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc2.c.o 2025-09-07T07:06:03.6114400Z [2967/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc2.c.o 2025-09-07T07:06:03.6177510Z [2968/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24.c.o 2025-09-07T07:06:03.6308640Z [2969/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc2.c.o 2025-09-07T07:06:03.6342150Z [2970/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc4.c.o 2025-09-07T07:06:03.6427500Z [2971/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96.c.o 2025-09-07T07:06:03.6965200Z [2972/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u8.c.o 2025-09-07T07:06:03.6980650Z [2973/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32.c.o 2025-09-07T07:06:03.7104750Z [2974/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc4.c.o 2025-09-07T07:06:03.7286170Z [2975/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc1.c.o 2025-09-07T07:06:03.7425980Z [2976/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc3.c.o 2025-09-07T07:06:03.7450990Z [2977/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc2.c.o 2025-09-07T07:06:03.7531820Z [2978/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64.c.o 2025-09-07T07:06:03.7629880Z [2979/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc2.c.o 2025-09-07T07:06:03.7821360Z [2980/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc2.c.o 2025-09-07T07:06:03.8193500Z [2981/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24.c.o 2025-09-07T07:06:03.8203730Z [2982/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc4.c.o 2025-09-07T07:06:03.8298980Z [2983/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc2.c.o 2025-09-07T07:06:03.8486330Z [2984/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32.c.o 2025-09-07T07:06:03.8588660Z [2985/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc2.c.o 2025-09-07T07:06:03.8688850Z [2986/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:03.8791900Z [2987/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u8.c.o 2025-09-07T07:06:03.8892380Z [2988/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64.c.o 2025-09-07T07:06:03.8913340Z [2989/5684] 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 2025-09-07T07:06:03.8917300Z [2990/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u16-acc2.c.o 2025-09-07T07:06:03.8924480Z [2991/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-pipelined.c.o 2025-09-07T07:06:03.9494060Z [2992/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc2.c.o 2025-09-07T07:06:03.9594070Z [2993/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc4.c.o 2025-09-07T07:06:03.9729820Z [2994/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u1.c.o 2025-09-07T07:06:03.9807380Z [2995/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u24-acc3.c.o 2025-09-07T07:06:04.0024680Z [2996/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u2.c.o 2025-09-07T07:06:04.0061910Z [2997/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u4.c.o 2025-09-07T07:06:04.0122830Z [2998/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.0832040Z [2999/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.0900550Z [3000/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.1003610Z [3001/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.1109790Z [3002/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.1252600Z [3003/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.1359400Z [3004/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.1659220Z [3005/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.1960500Z [3006/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.2269160Z [3007/5684] 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 2025-09-07T07:06:04.2369510Z [3008/5684] 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 2025-09-07T07:06:04.2473160Z [3009/5684] 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 2025-09-07T07:06:04.2530190Z [3010/5684] 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 2025-09-07T07:06:04.2533060Z [3011/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2025-09-07T07:06:04.2539530Z [3012/5684] 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 2025-09-07T07:06:04.2542940Z [3013/5684] 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 2025-09-07T07:06:04.3676040Z [3014/5684] 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 2025-09-07T07:06:04.3878240Z [3015/5684] 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 2025-09-07T07:06:04.3886430Z [3016/5684] 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 2025-09-07T07:06:04.3891590Z [3017/5684] 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 2025-09-07T07:06:04.3897080Z [3018/5684] 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 2025-09-07T07:06:04.3946600Z [3019/5684] 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 2025-09-07T07:06:04.3978390Z [3020/5684] 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 2025-09-07T07:06:04.3992310Z [3021/5684] 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 2025-09-07T07:06:04.4300980Z [3022/5684] 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 2025-09-07T07:06:04.5203310Z [3023/5684] 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 2025-09-07T07:06:04.5284280Z [3024/5684] 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 2025-09-07T07:06:04.5323220Z [3025/5684] 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 2025-09-07T07:06:04.5513990Z [3026/5684] 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 2025-09-07T07:06:04.5516910Z [3027/5684] 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 2025-09-07T07:06:04.5689210Z [3028/5684] 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 2025-09-07T07:06:04.5721800Z [3029/5684] 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 2025-09-07T07:06:04.5915660Z [3030/5684] 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 2025-09-07T07:06:04.6436860Z [3031/5684] 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 2025-09-07T07:06:04.6724360Z [3032/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.6907240Z [3033/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.7005980Z [3034/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.7030770Z [3035/5684] 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 2025-09-07T07:06:04.7100790Z [3036/5684] 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 2025-09-07T07:06:04.7223660Z [3037/5684] 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 2025-09-07T07:06:04.7470120Z [3038/5684] 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 2025-09-07T07:06:04.7483920Z [3039/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith.c.o 2025-09-07T07:06:04.7859240Z [3040/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.8055690Z [3041/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.8180130Z [3042/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith.c.o 2025-09-07T07:06:04.8335260Z [3043/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.8377590Z [3044/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith.c.o 2025-09-07T07:06:04.8415090Z [3045/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.8525470Z [3046/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith.c.o 2025-09-07T07:06:04.8530340Z [3047/5684] 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 2025-09-07T07:06:04.9311860Z [3048/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith.c.o 2025-09-07T07:06:04.9570720Z [3049/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith.c.o 2025-09-07T07:06:04.9621280Z [3050/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith.c.o 2025-09-07T07:06:04.9721330Z [3051/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.9768240Z [3052/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.9804230Z [3053/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith.c.o 2025-09-07T07:06:04.9881380Z [3054/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:04.9944810Z [3055/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith.c.o 2025-09-07T07:06:04.9971990Z [3056/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.1152300Z [3057/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.1217220Z [3058/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith.c.o 2025-09-07T07:06:05.1228750Z [3059/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.1454590Z [3060/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith.c.o 2025-09-07T07:06:05.1592850Z [3061/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.1611970Z [3062/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith.c.o 2025-09-07T07:06:05.1622870Z [3063/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.2049120Z [3064/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith.c.o 2025-09-07T07:06:05.2398760Z [3065/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.2547210Z [3066/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith.c.o 2025-09-07T07:06:05.2564270Z [3067/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.2880780Z [3068/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith.c.o 2025-09-07T07:06:05.2969710Z [3069/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.3087110Z [3070/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.3333930Z [3071/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith.c.o 2025-09-07T07:06:05.3519410Z [3072/5684] 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 2025-09-07T07:06:05.3599030Z [3073/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith-acc2.c.o 2025-09-07T07:06:05.4023960Z [3074/5684] 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 2025-09-07T07:06:05.4061490Z [3075/5684] 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 2025-09-07T07:06:05.4180860Z [3076/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8.c.o 2025-09-07T07:06:05.4212080Z [3077/5684] 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 2025-09-07T07:06:05.4263870Z [3078/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-3x8.c.o 2025-09-07T07:06:05.4586270Z [3079/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-4x8.c.o 2025-09-07T07:06:05.4780000Z [3080/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith.c.o 2025-09-07T07:06:05.4906880Z [3081/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-6x8.c.o 2025-09-07T07:06:05.4971830Z [3082/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-5x8.c.o 2025-09-07T07:06:05.5106410Z [3083/5684] 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 2025-09-07T07:06:05.5474930Z [3084/5684] 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 2025-09-07T07:06:05.5489190Z [3085/5684] 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 2025-09-07T07:06:05.5592640Z [3086/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8.c.o 2025-09-07T07:06:05.5979880Z [3087/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-4x8.c.o 2025-09-07T07:06:05.6052550Z [3088/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-3x8.c.o 2025-09-07T07:06:05.6180210Z [3089/5684] 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 2025-09-07T07:06:05.6272870Z [3090/5684] 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 2025-09-07T07:06:05.6354460Z [3091/5684] 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 2025-09-07T07:06:05.6597910Z [3092/5684] 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 2025-09-07T07:06:05.6936500Z [3093/5684] 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 2025-09-07T07:06:05.7061280Z [3094/5684] 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 2025-09-07T07:06:05.7210470Z [3095/5684] 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 2025-09-07T07:06:05.7571000Z [3096/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8.c.o 2025-09-07T07:06:05.7838440Z [3097/5684] 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 2025-09-07T07:06:05.7858080Z [3098/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8.c.o 2025-09-07T07:06:05.7920540Z [3099/5684] 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 2025-09-07T07:06:05.8234330Z [3100/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8.c.o 2025-09-07T07:06:05.8386210Z [3101/5684] 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 2025-09-07T07:06:05.8613730Z [3102/5684] 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 2025-09-07T07:06:05.8752910Z [3103/5684] 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 2025-09-07T07:06:05.8753870Z [3104/5684] 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 2025-09-07T07:06:05.9092440Z [3105/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-5x8.c.o 2025-09-07T07:06:05.9317610Z [3106/5684] 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 2025-09-07T07:06:05.9447530Z [3107/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8.c.o 2025-09-07T07:06:05.9545990Z [3108/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u16-acc2.c.o 2025-09-07T07:06:05.9581980Z [3109/5684] 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 2025-09-07T07:06:05.9799120Z [3110/5684] 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 2025-09-07T07:06:05.9813080Z [3111/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8.c.o 2025-09-07T07:06:06.0149670Z [3112/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c64.c.o 2025-09-07T07:06:06.0165050Z [3113/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u8.c.o 2025-09-07T07:06:06.0267860Z [3114/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u24-acc3.c.o 2025-09-07T07:06:06.0331380Z [3115/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c32.c.o 2025-09-07T07:06:06.0481490Z [3116/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u4.c.o 2025-09-07T07:06:06.0834520Z [3117/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc2.c.o 2025-09-07T07:06:06.1033340Z [3118/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:06.1103830Z [3119/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u8.c.o 2025-09-07T07:06:06.1571150Z [3120/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:06.1725240Z [3121/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:06.1768390Z [3122/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:06.1851170Z [3123/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-neonfp16arith-ld64.c.o 2025-09-07T07:06:06.1871780Z [3124/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-09-07T07:06:06.2313780Z [3125/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-09-07T07:06:06.3022630Z [3126/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16-minmax-neonfp16arith-mlal-lane.c.o 2025-09-07T07:06:06.3123130Z [3127/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-09-07T07:06:06.3167540Z [3128/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x16-minmax-neonfp16arith-mlal-lane.c.o 2025-09-07T07:06:06.3426090Z [3129/5684] 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 2025-09-07T07:06:06.3528510Z [3130/5684] 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 2025-09-07T07:06:06.3665430Z [3131/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16-minmax-neonfp16arith-mlal-lane.c.o 2025-09-07T07:06:06.3718060Z [3132/5684] 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 2025-09-07T07:06:06.3725390Z [3133/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-09-07T07:06:06.4483930Z [3134/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u8.c.o 2025-09-07T07:06:06.4689520Z [3135/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u16.c.o 2025-09-07T07:06:06.4765360Z [3136/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u8.c.o 2025-09-07T07:06:06.4862840Z [3137/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2025-09-07T07:06:06.5143050Z [3138/5684] 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 2025-09-07T07:06:06.5269980Z [3139/5684] 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 2025-09-07T07:06:06.5386720Z [3140/5684] 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 2025-09-07T07:06:06.5596140Z [3141/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u24.c.o 2025-09-07T07:06:06.5619720Z [3142/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u16.c.o 2025-09-07T07:06:06.5659490Z [3143/5684] 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 2025-09-07T07:06:06.5717690Z [3144/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u16.c.o 2025-09-07T07:06:06.5866010Z [3145/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u16.c.o 2025-09-07T07:06:06.6087440Z [3146/5684] 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 2025-09-07T07:06:06.6427140Z [3147/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u16.c.o 2025-09-07T07:06:06.6527510Z [3148/5684] 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 2025-09-07T07:06:06.6586240Z [3149/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u32.c.o 2025-09-07T07:06:06.6620690Z [3150/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u24.c.o 2025-09-07T07:06:06.6667150Z [3151/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u16.c.o 2025-09-07T07:06:06.6674950Z [3152/5684] 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 2025-09-07T07:06:06.6706910Z [3153/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u32.c.o 2025-09-07T07:06:06.7117410Z [3154/5684] 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 2025-09-07T07:06:06.7628660Z [3155/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c4-minmax-neondot.c.o 2025-09-07T07:06:06.8019240Z [3156/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x8c4-minmax-neondot.c.o 2025-09-07T07:06:06.8111340Z [3157/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-2x16c4-minmax-neondot.c.o 2025-09-07T07:06:06.8232140Z [3158/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c4-minmax-neondot.c.o 2025-09-07T07:06:06.8273070Z [3159/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x8c4-minmax-neondot.c.o 2025-09-07T07:06:06.8367750Z [3160/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x16c4-minmax-neondot.c.o 2025-09-07T07:06:06.8383000Z [3161/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x8c4-minmax-neondot.c.o 2025-09-07T07:06:06.8820750Z [3162/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-5x16c4-minmax-neondot.c.o 2025-09-07T07:06:06.9224990Z [3163/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x8c4-minmax-neondot.c.o 2025-09-07T07:06:06.9391140Z [3164/5684] 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 2025-09-07T07:06:06.9513840Z [3165/5684] 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 2025-09-07T07:06:06.9676330Z [3166/5684] 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 2025-09-07T07:06:06.9815020Z [3167/5684] 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 2025-09-07T07:06:06.9825500Z [3168/5684] 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 2025-09-07T07:06:06.9917670Z [3169/5684] 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 2025-09-07T07:06:07.0781010Z [3170/5684] 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 2025-09-07T07:06:07.0788380Z [3171/5684] 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 2025-09-07T07:06:07.0966880Z [3172/5684] 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 2025-09-07T07:06:07.0976670Z [3173/5684] 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 2025-09-07T07:06:07.0993800Z [3174/5684] 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 2025-09-07T07:06:07.1006480Z [3175/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16c4-minmax-neondot.c.o 2025-09-07T07:06:07.1017490Z [3176/5684] 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 2025-09-07T07:06:07.1245390Z [3177/5684] 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 2025-09-07T07:06:07.2162460Z [3178/5684] 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 2025-09-07T07:06:07.2236890Z [3179/5684] 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 2025-09-07T07:06:07.2238020Z [3180/5684] 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 2025-09-07T07:06:07.2285200Z [3181/5684] 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 2025-09-07T07:06:07.2445280Z [3182/5684] 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 2025-09-07T07:06:07.2456970Z [3183/5684] 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 2025-09-07T07:06:07.2481080Z [3184/5684] 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 2025-09-07T07:06:07.2547180Z [3185/5684] 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 2025-09-07T07:06:07.3241520Z [3186/5684] 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 2025-09-07T07:06:07.3733210Z [3187/5684] 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 2025-09-07T07:06:07.3849540Z [3188/5684] 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 2025-09-07T07:06:07.3908720Z [3189/5684] 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 2025-09-07T07:06:07.3929240Z [3190/5684] 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 2025-09-07T07:06:07.4066540Z [3191/5684] 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 2025-09-07T07:06:07.4156850Z [3192/5684] 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 2025-09-07T07:06:07.4629750Z [3193/5684] 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 2025-09-07T07:06:07.4733210Z [3194/5684] 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 2025-09-07T07:06:07.5024480Z [3195/5684] 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 2025-09-07T07:06:07.5324580Z [3196/5684] 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 2025-09-07T07:06:07.5360590Z [3197/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c4-minmax-fp32-neondot.c.o 2025-09-07T07:06:07.5406280Z [3198/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-neondot.c.o 2025-09-07T07:06:07.5509050Z [3199/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-neondot.c.o 2025-09-07T07:06:07.5825530Z [3200/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c4-minmax-fp32-neondot.c.o 2025-09-07T07:06:07.5956100Z [3201/5684] 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 2025-09-07T07:06:07.6007380Z [3202/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c4-minmax-fp32-neondot.c.o 2025-09-07T07:06:07.6334410Z [3203/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u16.c.o 2025-09-07T07:06:07.6437110Z [3204/5684] 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 2025-09-07T07:06:07.6641360Z [3205/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c4-minmax-fp32-neondot.c.o 2025-09-07T07:06:07.6837900Z [3206/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc2.c.o 2025-09-07T07:06:07.7032220Z [3207/5684] 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 2025-09-07T07:06:07.7078980Z [3208/5684] 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 2025-09-07T07:06:07.7118940Z [3209/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-09-07T07:06:07.7180350Z [3210/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u64-acc4.c.o 2025-09-07T07:06:07.7196950Z [3211/5684] 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 2025-09-07T07:06:07.7326360Z [3212/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-fp32-neondot.c.o 2025-09-07T07:06:07.7458240Z [3213/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:06:07.7469110Z [3214/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-09-07T07:06:07.7537860Z [3215/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-fp32-neondot.c.o 2025-09-07T07:06:07.7668020Z [3216/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:06:07.7791630Z [3217/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-09-07T07:06:07.7858810Z [3218/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:06:07.7944740Z [3219/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-09-07T07:06:07.8176180Z [3220/5684] 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 2025-09-07T07:06:07.8186530Z [3221/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:06:07.8202930Z [3222/5684] 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 2025-09-07T07:06:07.8283720Z [3223/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:06:07.8289740Z [3224/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-09-07T07:06:07.8371320Z [3225/5684] 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 2025-09-07T07:06:07.8399390Z [3226/5684] 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 2025-09-07T07:06:07.8515630Z [3227/5684] 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 2025-09-07T07:06:07.8547050Z [3228/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-09-07T07:06:07.8550940Z [3229/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:06:07.8596000Z [3230/5684] 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 2025-09-07T07:06:07.8629770Z [3231/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:06:07.8715790Z [3232/5684] 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 2025-09-07T07:06:07.8769210Z [3233/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-09-07T07:06:07.8810370Z [3234/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-09-07T07:06:07.8892510Z [3235/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-09-07T07:06:07.8896860Z [3236/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-09-07T07:06:07.8900950Z [3237/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2025-09-07T07:06:07.8908810Z [3238/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2025-09-07T07:06:07.8954110Z [3239/5684] 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 2025-09-07T07:06:07.8996630Z [3240/5684] 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 2025-09-07T07:06:07.9102900Z [3241/5684] 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 2025-09-07T07:06:07.9197870Z [3242/5684] 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 2025-09-07T07:06:07.9308440Z [3243/5684] 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 2025-09-07T07:06:07.9401330Z [3244/5684] 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 2025-09-07T07:06:07.9410450Z [3245/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:07.9417520Z [3246/5684] 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 2025-09-07T07:06:07.9491060Z [3247/5684] 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 2025-09-07T07:06:07.9492100Z [3248/5684] 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 2025-09-07T07:06:08.0388270Z [3249/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-pipelined.c.o 2025-09-07T07:06:08.0507800Z [3250/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-x2.c.o 2025-09-07T07:06:08.0537130Z [3251/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith.c.o 2025-09-07T07:06:08.0542320Z [3252/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-x2.c.o 2025-09-07T07:06:08.0561850Z [3253/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith.c.o 2025-09-07T07:06:08.0566380Z [3254/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-pipelined.c.o 2025-09-07T07:06:08.0608550Z [3255/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith.c.o 2025-09-07T07:06:08.0621070Z [3256/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-x2.c.o 2025-09-07T07:06:08.0691460Z [3257/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-x2.c.o 2025-09-07T07:06:08.1414740Z [3258/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u8.c.o 2025-09-07T07:06:08.1590380Z [3259/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u8.c.o 2025-09-07T07:06:08.1688740Z [3260/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u8.c.o 2025-09-07T07:06:08.1707030Z [3261/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u8.c.o 2025-09-07T07:06:08.1709930Z [3262/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u8.c.o 2025-09-07T07:06:08.1722610Z [3263/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u8.c.o 2025-09-07T07:06:08.1742490Z [3264/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u8.c.o 2025-09-07T07:06:08.1776580Z [3265/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u8.c.o 2025-09-07T07:06:08.1960250Z [3266/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith.c.o 2025-09-07T07:06:08.2650150Z [3267/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u8.c.o 2025-09-07T07:06:08.2750570Z [3268/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u8.c.o 2025-09-07T07:06:08.2869160Z [3269/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u8.c.o 2025-09-07T07:06:08.2881010Z [3270/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u8.c.o 2025-09-07T07:06:08.2883170Z [3271/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u8.c.o 2025-09-07T07:06:08.2886740Z [3272/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u8.c.o 2025-09-07T07:06:08.2893840Z [3273/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u8.c.o 2025-09-07T07:06:08.2947320Z [3274/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u8.c.o 2025-09-07T07:06:08.3018320Z [3275/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u8.c.o 2025-09-07T07:06:08.3794790Z [3276/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u8.c.o 2025-09-07T07:06:08.3932540Z [3277/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u8.c.o 2025-09-07T07:06:08.3978990Z [3278/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u8.c.o 2025-09-07T07:06:08.3979830Z [3279/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u8.c.o 2025-09-07T07:06:08.4046510Z [3280/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u32.c.o 2025-09-07T07:06:08.4074080Z [3281/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u8.c.o 2025-09-07T07:06:08.4104260Z [3282/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u8.c.o 2025-09-07T07:06:08.4527020Z [3283/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u8.c.o 2025-09-07T07:06:08.4830480Z [3284/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-neonfp16arith-2x.c.o 2025-09-07T07:06:08.4942750Z [3285/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u8.c.o 2025-09-07T07:06:08.4966740Z [3286/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u8.c.o 2025-09-07T07:06:08.4972360Z [3287/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u16.c.o 2025-09-07T07:06:08.5068650Z [3288/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u32.c.o 2025-09-07T07:06:08.5104980Z [3289/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u8.c.o 2025-09-07T07:06:08.5462380Z [3290/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u24.c.o 2025-09-07T07:06:08.5531310Z [3291/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u8.c.o 2025-09-07T07:06:08.5820550Z [3292/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u8.c.o 2025-09-07T07:06:08.5889610Z [3293/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u16.c.o 2025-09-07T07:06:08.6049500Z [3294/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u24.c.o 2025-09-07T07:06:08.6180680Z [3295/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u8.c.o 2025-09-07T07:06:08.6317580Z [3296/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u32.c.o 2025-09-07T07:06:08.6360360Z [3297/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u24.c.o 2025-09-07T07:06:08.6390040Z [3298/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u32.c.o 2025-09-07T07:06:08.6597720Z [3299/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u16.c.o 2025-09-07T07:06:08.6679950Z [3300/5684] 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 2025-09-07T07:06:08.6776780Z [3301/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u16.c.o 2025-09-07T07:06:08.6926470Z [3302/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u8.c.o 2025-09-07T07:06:08.7005490Z [3303/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u32.c.o 2025-09-07T07:06:08.7102890Z [3304/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:06:08.7163350Z [3305/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u32.c.o 2025-09-07T07:06:08.7230380Z [3306/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u16.c.o 2025-09-07T07:06:08.7397530Z [3307/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u24.c.o 2025-09-07T07:06:08.7471010Z [3308/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u24.c.o 2025-09-07T07:06:08.7570650Z [3309/5684] Running gen_proto.py on onnx/onnx.in.proto 2025-09-07T07:06:08.7671510Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx.in.proto 2025-09-07T07:06:08.7682450Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-09-07T07:06:08.7683240Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2025-09-07T07:06:08.7683740Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-ml.pb.h 2025-09-07T07:06:08.7684210Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_pb.py 2025-09-07T07:06:08.7992220Z [3310/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u8.c.o 2025-09-07T07:06:08.8120920Z [3311/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u8.c.o 2025-09-07T07:06:08.8278920Z [3312/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f32.c.o 2025-09-07T07:06:08.8392220Z [3313/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla.c.o 2025-09-07T07:06:08.8433520Z [3314/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32.c.o 2025-09-07T07:06:08.8736840Z [3315/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla_asm.S.o 2025-09-07T07:06:08.8838940Z [3316/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4cxp_qs4cxs1s0.c.o 2025-09-07T07:06:08.9071060Z [3317/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pscalef16_qsu4c32s16s0.c.o 2025-09-07T07:06:08.9598160Z [3318/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p8x1biasf32_f32_f32_neon.c.o 2025-09-07T07:06:08.9611920Z [3319/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4c32p_qsu4c32s1s0.c.o 2025-09-07T07:06:08.9817670Z [3320/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxp_qs4cxs1s0.c.o 2025-09-07T07:06:08.9835610Z [3321/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32ps1s0scalef16_qsu4c32s16s0_neon.c.o 2025-09-07T07:06:09.0066400Z [3322/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxps1s0_qsu4cxs1s0_neon.c.o 2025-09-07T07:06:09.0242290Z [3323/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32_neon.c.o 2025-09-07T07:06:09.0343070Z [3324/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp_qsi8cx_neon.c.o 2025-09-07T07:06:09.0370900Z [3325/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32p_qsu4c32s1s0.c.o 2025-09-07T07:06:09.0674710Z [3326/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod_asm.S.o 2025-09-07T07:06:09.0774640Z [3327/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f16p16x1biasf16_f16_f16_neon.c.o 2025-09-07T07:06:09.0952010Z [3328/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32p_qau4c32s0s1_f32_f32_f32_neon.c.o 2025-09-07T07:06:09.1046930Z [3329/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi8cxp_qsi8cx_neon.c.o 2025-09-07T07:06:09.1079770Z [3330/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f32_neon.c.o 2025-09-07T07:06:09.1209470Z [3331/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod_asm.S.o 2025-09-07T07:06:09.1320570Z [3332/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p16x1biasf16_6x16x8_neon_mla.c.o 2025-09-07T07:06:09.1481250Z [3333/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod_asm.S.o 2025-09-07T07:06:09.1539930Z [3334/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f16_neon.c.o 2025-09-07T07:06:09.1603610Z [3335/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f16_neon.c.o 2025-09-07T07:06:09.1702010Z [3336/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod_asm.S.o 2025-09-07T07:06:09.1768170Z [3337/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.c.o 2025-09-07T07:06:09.1785010Z [3338/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:06:09.1910610Z [3339/5684] 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 2025-09-07T07:06:09.1980570Z [3340/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:09.1998450Z [3341/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.c.o 2025-09-07T07:06:09.2010040Z [3342/5684] 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 2025-09-07T07:06:09.2081230Z [3343/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:09.2216010Z [3344/5684] 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 2025-09-07T07:06:09.2264770Z [3345/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod.c.o 2025-09-07T07:06:09.2268810Z [3346/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod.c.o 2025-09-07T07:06:09.2304810Z [3347/5684] 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 2025-09-07T07:06:09.2310410Z [3348/5684] 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 2025-09-07T07:06:09.2345590Z [3349/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:09.2442090Z [3350/5684] 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 2025-09-07T07:06:09.2545350Z [3351/5684] 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 2025-09-07T07:06:09.2647780Z [3352/5684] 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 2025-09-07T07:06:09.2670260Z [3353/5684] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-09-07T07:06:09.2679230Z [3354/5684] 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 2025-09-07T07:06:09.2681120Z [3355/5684] 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 2025-09-07T07:06:09.2682530Z [3356/5684] 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 2025-09-07T07:06:09.2775020Z [3357/5684] 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 2025-09-07T07:06:09.2791350Z [3358/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:09.2794690Z [3359/5684] 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 2025-09-07T07:06:09.2890140Z [3360/5684] 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 2025-09-07T07:06:09.2906380Z [3361/5684] 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 2025-09-07T07:06:09.2934780Z [3362/5684] 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 2025-09-07T07:06:09.2937830Z [3363/5684] 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 2025-09-07T07:06:09.2942440Z [3364/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:09.3048420Z [3365/5684] 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 2025-09-07T07:06:09.3109470Z [3366/5684] 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 2025-09-07T07:06:09.3162930Z [3367/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:06:09.3224390Z [3368/5684] 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 2025-09-07T07:06:09.3237430Z [3369/5684] 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 2025-09-07T07:06:09.3293340Z [3370/5684] 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 2025-09-07T07:06:09.3313960Z [3371/5684] 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 2025-09-07T07:06:09.3336590Z [3372/5684] 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 2025-09-07T07:06:09.3384180Z [3373/5684] 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 2025-09-07T07:06:09.3403390Z [3374/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:06:09.3466780Z [3375/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:09.3527100Z [3376/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-09-07T07:06:09.3552800Z [3377/5684] 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 2025-09-07T07:06:09.3570460Z [3378/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-09-07T07:06:09.3623560Z [3379/5684] 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 2025-09-07T07:06:09.3735680Z [3380/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:09.3748140Z [3381/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:09.3753640Z [3382/5684] 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 2025-09-07T07:06:09.3796000Z [3383/5684] 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 2025-09-07T07:06:09.3825150Z [3384/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-09-07T07:06:09.3886860Z [3385/5684] 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 2025-09-07T07:06:09.3897310Z [3386/5684] 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 2025-09-07T07:06:09.3921960Z [3387/5684] 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 2025-09-07T07:06:09.3926220Z [3388/5684] 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 2025-09-07T07:06:09.4063250Z [3389/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:06:09.4123820Z [3390/5684] 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 2025-09-07T07:06:09.4132450Z [3391/5684] 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 2025-09-07T07:06:09.4224390Z [3392/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-09-07T07:06:09.4333730Z [3393/5684] 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 2025-09-07T07:06:09.4334780Z [3394/5684] 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 2025-09-07T07:06:09.4335840Z [3395/5684] 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 2025-09-07T07:06:09.4345160Z [3396/5684] 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 2025-09-07T07:06:09.4372200Z [3397/5684] 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 2025-09-07T07:06:09.4452140Z [3398/5684] 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 2025-09-07T07:06:09.4495560Z [3399/5684] 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 2025-09-07T07:06:09.4539370Z [3400/5684] 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 2025-09-07T07:06:09.4600110Z [3401/5684] 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 2025-09-07T07:06:09.4624990Z [3402/5684] 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 2025-09-07T07:06:09.4742250Z [3403/5684] 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 2025-09-07T07:06:09.4743200Z [3404/5684] 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 2025-09-07T07:06:09.4760650Z [3405/5684] 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 2025-09-07T07:06:09.4782670Z [3406/5684] 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 2025-09-07T07:06:09.4816170Z [3407/5684] 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 2025-09-07T07:06:09.4953170Z [3408/5684] 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 2025-09-07T07:06:09.4954250Z [3409/5684] 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 2025-09-07T07:06:09.4988360Z [3410/5684] 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 2025-09-07T07:06:09.5061410Z [3411/5684] 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 2025-09-07T07:06:09.5063780Z [3412/5684] 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 2025-09-07T07:06:09.5146640Z [3413/5684] 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 2025-09-07T07:06:09.5180280Z [3414/5684] 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 2025-09-07T07:06:09.5238500Z [3415/5684] 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 2025-09-07T07:06:09.5241720Z [3416/5684] 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 2025-09-07T07:06:09.5271620Z [3417/5684] 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 2025-09-07T07:06:09.5310930Z [3418/5684] 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 2025-09-07T07:06:09.5403550Z [3419/5684] 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 2025-09-07T07:06:09.5404690Z [3420/5684] 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 2025-09-07T07:06:09.5461170Z [3421/5684] 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 2025-09-07T07:06:09.5504710Z [3422/5684] 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 2025-09-07T07:06:09.5532640Z [3423/5684] 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 2025-09-07T07:06:09.5540950Z [3424/5684] 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 2025-09-07T07:06:09.5725760Z [3425/5684] 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 2025-09-07T07:06:09.5730060Z [3426/5684] 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 2025-09-07T07:06:09.5733830Z [3427/5684] 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 2025-09-07T07:06:09.5824820Z [3428/5684] 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 2025-09-07T07:06:09.5889710Z [3429/5684] 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 2025-09-07T07:06:09.5890600Z [3430/5684] 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 2025-09-07T07:06:09.5893950Z [3431/5684] 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 2025-09-07T07:06:09.5928450Z [3432/5684] 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 2025-09-07T07:06:09.5930170Z [3433/5684] 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 2025-09-07T07:06:09.6124580Z [3434/5684] 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 2025-09-07T07:06:09.6169910Z [3435/5684] 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 2025-09-07T07:06:09.6219560Z [3436/5684] 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 2025-09-07T07:06:09.6227510Z [3437/5684] 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 2025-09-07T07:06:09.6253970Z [3438/5684] 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 2025-09-07T07:06:09.6270920Z [3439/5684] 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 2025-09-07T07:06:09.6275630Z [3440/5684] 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 2025-09-07T07:06:09.6309760Z [3441/5684] 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 2025-09-07T07:06:09.6368200Z [3442/5684] 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 2025-09-07T07:06:09.6600410Z [3443/5684] 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 2025-09-07T07:06:09.6621070Z [3444/5684] 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 2025-09-07T07:06:09.6635430Z [3445/5684] 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 2025-09-07T07:06:09.6663580Z [3446/5684] 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 2025-09-07T07:06:09.6674400Z [3447/5684] 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 2025-09-07T07:06:09.6677010Z [3448/5684] 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 2025-09-07T07:06:09.6686290Z [3449/5684] 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 2025-09-07T07:06:09.6691130Z [3450/5684] 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 2025-09-07T07:06:09.6802650Z [3451/5684] 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 2025-09-07T07:06:09.7013920Z [3452/5684] 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 2025-09-07T07:06:09.7117690Z [3453/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-09-07T07:06:09.7123400Z [3454/5684] 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 2025-09-07T07:06:09.7268190Z [3455/5684] 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 2025-09-07T07:06:09.7311540Z [3456/5684] 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 2025-09-07T07:06:09.7364740Z [3457/5684] 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 2025-09-07T07:06:09.7470870Z [3458/5684] 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 2025-09-07T07:06:09.7585620Z [3459/5684] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu16-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-09-07T07:06:09.7591870Z [3460/5684] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-09-07T07:06:09.7625250Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-operators.in.proto 2025-09-07T07:06:09.7737420Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-09-07T07:06:09.7772600Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2025-09-07T07:06:09.7773320Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2025-09-07T07:06:09.7773970Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py 2025-09-07T07:06:09.7774550Z [3461/5684] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2025-09-07T07:06:09.7938560Z [3462/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.c.o 2025-09-07T07:06:09.7984040Z [3463/5684] Running gen_proto.py on onnx/onnx-data.in.proto 2025-09-07T07:06:09.8055310Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-data.in.proto 2025-09-07T07:06:09.8058950Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-09-07T07:06:09.8059590Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2025-09-07T07:06:09.8060400Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data.pb.h 2025-09-07T07:06:09.8061010Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_data_pb.py 2025-09-07T07:06:09.8264700Z [3464/5684] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-09-07T07:06:09.8670430Z [3465/5684] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-09-07T07:06:10.3222060Z [3466/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2025-09-07T07:06:10.3516220Z [3467/5684] Building CXX object c10/CMakeFiles/c10.dir/core/CachingDeviceAllocator.cpp.o 2025-09-07T07:06:10.3954360Z [3468/5684] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2025-09-07T07:06:10.5184320Z [3469/5684] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2025-09-07T07:06:10.5966630Z [3470/5684] Building CXX object c10/CMakeFiles/c10.dir/core/ConstantSymNodeImpl.cpp.o 2025-09-07T07:06:10.6349460Z [3471/5684] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2025-09-07T07:06:10.6498240Z [3472/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2025-09-07T07:06:10.9667290Z [3473/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2025-09-07T07:06:10.9835770Z [3474/5684] Building CXX object c10/CMakeFiles/c10.dir/core/AllocatorConfig.cpp.o 2025-09-07T07:06:11.1378850Z [3475/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2025-09-07T07:06:11.1439900Z [3476/5684] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2025-09-07T07:06:11.4790170Z [3477/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2025-09-07T07:06:11.5168050Z [3478/5684] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2025-09-07T07:06:11.5268440Z [3479/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2025-09-07T07:06:11.9662620Z [3480/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2025-09-07T07:06:13.0426910Z [3481/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2025-09-07T07:06:13.0970840Z [3482/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2025-09-07T07:06:13.1823200Z [3483/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2025-09-07T07:06:13.7407830Z [3484/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2025-09-07T07:06:13.8226930Z [3485/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2025-09-07T07:06:14.5120230Z [3486/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2025-09-07T07:06:14.7252230Z [3487/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2025-09-07T07:06:14.9042590Z [3488/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2025-09-07T07:06:15.1145220Z [3489/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2025-09-07T07:06:15.3300940Z [3490/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2025-09-07T07:06:15.7413520Z [3491/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2025-09-07T07:06:15.8818510Z [3492/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/utils.cc.o 2025-09-07T07:06:15.9822620Z [3493/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2025-09-07T07:06:16.5880960Z [3494/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2025-09-07T07:06:17.7100080Z [3495/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2025-09-07T07:06:18.1842610Z [3496/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2025-09-07T07:06:18.2712240Z [3497/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2025-09-07T07:06:18.3011980Z [3498/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2025-09-07T07:06:19.0434280Z [3499/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2025-09-07T07:06:19.1056250Z [3500/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2025-09-07T07:06:20.3346860Z [3501/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2025-09-07T07:06:20.6401410Z [3502/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2025-09-07T07:06:20.7401410Z [3503/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2025-09-07T07:06:21.0421050Z [3504/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2025-09-07T07:06:21.0943950Z [3505/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2025-09-07T07:06:21.5941600Z [3506/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2025-09-07T07:06:22.4540150Z [3507/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2025-09-07T07:06:22.5819980Z [3508/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2025-09-07T07:06:22.7557300Z [3509/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2025-09-07T07:06:23.2030560Z [3510/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2025-09-07T07:06:23.2545100Z [3511/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2025-09-07T07:06:23.4232410Z [3512/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2025-09-07T07:06:24.2870420Z [3513/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2025-09-07T07:06:24.6243940Z [3514/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2025-09-07T07:06:25.1331450Z [3515/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2025-09-07T07:06:25.3842040Z [3516/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2025-09-07T07:06:25.8354830Z [3517/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2025-09-07T07:06:27.0605410Z [3518/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2025-09-07T07:06:27.1301570Z [3519/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2025-09-07T07:06:27.1477690Z [3520/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2025-09-07T07:06:27.3387780Z [3521/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2025-09-07T07:06:27.9072350Z [3522/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2025-09-07T07:06:28.0384440Z [3523/5684] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2025-09-07T07:06:28.3118880Z [3524/5684] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2025-09-07T07:06:28.5818520Z [3525/5684] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2025-09-07T07:06:28.9940460Z [3526/5684] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2025-09-07T07:06:29.0337660Z [3527/5684] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2025-09-07T07:06:29.5256570Z [3528/5684] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2025-09-07T07:06:29.6328910Z [3529/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2025-09-07T07:06:29.6534250Z [3530/5684] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2025-09-07T07:06:30.1167930Z [3531/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2025-09-07T07:06:30.1693440Z [3532/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2025-09-07T07:06:30.1868010Z [3533/5684] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2025-09-07T07:06:30.2193330Z [3534/5684] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2025-09-07T07:06:30.3067990Z [3535/5684] Building CXX object c10/CMakeFiles/c10.dir/core/RefcountedDeleter.cpp.o 2025-09-07T07:06:30.6130310Z [3536/5684] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2025-09-07T07:06:30.6432560Z [3537/5684] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2025-09-07T07:06:30.8042250Z [3538/5684] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2025-09-07T07:06:30.8309890Z [3539/5684] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2025-09-07T07:06:30.9516070Z [3540/5684] Building CXX object c10/CMakeFiles/c10.dir/core/SymBool.cpp.o 2025-09-07T07:06:31.0443460Z [3541/5684] Building CXX object c10/CMakeFiles/c10.dir/core/ScalarType.cpp.o 2025-09-07T07:06:31.1797570Z [3542/5684] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2025-09-07T07:06:31.3157730Z [3543/5684] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2025-09-07T07:06:31.3335550Z [3544/5684] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2025-09-07T07:06:31.4563950Z [3545/5684] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2025-09-07T07:06:32.0150340Z [3546/5684] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2025-09-07T07:06:32.0629020Z [3547/5684] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2025-09-07T07:06:32.1117110Z [3548/5684] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2025-09-07T07:06:32.1930200Z [3549/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COW.cpp.o 2025-09-07T07:06:32.3123550Z [3550/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2025-09-07T07:06:32.3633980Z [3551/5684] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2025-09-07T07:06:32.3840910Z [3552/5684] Building CXX object c10/CMakeFiles/c10.dir/core/SymbolicShapeMeta.cpp.o 2025-09-07T07:06:32.4287010Z [3553/5684] Linking CXX static library lib/libonnx_proto.a 2025-09-07T07:06:32.4721470Z [3554/5684] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2025-09-07T07:06:32.5945350Z [3555/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2025-09-07T07:06:32.6021750Z [3556/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COWDeleter.cpp.o 2025-09-07T07:06:32.8079820Z [3557/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2025-09-07T07:06:32.8739510Z [3558/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2025-09-07T07:06:33.1033880Z [3559/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyObjectSlot.cpp.o 2025-09-07T07:06:33.1831890Z [3560/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2025-09-07T07:06:33.1974400Z [3561/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2025-09-07T07:06:33.2420920Z [3562/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreterHooks.cpp.o 2025-09-07T07:06:33.4710480Z [3563/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2025-09-07T07:06:33.6744770Z [3564/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2025-09-07T07:06:33.8046200Z [3565/5684] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2025-09-07T07:06:33.9792220Z [3566/5684] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2025-09-07T07:06:34.0041600Z [3567/5684] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2025-09-07T07:06:34.0324020Z [3568/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Bfloat16.cpp.o 2025-09-07T07:06:34.1648880Z [3569/5684] Building CXX object c10/CMakeFiles/c10.dir/util/ApproximateClock.cpp.o 2025-09-07T07:06:34.1776200Z [3570/5684] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2025-09-07T07:06:34.3057020Z [3571/5684] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2025-09-07T07:06:34.4153130Z [3572/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2025-09-07T07:06:34.4373440Z [3573/5684] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2025-09-07T07:06:34.5518720Z [3574/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fn.cpp.o 2025-09-07T07:06:34.5607350Z [3575/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fnuz.cpp.o 2025-09-07T07:06:34.8221450Z [3576/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2fnuz.cpp.o 2025-09-07T07:06:34.8323780Z [3577/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2.cpp.o 2025-09-07T07:06:34.8400970Z [3578/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e8m0fnu.cpp.o 2025-09-07T07:06:34.8591520Z [3579/5684] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2025-09-07T07:06:34.9208870Z [3580/5684] Building CXX object c10/CMakeFiles/c10.dir/util/DynamicCounter.cpp.o 2025-09-07T07:06:34.9563940Z [3581/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2025-09-07T07:06:35.0887770Z [3582/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2025-09-07T07:06:35.1309100Z [3583/5684] Building CXX object c10/CMakeFiles/c10.dir/util/ParallelGuard.cpp.o 2025-09-07T07:06:35.1474110Z [3584/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2025-09-07T07:06:35.3249450Z [3585/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2025-09-07T07:06:35.3403450Z [3586/5684] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2025-09-07T07:06:35.3580590Z [3587/5684] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2025-09-07T07:06:35.4451330Z [3588/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Gauge.cpp.o 2025-09-07T07:06:35.7093190Z [3589/5684] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2025-09-07T07:06:35.8115740Z [3590/5684] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2025-09-07T07:06:35.8406380Z [3591/5684] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2025-09-07T07:06:35.8508520Z [3592/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2025-09-07T07:06:35.8699320Z [3593/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2025-09-07T07:06:35.8901910Z [3594/5684] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2025-09-07T07:06:35.9258720Z [3595/5684] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2025-09-07T07:06:36.0328560Z [3596/5684] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2025-09-07T07:06:36.0429190Z [3597/5684] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2025-09-07T07:06:36.0924400Z [3598/5684] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2025-09-07T07:06:36.3111530Z [3599/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2025-09-07T07:06:36.3398630Z [3600/5684] Building CXX object c10/CMakeFiles/c10.dir/util/error.cpp.o 2025-09-07T07:06:36.5107830Z [3601/5684] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2025-09-07T07:06:36.5461410Z [3602/5684] Building CXX object c10/CMakeFiles/c10.dir/util/NetworkFlow.cpp.o 2025-09-07T07:06:36.7552710Z [3603/5684] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2025-09-07T07:06:36.8133190Z [3604/5684] Building CXX object c10/CMakeFiles/c10.dir/util/env.cpp.o 2025-09-07T07:06:36.8299750Z [3605/5684] Building CXX object c10/CMakeFiles/c10.dir/util/WaitCounter.cpp.o 2025-09-07T07:06:36.8346000Z [3606/5684] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2025-09-07T07:06:37.0138170Z [3607/5684] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2025-09-07T07:06:37.0341500Z [3608/5684] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2025-09-07T07:06:37.0990480Z [3609/5684] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2025-09-07T07:06:37.4843090Z [3610/5684] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2025-09-07T07:06:37.5199680Z [3611/5684] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2025-09-07T07:06:37.9167240Z [3612/5684] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2025-09-07T07:06:38.1204860Z [3613/5684] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2025-09-07T07:06:38.1443660Z [3614/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2025-09-07T07:06:38.2461250Z [3615/5684] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2025-09-07T07:06:38.2746740Z [3616/5684] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2025-09-07T07:06:38.4633200Z [3617/5684] Building CXX object c10/test/CMakeFiles/c10_AllocatorConfig_test.dir/core/AllocatorConfig_test.cpp.o 2025-09-07T07:06:38.4817460Z [3618/5684] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2025-09-07T07:06:39.1518620Z [3619/5684] Building CXX object c10/test/CMakeFiles/c10_Scalar_test.dir/core/Scalar_test.cpp.o 2025-09-07T07:06:39.2677620Z [3620/5684] Building CXX object c10/CMakeFiles/c10.dir/util/tempfile.cpp.o 2025-09-07T07:06:39.4064750Z [3621/5684] Linking CXX shared library lib/libc10.dylib 2025-09-07T07:06:39.4328470Z [3622/5684] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2025-09-07T07:06:39.4644670Z [3623/5684] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2025-09-07T07:06:39.6359440Z [3624/5684] Building CXX object c10/test/CMakeFiles/c10_ArrayRef_test.dir/util/ArrayRef_test.cpp.o 2025-09-07T07:06:39.6360830Z [3625/5684] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2025-09-07T07:06:39.7015570Z [3626/5684] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2025-09-07T07:06:39.8729000Z [3627/5684] Linking CXX static library lib/libonnx.a 2025-09-07T07:06:39.8834720Z [3628/5684] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2025-09-07T07:06:40.0207130Z [3629/5684] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2025-09-07T07:06:40.3214230Z [3630/5684] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2025-09-07T07:06:40.3936440Z [3631/5684] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2025-09-07T07:06:40.6660980Z [3632/5684] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2025-09-07T07:06:40.8074880Z [3633/5684] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2025-09-07T07:06:40.9537840Z [3634/5684] Building CXX object c10/test/CMakeFiles/c10_cow_test.dir/core/impl/cow_test.cpp.o 2025-09-07T07:06:40.9691160Z [3635/5684] Building CXX object c10/test/CMakeFiles/c10_IntrusiveList_test.dir/util/IntrusiveList_test.cpp.o 2025-09-07T07:06:41.2926800Z [3636/5684] Building CXX object c10/test/CMakeFiles/c10_NetworkFlow_test.dir/util/NetworkFlow_test.cpp.o 2025-09-07T07:06:41.2975090Z [3637/5684] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2025-09-07T07:06:41.3015590Z [3638/5684] Building CXX object c10/test/CMakeFiles/c10_Enumerate_test.dir/util/Enumerate_test.cpp.o 2025-09-07T07:06:41.3805620Z [3639/5684] Building CXX object c10/test/CMakeFiles/c10_Semaphore_test.dir/util/Semaphore_test.cpp.o 2025-09-07T07:06:41.4006240Z [3640/5684] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2025-09-07T07:06:41.5283530Z [3641/5684] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2025-09-07T07:06:41.8221740Z [3642/5684] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2025-09-07T07:06:41.9435000Z [3643/5684] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2025-09-07T07:06:41.9994870Z [3644/5684] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2025-09-07T07:06:42.1600030Z [3645/5684] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2025-09-07T07:06:42.4307390Z [3646/5684] Building CXX object c10/test/CMakeFiles/c10_bit_cast_test.dir/util/bit_cast_test.cpp.o 2025-09-07T07:06:42.4408010Z [3647/5684] Building CXX object c10/test/CMakeFiles/c10_error_test.dir/util/error_test.cpp.o 2025-09-07T07:06:42.5560040Z [3648/5684] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2025-09-07T07:06:42.7875480Z [3649/5684] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2025-09-07T07:06:43.0904360Z [3650/5684] Building CXX object c10/test/CMakeFiles/c10_generic_math_test.dir/util/generic_math_test.cpp.o 2025-09-07T07:06:43.2244050Z [3651/5684] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2025-09-07T07:06:43.2345870Z [3652/5684] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2025-09-07T07:06:43.3041490Z [3653/5684] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2025-09-07T07:06:43.4346470Z [3654/5684] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2025-09-07T07:06:43.5147460Z [3655/5684] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2025-09-07T07:06:43.8213560Z [3656/5684] Building CXX object c10/test/CMakeFiles/c10_lazy_test.dir/util/lazy_test.cpp.o 2025-09-07T07:06:44.0891870Z [3657/5684] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2025-09-07T07:06:44.4210300Z [3658/5684] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2025-09-07T07:06:44.5513860Z [3659/5684] Building CXX object c10/test/CMakeFiles/c10_ssize_test.dir/util/ssize_test.cpp.o 2025-09-07T07:06:44.6261230Z [3660/5684] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2025-09-07T07:06:44.6653850Z [3661/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p1x4_bf16p12x4b_1x36_neon_dot.c.o 2025-09-07T07:06:44.6754280Z [3662/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod_asm.S.o 2025-09-07T07:06:44.7070600Z [3663/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod_asm.S.o 2025-09-07T07:06:44.7387470Z [3664/5684] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2025-09-07T07:06:44.7543950Z [3665/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.c.o 2025-09-07T07:06:44.7851010Z [3666/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod_asm.S.o 2025-09-07T07:06:44.8124710Z [3667/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.c.o 2025-09-07T07:06:44.8369540Z [3668/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm_asm.S.o 2025-09-07T07:06:44.8573500Z [3669/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.c.o 2025-09-07T07:06:44.8612460Z [3670/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm_asm.S.o 2025-09-07T07:06:44.8915250Z [3671/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm_asm.S.o 2025-09-07T07:06:44.9382940Z [3672/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm.c.o 2025-09-07T07:06:44.9517440Z [3673/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.c.o 2025-09-07T07:06:44.9902920Z [3674/5684] Building CXX object c10/test/CMakeFiles/c10_string_util_test.dir/util/string_util_test.cpp.o 2025-09-07T07:06:45.0005690Z [3675/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p8x4_bf16p12x4b_8x12_neon_mmla.c.o 2025-09-07T07:06:45.0337980Z [3676/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_quant_pack_kxn_bf16p12x4biasf32_f32_neon.c.o 2025-09-07T07:06:45.0423920Z [3677/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p8x4_bf16p12x4b_8x12_neon_mmla.c.o 2025-09-07T07:06:45.0937800Z [3678/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p8x4_f32_neon.c.o 2025-09-07T07:06:45.1138430Z [3679/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p1x4_f32_neon.c.o 2025-09-07T07:06:45.1287110Z [3680/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf16_f16_neon.c.o 2025-09-07T07:06:45.1424220Z [3681/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf32_f16_neon.c.o 2025-09-07T07:06:45.1780840Z [3682/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod_asm.S.o 2025-09-07T07:06:45.1984350Z [3683/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p8x4_f16_neon.c.o 2025-09-07T07:06:45.2119110Z [3684/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x16p2vlx2_x16p_sme.c.o 2025-09-07T07:06:45.2257970Z [3685/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod.c.o 2025-09-07T07:06:45.2347490Z [3686/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod_asm.S.o 2025-09-07T07:06:45.2560370Z [3687/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod_asm.S.o 2025-09-07T07:06:45.2685900Z [3688/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod.c.o 2025-09-07T07:06:45.2952280Z [3689/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod_asm.S.o 2025-09-07T07:06:45.3146470Z [3690/5684] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2025-09-07T07:06:45.3157160Z [3691/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod.c.o 2025-09-07T07:06:45.3244860Z [3692/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod.c.o 2025-09-07T07:06:45.3406680Z [3693/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod_asm.S.o 2025-09-07T07:06:45.3565770Z [3694/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod.c.o 2025-09-07T07:06:45.3716720Z [3695/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod_asm.S.o 2025-09-07T07:06:45.3746830Z [3696/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod_asm.S.o 2025-09-07T07:06:45.3911070Z [3697/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod_asm.S.o 2025-09-07T07:06:45.3950620Z [3698/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod.c.o 2025-09-07T07:06:45.4177460Z [3699/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod.c.o 2025-09-07T07:06:45.4657020Z [3700/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp4x8_1x4x32_neon_dotprod.c.o 2025-09-07T07:06:45.4668340Z [3701/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.c.o 2025-09-07T07:06:45.4788590Z [3702/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.c.o 2025-09-07T07:06:45.4861850Z [3703/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp8x8_1x8x32_neon_dotprod.c.o 2025-09-07T07:06:45.5251030Z [3704/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi4cxp8x4_8x8x32_neon_dotprod.c.o 2025-09-07T07:06:45.5683690Z [3705/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.c.o 2025-09-07T07:06:45.5838700Z [3706/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.c.o 2025-09-07T07:06:45.5859540Z [3707/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.c.o 2025-09-07T07:06:45.5873300Z [3708/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x4_16x4x32_neon_dotprod.c.o 2025-09-07T07:06:45.6314690Z [3709/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4x4_1x4_neon_dotprod.c.o 2025-09-07T07:06:45.6412260Z [3710/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm_asm.S.o 2025-09-07T07:06:45.6650410Z [3711/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p4x8_1x4x32_neon_dotprod.c.o 2025-09-07T07:06:45.6714100Z [3712/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm.c.o 2025-09-07T07:06:45.6731800Z [3713/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm_asm.S.o 2025-09-07T07:06:45.7082990Z [3714/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qsi4c32p4x4_16x4_neon_dotprod.c.o 2025-09-07T07:06:45.7130470Z [3715/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm_asm.S.o 2025-09-07T07:06:45.7305670Z [3716/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm.c.o 2025-09-07T07:06:45.7476750Z [3717/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm_asm.S.o 2025-09-07T07:06:45.7520530Z [3718/5684] Building ASM object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm_asm.S.o 2025-09-07T07:06:45.7653940Z [3719/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm.c.o 2025-09-07T07:06:45.7683760Z [3720/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm.c.o 2025-09-07T07:06:45.8318630Z [3721/5684] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2025-09-07T07:06:45.8420600Z [3722/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.c.o 2025-09-07T07:06:45.8453100Z [3723/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_4x4x32_neon_i8mm.c.o 2025-09-07T07:06:45.8530110Z [3724/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_8x4x32_neon_i8mm.c.o 2025-09-07T07:06:45.8572290Z [3725/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_8x8x32_neon_i8mm.c.o 2025-09-07T07:06:45.8577700Z [3726/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_4x8x32_neon_i8mm.c.o 2025-09-07T07:06:45.9431020Z [3727/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_16x4_neon_i8mm.c.o 2025-09-07T07:06:45.9538010Z [3728/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_8x4x32_neon_i8mm.c.o 2025-09-07T07:06:45.9545590Z [3729/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.c.o 2025-09-07T07:06:45.9612660Z [3730/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.c.o 2025-09-07T07:06:45.9628270Z [3731/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x32p2vlx1_x32p_sme.c.o 2025-09-07T07:06:45.9726730Z [3732/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x8p2vlx4_x8p_sme.c.o 2025-09-07T07:06:46.0496130Z [3733/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme.c.o 2025-09-07T07:06:46.0540950Z [3734/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x16p2vlx2b_x16_x16_sme.c.o 2025-09-07T07:06:46.0633400Z [3735/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme.c.o 2025-09-07T07:06:46.0649610Z [3736/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p2vlx1b_x32_x32_sme.c.o 2025-09-07T07:06:46.0675380Z [3737/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme.c.o 2025-09-07T07:06:46.1002530Z [3738/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme.c.o 2025-09-07T07:06:46.1483130Z [3739/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.c.o 2025-09-07T07:06:46.1562400Z [3740/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme.c.o 2025-09-07T07:06:46.1599940Z [3741/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme.c.o 2025-09-07T07:06:46.1616970Z [3742/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme.c.o 2025-09-07T07:06:46.1741880Z [3743/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme.c.o 2025-09-07T07:06:46.2171670Z [3744/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.c.o 2025-09-07T07:06:46.2464590Z [3745/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme2_mopa.c.o 2025-09-07T07:06:46.2606100Z [3746/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.c.o 2025-09-07T07:06:46.2683490Z [3747/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot.c.o 2025-09-07T07:06:46.2746980Z [3748/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla.c.o 2025-09-07T07:06:46.2938290Z [3749/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.c.o 2025-09-07T07:06:46.3278570Z [3750/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla.c.o 2025-09-07T07:06:46.3582840Z [3751/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1vlx8_qsi4cxp4vlx8_1vlx4vl_sme2_mopa.c.o 2025-09-07T07:06:46.3585590Z [3752/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa.c.o 2025-09-07T07:06:46.3663330Z [3753/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4vlx4_1x4vl_sme2_sdot.c.o 2025-09-07T07:06:46.3763640Z [3754/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa.c.o 2025-09-07T07:06:46.3875970Z [3755/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa.c.o 2025-09-07T07:06:46.4629500Z [3756/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p2vlx2b_f32_x32_sme.c.o 2025-09-07T07:06:46.4688760Z [3757/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4vlx4_1x4vl_sme2_sdot.c.o 2025-09-07T07:06:46.4819540Z [3758/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp2vlx4sb_1x16vl_sme2_dot.c.o 2025-09-07T07:06:46.4844540Z [3759/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p2vlx2_f32_sme.c.o 2025-09-07T07:06:46.4869460Z [3760/5684] Building C object third_party/kleidiai/CMakeFiles/kleidiai.dir/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.c.o 2025-09-07T07:06:46.6647660Z [3761/5684] Linking C static library lib/libkleidiai.a 2025-09-07T07:06:46.7165740Z [3762/5684] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2025-09-07T07:06:46.8438770Z [3763/5684] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2025-09-07T07:06:47.2552380Z [3764/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2025-09-07T07:06:47.2627350Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/src/ThreadUtil.cpp:86:23: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] 2025-09-07T07:06:47.2732260Z sysTid = (int32_t)syscall(SYS_thread_selfid); 2025-09-07T07:06:47.2831930Z ^ 2025-09-07T07:06:47.2933020Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:748:6: note: 'syscall' has been explicitly marked deprecated here 2025-09-07T07:06:47.3033390Z int syscall(int, ...); 2025-09-07T07:06:47.3134220Z ^ 2025-09-07T07:06:47.3234990Z 1 warning generated. 2025-09-07T07:06:47.5344140Z [3765/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2025-09-07T07:06:47.5453390Z [3766/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ApproximateClock.cpp.o 2025-09-07T07:06:48.3797780Z [3767/5684] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2025-09-07T07:06:48.8760470Z [3768/5684] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2025-09-07T07:06:48.9322880Z [3769/5684] Linking CXX static library lib/libfmt.a 2025-09-07T07:06:49.2233530Z [3770/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2025-09-07T07:06:49.6596170Z [3771/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2025-09-07T07:06:49.6997890Z [3772/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2025-09-07T07:06:49.7632870Z [3773/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2025-09-07T07:06:49.8634810Z [3774/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2025-09-07T07:06:49.9705650Z [3775/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceProperties.cpp.o 2025-09-07T07:06:50.0009010Z [3776/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2025-09-07T07:06:50.3920470Z [3777/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2025-09-07T07:06:50.4121100Z [3778/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceUtil.cpp.o 2025-09-07T07:06:50.4321890Z [3779/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2025-09-07T07:06:50.4724700Z [3780/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/LoggingAPI.cpp.o 2025-09-07T07:06:50.9238940Z [3781/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2025-09-07T07:06:51.4928670Z [3782/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2025-09-07T07:06:51.5341550Z [3783/5684] Building C object confu-deps/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-09-07T07:06:51.8360180Z [3784/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2025-09-07T07:06:51.8470240Z [3785/5684] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2025-09-07T07:06:51.9367130Z [3786/5684] Building C object confu-deps/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-09-07T07:06:51.9482650Z [3787/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-09-07T07:06:51.9855160Z [3788/5684] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-09-07T07:06:51.9957810Z [3789/5684] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-09-07T07:06:52.0234430Z [3790/5684] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-09-07T07:06:52.0274860Z [3791/5684] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-09-07T07:06:52.0607510Z [3792/5684] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-09-07T07:06:52.0795250Z [3793/5684] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-09-07T07:06:52.1174930Z [3794/5684] Building C object confu-deps/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-09-07T07:06:52.2146790Z [3795/5684] Building C object confu-deps/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-09-07T07:06:52.2313320Z [3796/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2025-09-07T07:06:52.2484830Z [3797/5684] Building C object confu-deps/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-09-07T07:06:52.2831840Z [3798/5684] Building C object confu-deps/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-09-07T07:06:52.2856530Z [3799/5684] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-09-07T07:06:52.2864160Z [3800/5684] Building C object confu-deps/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-09-07T07:06:52.3187230Z [3801/5684] Building C object confu-deps/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-09-07T07:06:52.3336610Z [3802/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-09-07T07:06:52.3530500Z [3803/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-09-07T07:06:52.4140970Z [3804/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-09-07T07:06:52.4241220Z [3805/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-09-07T07:06:52.4726490Z [3806/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-09-07T07:06:52.4929910Z [3807/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-09-07T07:06:52.5112660Z [3808/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-09-07T07:06:52.5175420Z [3809/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2025-09-07T07:06:52.5511720Z [3810/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-09-07T07:06:52.6314540Z [3811/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-09-07T07:06:52.6449960Z [3812/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-09-07T07:06:52.6998090Z [3813/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-09-07T07:06:52.7256310Z [3814/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2025-09-07T07:06:52.7391740Z [3815/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-09-07T07:06:52.7393330Z [3816/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-09-07T07:06:52.7533880Z [3817/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-09-07T07:06:52.7903730Z [3818/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-09-07T07:06:52.8080780Z [3819/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-09-07T07:06:52.8141320Z [3820/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-09-07T07:06:52.8156040Z [3821/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-09-07T07:06:52.8274140Z [3822/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-09-07T07:06:52.8847470Z [3823/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-09-07T07:06:52.8907320Z [3824/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-09-07T07:06:52.9406040Z [3825/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-09-07T07:06:52.9490460Z [3826/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-09-07T07:06:52.9791980Z [3827/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-09-07T07:06:53.0098080Z [3828/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-09-07T07:06:53.0700560Z [3829/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-09-07T07:06:53.1614820Z [3830/5684] Building C object confu-deps/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-09-07T07:06:53.2213980Z [3831/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-09-07T07:06:53.2747920Z [3832/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-09-07T07:06:53.3679050Z [3833/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-09-07T07:06:53.3730090Z [3834/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-09-07T07:06:53.4321210Z [3835/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-09-07T07:06:53.4422280Z [3836/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-09-07T07:06:53.4827770Z [3837/5684] Building CXX object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-09-07T07:06:53.4969040Z [3838/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-09-07T07:06:53.5491950Z [3839/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-09-07T07:06:53.5593890Z [3840/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-09-07T07:06:53.5854280Z [3841/5684] Linking C static library lib/libmicrokernels-all.a 2025-09-07T07:06:53.5955000Z [3842/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-09-07T07:06:53.6042070Z [3843/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-09-07T07:06:53.6057220Z [3844/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-09-07T07:06:53.6462210Z [3845/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-09-07T07:06:53.6669960Z [3846/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-09-07T07:06:53.6764260Z [3847/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-09-07T07:06:53.6806960Z [3848/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-09-07T07:06:53.7178330Z [3849/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2025-09-07T07:06:53.7211910Z [3850/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-09-07T07:06:53.7281260Z [3851/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-09-07T07:06:53.7470210Z [3852/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-09-07T07:06:53.7567060Z [3853/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-09-07T07:06:53.7771600Z [3854/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-09-07T07:06:53.7781110Z [3855/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-09-07T07:06:53.7876570Z [3856/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-09-07T07:06:53.8240930Z [3857/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-09-07T07:06:53.8376670Z [3858/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-09-07T07:06:53.8386200Z [3859/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-09-07T07:06:53.8411840Z [3860/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-09-07T07:06:53.8586020Z [3861/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-09-07T07:06:53.8888480Z [3862/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-09-07T07:06:53.8990720Z [3863/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-09-07T07:06:53.9519820Z [3864/5684] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-09-07T07:06:54.0021250Z [3865/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2025-09-07T07:06:54.5628280Z [3866/5684] Building CXX object confu-deps/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-09-07T07:06:54.5787520Z [3867/5684] Building CXX object confu-deps/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-09-07T07:06:54.6542590Z [3868/5684] Generating build_identifier.c 2025-09-07T07:06:54.6743630Z [3869/5684] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2025-09-07T07:06:54.7553310Z [3870/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2025-09-07T07:06:54.8655840Z [3871/5684] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2025-09-07T07:06:54.8960550Z [3872/5684] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2025-09-07T07:06:55.2666040Z [3873/5684] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2025-09-07T07:06:55.7888760Z [3874/5684] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2025-09-07T07:06:56.1169650Z [3875/5684] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2025-09-07T07:06:56.2054310Z [3876/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2025-09-07T07:06:57.6680800Z [3877/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2025-09-07T07:07:00.5520550Z [3878/5684] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2025-09-07T07:07:00.8302540Z [3879/5684] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2025-09-07T07:07:01.5902070Z [3880/5684] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2025-09-07T07:07:01.6688300Z [3881/5684] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2025-09-07T07:07:01.8587040Z [3882/5684] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2025-09-07T07:07:02.0433060Z [3883/5684] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2025-09-07T07:07:02.3117740Z [3884/5684] Building CXX object c10/test/CMakeFiles/c10_small_vector_test.dir/util/small_vector_test.cpp.o 2025-09-07T07:07:02.3306890Z [3885/5684] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2025-09-07T07:07:02.7359210Z [3886/5684] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2025-09-07T07:07:02.9534710Z [3887/5684] Building CXX object caffe2/CMakeFiles/cpu_allocator_test.dir/__/aten/src/ATen/test/cpu_allocator_test.cpp.o 2025-09-07T07:07:06.4071180Z [3888/5684] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2025-09-07T07:07:06.7010110Z [3889/5684] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2025-09-07T07:07:07.0236570Z [3890/5684] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2025-09-07T07:07:07.2347470Z [3891/5684] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2025-09-07T07:07:07.4957250Z [3892/5684] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2025-09-07T07:07:08.0777710Z [3893/5684] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2025-09-07T07:07:08.2186920Z [3894/5684] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2025-09-07T07:07:08.5103140Z [3895/5684] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2025-09-07T07:07:08.5437980Z [3896/5684] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2025-09-07T07:07:12.0876230Z [3897/5684] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2025-09-07T07:07:12.5264720Z [3898/5684] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2025-09-07T07:07:12.7453660Z [3899/5684] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2025-09-07T07:07:13.4579430Z [3900/5684] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2025-09-07T07:07:14.5912980Z [3901/5684] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2025-09-07T07:07:14.8364430Z [3902/5684] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2025-09-07T07:07:16.5421390Z [3903/5684] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2025-09-07T07:07:17.3291430Z [3904/5684] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2025-09-07T07:07:18.2017740Z [3905/5684] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2025-09-07T07:07:18.2118080Z [3906/5684] Building CXX object caffe2/CMakeFiles/StorageUtils_test.dir/__/aten/src/ATen/test/StorageUtils_test.cpp.o 2025-09-07T07:07:18.8715130Z [3907/5684] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2025-09-07T07:07:18.8916780Z [3908/5684] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2025-09-07T07:07:19.0321700Z [3909/5684] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2025-09-07T07:07:19.3335410Z [3910/5684] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2025-09-07T07:07:20.0489680Z [3911/5684] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2025-09-07T07:07:20.5877750Z [3912/5684] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2025-09-07T07:07:22.1711530Z [3913/5684] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2025-09-07T07:07:22.5234910Z [3914/5684] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2025-09-07T07:07:23.3207460Z [3915/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2025-09-07T07:07:23.8704220Z [3916/5684] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2025-09-07T07:07:24.2517670Z [3917/5684] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2025-09-07T07:07:24.2676600Z [3918/5684] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2025-09-07T07:07:24.9315870Z [3919/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/source_range_test.cpp.o 2025-09-07T07:07:25.3017040Z [3920/5684] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2025-09-07T07:07:26.1674490Z [3921/5684] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2025-09-07T07:07:26.6793260Z [3922/5684] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2025-09-07T07:07:27.1007020Z [3923/5684] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2025-09-07T07:07:27.8328790Z [3924/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2025-09-07T07:07:30.1453500Z [3925/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2025-09-07T07:07:30.3224060Z [3926/5684] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2025-09-07T07:07:30.3272700Z [3927/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2025-09-07T07:07:30.9824720Z [3928/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2025-09-07T07:07:32.1087510Z [3929/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2025-09-07T07:07:34.7884780Z [3930/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2025-09-07T07:07:35.3396770Z [3931/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2025-09-07T07:07:36.0225520Z [3932/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2025-09-07T07:07:37.0374590Z [3933/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2025-09-07T07:07:37.6374420Z [3934/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2025-09-07T07:07:37.7581170Z [3935/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2025-09-07T07:07:38.3951270Z [3936/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/triton/CpuTritonKernelManager.cpp.o 2025-09-07T07:07:39.5465100Z [3937/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2025-09-07T07:07:39.7272370Z [3938/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2025-09-07T07:07:41.2116730Z [3939/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/graph/passes/pass_manager/PassManager.cpp.o 2025-09-07T07:07:42.0759020Z [3940/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2025-09-07T07:07:42.8884340Z [3941/5684] Building CXX object test_cpp_c10d/CMakeFiles/BackoffTest.dir/BackoffTest.cpp.o 2025-09-07T07:07:42.9894290Z [3942/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/graph/passes/pass_manager/GraphPasses.cpp.o 2025-09-07T07:07:43.1943710Z [3943/5684] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2025-09-07T07:07:43.7966550Z [3944/5684] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2025-09-07T07:07:44.5266750Z [3945/5684] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2025-09-07T07:07:44.7373290Z [3946/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/graph/passes/SubgraphRewriter.cpp.o 2025-09-07T07:07:44.8683300Z [3947/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/DelegateExecutor.cpp.o 2025-09-07T07:07:45.2676290Z [3948/5684] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2025-09-07T07:07:45.6603240Z [3949/5684] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2025-09-07T07:07:45.8231540Z [3950/5684] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2025-09-07T07:07:46.5861020Z [3951/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/kernels/TritonKernel.cpp.o 2025-09-07T07:07:47.4604790Z [3952/5684] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2025-09-07T07:07:49.2963860Z [3953/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/kernels/KernelHandlerRegistry.cpp.o 2025-09-07T07:07:51.3141110Z [3954/5684] Building CXX object test_inductor/CMakeFiles/aoti_custom_ops.dir/custom_ops.cpp.o 2025-09-07T07:07:52.3991870Z [3955/5684] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2025-09-07T07:07:53.7148060Z [3956/5684] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2025-09-07T07:07:55.5466710Z [3957/5684] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2025-09-07T07:07:56.9013720Z [3958/5684] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2025-09-07T07:07:57.2446310Z [3959/5684] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2025-09-07T07:07:58.1027010Z [3960/5684] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2025-09-07T07:07:58.4874150Z [3961/5684] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2025-09-07T07:07:59.7114870Z [3962/5684] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2025-09-07T07:08:05.9631680Z [3963/5684] Building CXX object test_api/CMakeFiles/test_api.dir/ivalue.cpp.o 2025-09-07T07:08:06.4550100Z [3964/5684] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2025-09-07T07:08:06.4963140Z [3965/5684] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2025-09-07T07:08:07.5085940Z [3966/5684] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2025-09-07T07:08:08.1055520Z [3967/5684] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2025-09-07T07:08:08.7022270Z [3968/5684] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2025-09-07T07:08:15.2226460Z [3969/5684] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2025-09-07T07:08:17.4095790Z [3970/5684] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2025-09-07T07:08:18.4226720Z [3971/5684] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2025-09-07T07:08:18.5745230Z [3972/5684] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2025-09-07T07:08:19.4329840Z [3973/5684] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2025-09-07T07:08:19.6901800Z [3974/5684] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2025-09-07T07:08:19.8923280Z [3975/5684] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2025-09-07T07:08:20.9350220Z [3976/5684] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2025-09-07T07:08:21.2505500Z [3977/5684] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2025-09-07T07:08:25.0791840Z [3978/5684] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2025-09-07T07:08:30.0247360Z [3979/5684] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2025-09-07T07:08:31.0020620Z [3980/5684] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2025-09-07T07:08:32.8390070Z [3981/5684] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2025-09-07T07:08:33.9699480Z [3982/5684] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2025-09-07T07:08:35.1184710Z [3983/5684] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2025-09-07T07:08:36.9768490Z [3984/5684] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2025-09-07T07:08:38.0300660Z [3985/5684] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2025-09-07T07:08:38.3009870Z [3986/5684] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2025-09-07T07:08:38.7425600Z [3987/5684] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2025-09-07T07:08:41.6019990Z [3988/5684] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2025-09-07T07:08:41.6120350Z [3989/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2025-09-07T07:08:41.9632390Z [3990/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2025-09-07T07:08:44.0989130Z [3991/5684] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2025-09-07T07:08:45.3944980Z [3992/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2025-09-07T07:08:45.6742930Z [3993/5684] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2025-09-07T07:08:45.7248010Z [3994/5684] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2025-09-07T07:08:48.1920970Z [3995/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2025-09-07T07:08:49.1350710Z [3996/5684] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2025-09-07T07:08:49.6329960Z [3997/5684] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2025-09-07T07:08:50.0845960Z [3998/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2025-09-07T07:08:50.3652250Z [3999/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2025-09-07T07:08:51.6655680Z [4000/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2025-09-07T07:08:53.8177290Z [4001/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lexer.cpp.o 2025-09-07T07:08:54.6480290Z [4002/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2025-09-07T07:08:54.6817500Z [4003/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2025-09-07T07:08:54.8320330Z [4004/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2025-09-07T07:08:55.0805480Z [4005/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2025-09-07T07:08:56.2292950Z [4006/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2025-09-07T07:08:57.1734060Z [4007/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2025-09-07T07:08:58.8673400Z [4008/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2025-09-07T07:08:59.4745450Z [4009/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2025-09-07T07:09:00.8002040Z [4010/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2025-09-07T07:09:00.8474640Z [4011/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2025-09-07T07:09:01.1206910Z [4012/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2025-09-07T07:09:02.9006170Z [4013/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2025-09-07T07:09:06.2694060Z [4014/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2025-09-07T07:09:07.1776630Z [4015/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2025-09-07T07:09:07.3115470Z [4016/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2025-09-07T07:09:07.3709010Z [4017/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2025-09-07T07:09:09.2577560Z [4018/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2025-09-07T07:09:09.4758790Z [4019/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2025-09-07T07:09:10.6492470Z [4020/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2025-09-07T07:09:10.9199310Z [4021/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2025-09-07T07:09:11.3592720Z [4022/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_te.cpp.o 2025-09-07T07:09:11.6704440Z [4023/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2025-09-07T07:09:12.2963390Z [4024/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2025-09-07T07:09:12.8483100Z [4025/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2025-09-07T07:09:13.4445860Z [4026/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2025-09-07T07:09:13.6643510Z [4027/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/common/main.cpp.o 2025-09-07T07:09:13.8100490Z [4028/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2025-09-07T07:09:14.2933660Z [4029/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2025-09-07T07:09:15.1839500Z [4030/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2025-09-07T07:09:15.4390580Z [4031/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2025-09-07T07:09:16.4224850Z [4032/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_file_util.cpp.o 2025-09-07T07:09:17.0146540Z [4033/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2025-09-07T07:09:18.1127130Z [4034/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2025-09-07T07:09:19.3605470Z [4035/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_function_schema.cpp.o 2025-09-07T07:09:19.5567080Z [4036/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2025-09-07T07:09:20.6619220Z [4037/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_layout_planner_algorithm.cpp.o 2025-09-07T07:09:21.1687960Z [4038/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_execution_planner.cpp.o 2025-09-07T07:09:21.6387470Z [4039/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_execution_frame.cpp.o 2025-09-07T07:09:22.7230460Z [4040/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_mpmc_queue.cpp.o 2025-09-07T07:09:23.3544610Z [4041/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_alias_analyzer.cpp.o 2025-09-07T07:09:23.8904970Z [4042/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_placement.cpp.o 2025-09-07T07:09:24.1242980Z [4043/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_graph_signature.cpp.o 2025-09-07T07:09:25.8159250Z [4044/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_graph.cpp.o 2025-09-07T07:09:28.2955690Z [4045/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_c10_kernel.cpp.o 2025-09-07T07:09:28.5664310Z [4046/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_itree.cpp.o 2025-09-07T07:09:28.6425260Z [4047/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_op_kernel.cpp.o 2025-09-07T07:09:28.6686840Z [4048/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_pass_manager.cpp.o 2025-09-07T07:09:29.0401920Z [4049/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_tensor_meta.cpp.o 2025-09-07T07:09:30.2577860Z [4050/5684] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2025-09-07T07:09:30.7464330Z [4051/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_static_dispatch_kernel_registration.cpp.o 2025-09-07T07:09:31.1874350Z [4052/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_serialization.cpp.o 2025-09-07T07:09:31.4375580Z [4053/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_layout_planner.cpp.o 2025-09-07T07:09:33.2098270Z [4054/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/graph/TensorMeta.cpp.o 2025-09-07T07:09:35.1660290Z [4055/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_triton_kernel_manager_registration.cpp.o 2025-09-07T07:09:37.4104630Z [4056/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/graph/GraphUtils.cpp.o 2025-09-07T07:09:38.0273030Z [4057/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/graph/GraphSignature.cpp.o 2025-09-07T07:09:39.0007780Z [4058/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/PlacementUtils.cpp.o 2025-09-07T07:09:39.1081290Z [4059/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/graph/GraphPasses.cpp.o 2025-09-07T07:09:39.8868570Z [4060/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/common/FileUtil.cpp.o 2025-09-07T07:09:41.5613540Z [4061/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/memory/FunctionSchema.cpp.o 2025-09-07T07:09:42.4437880Z [4062/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/OpKernel.cpp.o 2025-09-07T07:09:42.8738790Z [4063/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/memory/Bump.cpp.o 2025-09-07T07:09:43.6407690Z [4064/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/graph/Serialization.cpp.o 2025-09-07T07:09:44.0294430Z [4065/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/graph/Graph.cpp.o 2025-09-07T07:09:44.7125440Z [4066/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/memory/GreedyBySize.cpp.o 2025-09-07T07:09:45.0829690Z [4067/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_static_kernel_ops.cpp.o 2025-09-07T07:09:45.3037500Z [4068/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/memory/DisjointStorageGroups.cpp.o 2025-09-07T07:09:46.2290530Z [4069/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/test_weights.cpp.o 2025-09-07T07:09:46.9113600Z [4070/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/Weights.cpp.o 2025-09-07T07:09:47.4931240Z [4071/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/ModelRunner.cpp.o 2025-09-07T07:09:48.2323970Z [4072/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/ExecutionPlanner.cpp.o 2025-09-07T07:09:48.5257170Z [4073/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/detail/ITree.cpp.o 2025-09-07T07:09:49.6105770Z [4074/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/kernels/C10Kernel.cpp.o 2025-09-07T07:09:50.4593160Z [4075/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/ExecutionFrame.cpp.o 2025-09-07T07:09:52.2857900Z [4076/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/memory/LayoutManager.cpp.o 2025-09-07T07:09:52.3906300Z [4077/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/memory/LayoutPlanner.cpp.o 2025-09-07T07:09:52.9145020Z [4078/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/Executor.cpp.o 2025-09-07T07:09:54.0690990Z [4079/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/memory/AliasAnalyzer.cpp.o 2025-09-07T07:09:55.7202860Z [4080/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/GraphExecutorBase.cpp.o 2025-09-07T07:09:55.7524840Z [4081/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/ConstantFolder.cpp.o 2025-09-07T07:09:56.1366870Z [4082/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/SerialGraphExecutor.cpp.o 2025-09-07T07:09:58.2038850Z [4083/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/executor/ParallelGraphExecutor.cpp.o 2025-09-07T07:09:59.3794400Z [4084/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/kernels/CallTorchBindKernel.cpp.o 2025-09-07T07:09:59.9958570Z [4085/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2025-09-07T07:10:00.0355570Z [4086/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/kernels/KernelFactory.cpp.o 2025-09-07T07:10:00.4623910Z [4087/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2025-09-07T07:10:01.5413460Z [4088/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/kernels/AutoFunctionalizeKernel.cpp.o 2025-09-07T07:10:01.7320170Z [4089/5684] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2025-09-07T07:10:02.4737060Z [4090/5684] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2025-09-07T07:10:03.0255140Z [4091/5684] Building CXX object test_nativert/CMakeFiles/test_nativert.dir/__/__/__/torch/nativert/kernels/HigherOrderKernel.cpp.o 2025-09-07T07:10:04.1601080Z [4092/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2025-09-07T07:10:05.3719770Z [4093/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2025-09-07T07:10:05.7364090Z [4094/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2025-09-07T07:10:06.5066820Z [4095/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2025-09-07T07:10:06.8685090Z [4096/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2025-09-07T07:10:07.1169840Z [4097/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2025-09-07T07:10:07.2626700Z [4098/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2025-09-07T07:10:08.0513070Z [4099/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2025-09-07T07:10:08.5895660Z [4100/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2025-09-07T07:10:09.1608210Z [4101/5684] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2025-09-07T07:10:09.2112370Z [4102/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2025-09-07T07:10:09.4721890Z [4103/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2025-09-07T07:10:10.6838690Z [4104/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2025-09-07T07:10:12.7474650Z [4105/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2025-09-07T07:10:12.9222120Z [4106/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2025-09-07T07:10:12.9873420Z [4107/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2025-09-07T07:10:13.0442310Z [4108/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2025-09-07T07:10:13.5578410Z [4109/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2025-09-07T07:10:14.9768430Z [4110/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2025-09-07T07:10:16.1198330Z [4111/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2025-09-07T07:10:17.9456370Z [4112/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2025-09-07T07:10:20.8145780Z [4113/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2025-09-07T07:10:22.8960630Z [4114/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2025-09-07T07:10:24.6133230Z [4115/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2025-09-07T07:10:25.3647780Z [4116/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2025-09-07T07:10:25.9594510Z [4117/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2025-09-07T07:10:25.9895660Z [4118/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2025-09-07T07:10:26.5748530Z [4119/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2025-09-07T07:10:27.4204290Z [4120/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2025-09-07T07:10:30.3778620Z [4121/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2025-09-07T07:10:33.9616230Z [4122/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2025-09-07T07:10:35.0238620Z [4123/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2025-09-07T07:10:37.7673320Z [4124/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2025-09-07T07:10:37.8405180Z [4125/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2025-09-07T07:10:38.8007080Z [4126/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2025-09-07T07:10:40.0079370Z [4127/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2025-09-07T07:10:42.0698690Z [4128/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2025-09-07T07:10:44.6185600Z [4129/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2025-09-07T07:10:45.0680060Z [4130/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/combined_traceback.cpp.o 2025-09-07T07:10:47.8710750Z [4131/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2025-09-07T07:10:48.3136650Z [4132/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2025-09-07T07:10:49.6629730Z [4133/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/device_lazy_init.cpp.o 2025-09-07T07:10:50.1227040Z [4134/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2025-09-07T07:10:51.4361720Z [4135/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2025-09-07T07:10:52.0806600Z [4136/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2025-09-07T07:10:52.2111750Z [4137/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2025-09-07T07:10:54.3513600Z [4138/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2025-09-07T07:10:54.5141560Z [4139/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2025-09-07T07:10:54.7918410Z [4140/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pyobject_preservation.cpp.o 2025-09-07T07:10:57.1022030Z [4141/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2025-09-07T07:10:57.3750060Z [4142/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2025-09-07T07:10:57.9177860Z [4143/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2025-09-07T07:10:57.9604220Z [4144/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2025-09-07T07:10:59.6296690Z [4145/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2025-09-07T07:11:01.6968610Z [4146/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2025-09-07T07:11:01.7443290Z [4147/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2025-09-07T07:11:01.7748740Z [4148/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2025-09-07T07:11:01.9103580Z [4149/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2025-09-07T07:11:02.5925420Z [4150/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2025-09-07T07:11:02.7765450Z [4151/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2025-09-07T07:11:02.9612930Z [4152/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2025-09-07T07:11:03.5467500Z [4153/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2025-09-07T07:11:06.3561200Z [4154/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2025-09-07T07:11:07.1785790Z [4155/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2025-09-07T07:11:07.3432030Z [4156/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cpu/Module.cpp.o 2025-09-07T07:11:07.6039130Z [4157/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/instruction_counter/Module.cpp.o 2025-09-07T07:11:08.3982520Z [4158/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2025-09-07T07:11:09.5415330Z [4159/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2025-09-07T07:11:11.8627930Z [4160/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2025-09-07T07:11:13.8170320Z [4161/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2025-09-07T07:11:14.0438730Z [4162/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2025-09-07T07:11:14.3066400Z [4163/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2025-09-07T07:11:15.3384680Z [4164/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2025-09-07T07:11:20.2914580Z [4165/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/nativert/python/Bindings.cpp.o 2025-09-07T07:11:20.5145800Z [4166/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2025-09-07T07:11:22.0590230Z [4167/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2025-09-07T07:11:22.4009920Z [4168/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2025-09-07T07:11:25.8027830Z [4169/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2025-09-07T07:11:27.5432690Z [4170/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2025-09-07T07:11:28.3620720Z [4171/5684] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2025-09-07T07:11:28.9180940Z [4172/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2025-09-07T07:11:28.9387890Z [4173/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2025-09-07T07:11:29.4251940Z [4174/5684] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2025-09-07T07:11:30.1795300Z [4175/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2025-09-07T07:11:30.4204710Z [4176/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2025-09-07T07:11:30.7297440Z [4177/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/control_plane/PythonHandlers.cpp.o 2025-09-07T07:11:31.2095020Z [4178/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2025-09-07T07:11:31.2505200Z [4179/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2025-09-07T07:11:32.5541440Z [4180/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2025-09-07T07:11:36.1682650Z [4181/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2025-09-07T07:11:36.8173020Z [4182/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2025-09-07T07:11:36.9008600Z [4183/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2025-09-07T07:11:37.8946800Z [4184/5684] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2025-09-07T07:11:37.9049800Z [4185/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2025-09-07T07:11:38.3357540Z [4186/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2025-09-07T07:11:38.9005160Z [4187/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2025-09-07T07:11:39.0573790Z [4188/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2025-09-07T07:11:39.6683340Z [4189/5684] Building CXX object test_api/CMakeFiles/test_api.dir/nested_int.cpp.o 2025-09-07T07:11:39.8594480Z [4190/5684] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2025-09-07T07:11:39.8792220Z [4191/5684] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2025-09-07T07:11:41.0725150Z [4192/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2025-09-07T07:11:41.3722060Z [4193/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2025-09-07T07:11:42.3455460Z [4194/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2025-09-07T07:11:48.7334590Z [4195/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_graph_executor.cpp.o 2025-09-07T07:11:49.5868900Z [4196/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2025-09-07T07:11:51.2697980Z [4197/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2025-09-07T07:11:51.3695140Z [4198/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2025-09-07T07:11:51.5680190Z [4199/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2025-09-07T07:11:52.4879460Z [4200/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2025-09-07T07:11:53.0099170Z [4201/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2025-09-07T07:11:57.6144130Z [4202/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2025-09-07T07:12:01.8045910Z [4203/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2025-09-07T07:12:01.8148710Z [4204/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2025-09-07T07:12:02.3762180Z [4205/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2025-09-07T07:12:02.8146860Z [4206/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2025-09-07T07:12:03.4654420Z [4207/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2025-09-07T07:12:04.1134030Z [4208/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2025-09-07T07:12:06.6402910Z [4209/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2025-09-07T07:12:08.3508610Z [4210/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2025-09-07T07:12:08.4525760Z [4211/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DeviceAccelerator.cpp.o 2025-09-07T07:12:08.7177860Z [4212/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2025-09-07T07:12:08.7852220Z [4213/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2025-09-07T07:12:10.6085530Z [4214/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2025-09-07T07:12:10.8472890Z [4215/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2025-09-07T07:12:10.9948230Z [4216/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2025-09-07T07:12:12.5422480Z [4217/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2025-09-07T07:12:13.4107440Z [4218/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2025-09-07T07:12:13.4744840Z [4219/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2025-09-07T07:12:15.2419360Z [4220/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2025-09-07T07:12:15.5047590Z [4221/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2025-09-07T07:12:16.4281180Z [4222/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreterHooks.cpp.o 2025-09-07T07:12:16.8351760Z [4223/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2025-09-07T07:12:18.2390120Z [4224/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2025-09-07T07:12:20.0792460Z [4225/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2025-09-07T07:12:21.1201980Z [4226/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2025-09-07T07:12:22.0333000Z [4227/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2025-09-07T07:12:24.4590320Z [4228/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreter.cpp.o 2025-09-07T07:12:27.1278400Z [4229/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2025-09-07T07:12:27.6911660Z [4230/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2025-09-07T07:12:28.7063940Z [4231/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2025-09-07T07:12:28.7393040Z [4232/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2025-09-07T07:12:30.3311710Z [4233/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2025-09-07T07:12:30.6042930Z [4234/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Event.cpp.o 2025-09-07T07:12:31.2893980Z [4235/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2025-09-07T07:12:34.6036100Z [4236/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2025-09-07T07:12:34.8637580Z [4237/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2025-09-07T07:12:34.9104260Z [4238/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2025-09-07T07:12:38.4062230Z [4239/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2025-09-07T07:12:38.7024350Z [4240/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2025-09-07T07:12:39.3542490Z [4241/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2025-09-07T07:12:40.7011230Z [4242/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2025-09-07T07:12:44.5038770Z [4243/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2025-09-07T07:12:44.7920100Z [4244/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2025-09-07T07:12:46.6634550Z [4245/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2025-09-07T07:12:46.8571360Z [4246/5684] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpython_defs.c.o 2025-09-07T07:12:47.0041500Z [4247/5684] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2025-09-07T07:12:47.1269020Z [4248/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpp_shim.cpp.o 2025-09-07T07:12:49.0417250Z [4249/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2025-09-07T07:12:49.2242550Z [4250/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2025-09-07T07:12:49.4228340Z [4251/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cache_entry.cpp.o 2025-09-07T07:12:50.0145890Z [4252/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2025-09-07T07:12:50.2153660Z [4253/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2025-09-07T07:12:51.9828180Z [4254/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame_cpp.cpp.o 2025-09-07T07:12:52.1822680Z [4255/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/extra_state.cpp.o 2025-09-07T07:12:52.5463460Z [4256/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/fx/node.cpp.o 2025-09-07T07:12:53.7897500Z [4257/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/framelocals_mapping.cpp.o 2025-09-07T07:12:54.1395260Z [4258/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/utils.cpp.o 2025-09-07T07:12:55.2293170Z [4259/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2025-09-07T07:12:56.3288910Z [4260/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/export/upgrader.cpp.o 2025-09-07T07:12:57.0014930Z [4261/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/python_compiled_autograd.cpp.o 2025-09-07T07:12:57.0625260Z [4262/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/export/example_upgraders.cpp.o 2025-09-07T07:12:59.5003790Z [4263/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2025-09-07T07:13:01.0819430Z [4264/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mtia/Module.cpp.o 2025-09-07T07:13:01.1223120Z [4265/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/static_cuda_launcher.cpp.o 2025-09-07T07:13:03.4148440Z [4266/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_package/pybind.cpp.o 2025-09-07T07:13:04.3949060Z [4267/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_runner/pybind.cpp.o 2025-09-07T07:13:04.6798020Z [4268/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mps/Module.cpp.o 2025-09-07T07:13:04.7299980Z [4269/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/resize_storage_bytes.cpp.o 2025-09-07T07:13:04.8413350Z [4270/5684] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2025-09-07T07:13:04.9234040Z [4271/5684] Building C object functorch/CMakeFiles/functorch.dir/csrc/dim/dim_opcode.c.o 2025-09-07T07:13:06.3727920Z [4272/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_meta_info.cpp.o 2025-09-07T07:13:07.4770650Z [4273/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_holder.cpp.o 2025-09-07T07:13:07.8083180Z [4274/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2025-09-07T07:13:08.6096650Z [4275/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2025-09-07T07:13:10.2433980Z [4276/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2025-09-07T07:13:11.3986740Z [4277/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/export/pybind.cpp.o 2025-09-07T07:13:11.6292300Z [4278/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2025-09-07T07:13:12.2639470Z [4279/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2025-09-07T07:13:14.3320930Z [4280/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2025-09-07T07:13:15.2448880Z [4281/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2025-09-07T07:13:17.1141800Z [4282/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2025-09-07T07:13:17.2029080Z [4283/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2025-09-07T07:13:17.7522160Z [4284/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2025-09-07T07:13:18.0493120Z [4285/5684] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2025-09-07T07:13:18.5589390Z [4286/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2025-09-07T07:13:19.3847720Z [4287/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2025-09-07T07:13:20.1118510Z [4288/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2025-09-07T07:13:20.1724250Z [4289/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2025-09-07T07:13:20.3155560Z [4290/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2025-09-07T07:13:20.8527900Z [4291/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2025-09-07T07:13:21.0167190Z [4292/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2025-09-07T07:13:21.5738610Z [4293/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2025-09-07T07:13:22.1152460Z [4294/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2025-09-07T07:13:23.1475420Z [4295/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2025-09-07T07:13:24.0289710Z [4296/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2025-09-07T07:13:24.2021650Z [4297/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2025-09-07T07:13:24.6317350Z [4298/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2025-09-07T07:13:24.9776680Z [4299/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2025-09-07T07:13:25.0886880Z [4300/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2025-09-07T07:13:26.6525840Z [4301/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2025-09-07T07:13:26.8431960Z [4302/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2025-09-07T07:13:26.8532030Z [4303/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2025-09-07T07:13:27.7684390Z [4304/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2025-09-07T07:13:27.8691100Z [4305/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2025-09-07T07:13:28.1720570Z [4306/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2025-09-07T07:13:29.9209590Z [4307/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2025-09-07T07:13:30.2894360Z [4308/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2025-09-07T07:13:31.0399710Z [4309/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2025-09-07T07:13:31.6961880Z [4310/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2025-09-07T07:13:32.0057390Z [4311/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SparseTensorUtils.cpp.o 2025-09-07T07:13:32.3569390Z [4312/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2025-09-07T07:13:33.5495830Z [4313/5684] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2025-09-07T07:13:34.1609590Z [4314/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2025-09-07T07:13:34.2311560Z [4315/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2025-09-07T07:13:34.7632940Z [4316/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2025-09-07T07:13:34.7992930Z [4317/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2025-09-07T07:13:36.5599520Z [4318/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2025-09-07T07:13:36.6859030Z [4319/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2025-09-07T07:13:36.9708600Z [4320/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2025-09-07T07:13:37.2926310Z [4321/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2025-09-07T07:13:37.5235180Z [4322/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2025-09-07T07:13:38.4975490Z [4323/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2025-09-07T07:13:38.9198850Z [4324/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2025-09-07T07:13:39.2631750Z [4325/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2025-09-07T07:13:39.6509200Z [4326/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2025-09-07T07:13:39.7963720Z [4327/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2025-09-07T07:13:40.8281610Z [4328/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2025-09-07T07:13:41.5571030Z [4329/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2025-09-07T07:13:41.7481360Z [4330/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2025-09-07T07:13:41.9890360Z [4331/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2025-09-07T07:13:42.0305520Z [4332/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2025-09-07T07:13:42.2521870Z [4333/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2025-09-07T07:13:42.6343300Z [4334/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2025-09-07T07:13:42.9006310Z [4335/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2025-09-07T07:13:42.9296440Z [4336/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2025-09-07T07:13:43.8962140Z [4337/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2025-09-07T07:13:44.1126800Z [4338/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2025-09-07T07:13:44.2366370Z [4339/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2025-09-07T07:13:44.6206850Z [4340/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2025-09-07T07:13:44.8803550Z [4341/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2025-09-07T07:13:45.1672000Z [4342/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2025-09-07T07:13:45.8392060Z [4343/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2025-09-07T07:13:46.0240120Z [4344/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2025-09-07T07:13:46.1740540Z [4345/5684] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2025-09-07T07:13:46.3619940Z [4346/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2025-09-07T07:13:47.1950490Z [4347/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2025-09-07T07:13:47.3355360Z [4348/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2025-09-07T07:13:48.6698420Z [4349/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2025-09-07T07:13:49.1093220Z [4350/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2025-09-07T07:13:49.1439710Z [4351/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2025-09-07T07:13:49.7071470Z [4352/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp.o 2025-09-07T07:13:49.7952440Z [4353/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2025-09-07T07:13:50.1966170Z [4354/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2025-09-07T07:13:50.2158800Z [4355/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2025-09-07T07:13:51.5758920Z [4356/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2025-09-07T07:13:51.8825490Z [4357/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2025-09-07T07:13:52.0635040Z [4358/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2025-09-07T07:13:52.1362440Z [4359/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2025-09-07T07:13:52.6856840Z [4360/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2025-09-07T07:13:54.1801340Z [4361/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2025-09-07T07:13:54.6754090Z [4362/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2025-09-07T07:13:55.5550770Z [4363/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2025-09-07T07:13:56.1662620Z [4364/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2025-09-07T07:13:56.8878220Z [4365/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2025-09-07T07:13:57.2439070Z [4366/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2025-09-07T07:13:57.4670800Z [4367/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2025-09-07T07:13:57.9892550Z [4368/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2025-09-07T07:13:58.0553380Z [4369/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2025-09-07T07:13:58.8036630Z [4370/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2025-09-07T07:13:59.3043970Z [4371/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2025-09-07T07:13:59.8572030Z [4372/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2025-09-07T07:14:00.1602660Z [4373/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2025-09-07T07:14:00.6954930Z [4374/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2025-09-07T07:14:02.6021390Z [4375/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2025-09-07T07:14:02.6224530Z [4376/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2025-09-07T07:14:02.9915190Z [4377/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2025-09-07T07:14:03.0683740Z [4378/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2025-09-07T07:14:03.2915630Z [4379/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2025-09-07T07:14:05.2225400Z [4380/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2025-09-07T07:14:05.2643130Z [4381/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ACLUtils.cpp.o 2025-09-07T07:14:05.9039690Z [4382/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2025-09-07T07:14:07.5127650Z [4383/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2025-09-07T07:14:07.8868990Z [4384/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2025-09-07T07:14:07.9671500Z [4385/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2025-09-07T07:14:07.9874150Z [4386/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2025-09-07T07:14:08.1063460Z [4387/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2025-09-07T07:14:09.0492760Z [4388/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2025-09-07T07:14:09.0592890Z [4389/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2025-09-07T07:14:10.9410980Z [4390/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2025-09-07T07:14:11.3343470Z [4391/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2025-09-07T07:14:11.3751770Z [4392/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2025-09-07T07:14:11.4127220Z [4393/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2025-09-07T07:14:11.5047430Z [4394/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2025-09-07T07:14:12.2381230Z [4395/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2025-09-07T07:14:13.1106890Z [4396/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2025-09-07T07:14:13.4823080Z [4397/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2025-09-07T07:14:14.0011960Z [4398/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2025-09-07T07:14:14.3856070Z [4399/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2025-09-07T07:14:14.3958770Z [4400/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2025-09-07T07:14:16.3360240Z [4401/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2025-09-07T07:14:16.5775350Z [4402/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2025-09-07T07:14:16.7730310Z [4403/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2025-09-07T07:14:16.7753120Z [4404/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2025-09-07T07:14:17.1803520Z [4405/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2025-09-07T07:14:17.4996380Z [4406/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2025-09-07T07:14:19.4725230Z [4407/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2025-09-07T07:14:19.7132480Z [4408/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2025-09-07T07:14:20.5367670Z [4409/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2025-09-07T07:14:20.5533570Z [4410/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU_0.cpp.o 2025-09-07T07:14:20.8249870Z [4411/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2025-09-07T07:14:21.1876470Z [4412/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2025-09-07T07:14:21.9868300Z [4413/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2025-09-07T07:14:23.9098680Z [4414/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2025-09-07T07:14:24.1387670Z [4415/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2025-09-07T07:14:24.3600700Z [4416/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2025-09-07T07:14:25.0589730Z [4417/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2025-09-07T07:14:25.6686300Z [4418/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2025-09-07T07:14:26.0870930Z [4419/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2025-09-07T07:14:26.2786120Z [4420/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2025-09-07T07:14:26.2813380Z [4421/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2025-09-07T07:14:26.5162420Z [4422/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2025-09-07T07:14:28.0192650Z [4423/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2025-09-07T07:14:28.0807450Z [4424/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2025-09-07T07:14:29.1720060Z [4425/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2025-09-07T07:14:29.2322330Z [4426/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2025-09-07T07:14:30.1369680Z [4427/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2025-09-07T07:14:30.2667790Z [4428/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2025-09-07T07:14:30.3160370Z [4429/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2025-09-07T07:14:31.3899170Z [4430/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2025-09-07T07:14:31.8911860Z [4431/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2025-09-07T07:14:31.9264470Z [4432/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/MklAllocationHelper.cpp.o 2025-09-07T07:14:31.9425100Z [4433/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2025-09-07T07:14:32.0508370Z [4434/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2025-09-07T07:14:32.1194050Z [4435/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2025-09-07T07:14:32.4244070Z [4436/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2025-09-07T07:14:32.8547950Z [4437/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2025-09-07T07:14:33.3331680Z [4438/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2025-09-07T07:14:34.2370140Z [4439/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2025-09-07T07:14:34.5192480Z [4440/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2025-09-07T07:14:34.5528740Z [4441/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2025-09-07T07:14:34.5819610Z [4442/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2025-09-07T07:14:34.6981670Z [4443/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2025-09-07T07:14:34.7863460Z [4444/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2025-09-07T07:14:34.8621400Z [4445/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2025-09-07T07:14:35.4783770Z [4446/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2025-09-07T07:14:35.7293050Z [4447/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2025-09-07T07:14:36.2739750Z [4448/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2025-09-07T07:14:36.4245780Z [4449/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2025-09-07T07:14:37.3976280Z [4450/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2025-09-07T07:14:37.5132230Z [4451/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2025-09-07T07:14:37.6379110Z [4452/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2025-09-07T07:14:37.6794800Z [4453/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2025-09-07T07:14:37.7296520Z [4454/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2025-09-07T07:14:37.7717830Z [4455/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2025-09-07T07:14:37.9088950Z [4456/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2025-09-07T07:14:38.8655290Z [4457/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2025-09-07T07:14:38.9860640Z [4458/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2025-09-07T07:14:39.0600640Z [4459/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2025-09-07T07:14:39.1128770Z [4460/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2025-09-07T07:14:39.2044140Z [4461/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2025-09-07T07:14:39.3611940Z [4462/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2025-09-07T07:14:40.6076270Z [4463/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2025-09-07T07:14:40.9577610Z [4464/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2025-09-07T07:14:41.2055010Z [4465/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2025-09-07T07:14:41.4884640Z [4466/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2025-09-07T07:14:41.7146790Z [4467/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2025-09-07T07:14:41.9932520Z [4468/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp.o 2025-09-07T07:14:42.0293240Z [4469/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2025-09-07T07:14:42.3571500Z [4470/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2025-09-07T07:14:42.5960810Z [4471/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2025-09-07T07:14:42.6183620Z [4472/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2025-09-07T07:14:42.6514580Z [4473/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2025-09-07T07:14:42.7235380Z [4474/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RNN.cpp.o 2025-09-07T07:14:43.0440920Z [4475/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2025-09-07T07:14:43.7500210Z [4476/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2025-09-07T07:14:44.5290870Z [4477/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2025-09-07T07:14:44.5537590Z [4478/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2025-09-07T07:14:44.8304530Z [4479/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2025-09-07T07:14:45.4220330Z [4480/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2025-09-07T07:14:45.5923990Z [4481/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalPythonObjects.cpp.o 2025-09-07T07:14:45.6496170Z [4482/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DTensorState.cpp.o 2025-09-07T07:14:45.8574510Z [4483/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DeviceAccelerator.cpp.o 2025-09-07T07:14:46.1957990Z [4484/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2025-09-07T07:14:47.3596430Z [4485/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2025-09-07T07:14:47.4020440Z [4486/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2025-09-07T07:14:47.8836580Z [4487/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2025-09-07T07:14:49.0988330Z [4488/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2025-09-07T07:14:49.6733630Z [4489/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2025-09-07T07:14:49.9164950Z [4490/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2025-09-07T07:14:50.7290700Z [4491/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2025-09-07T07:14:51.0500910Z [4492/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2025-09-07T07:14:51.6619640Z [4493/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2025-09-07T07:14:51.8626740Z [4494/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2025-09-07T07:14:52.1861630Z [4495/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CachedTensorUtils.cpp.o 2025-09-07T07:14:52.3268870Z [4496/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2025-09-07T07:14:53.9366010Z [4497/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2025-09-07T07:14:54.7432220Z [4498/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2025-09-07T07:14:54.9952810Z [4499/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2025-09-07T07:14:55.1631350Z [4500/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedFallback.cpp.o 2025-09-07T07:14:55.5773790Z [4501/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2025-09-07T07:14:55.6448090Z [4502/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2025-09-07T07:14:55.6849960Z [4503/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2025-09-07T07:14:56.3438040Z [4504/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2025-09-07T07:14:56.4623270Z [4505/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2025-09-07T07:14:56.9665920Z [4506/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapMode.cpp.o 2025-09-07T07:14:57.4202020Z [4507/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2025-09-07T07:14:57.5499710Z [4508/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2025-09-07T07:14:58.3340100Z [4509/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedTensorImpl.cpp.o 2025-09-07T07:14:58.6197550Z [4510/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2025-09-07T07:14:59.6058640Z [4511/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2025-09-07T07:14:59.6707160Z [4512/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2025-09-07T07:15:00.1479000Z [4513/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2025-09-07T07:15:01.4277740Z [4514/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2025-09-07T07:15:01.4580760Z [4515/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2025-09-07T07:15:01.6510760Z [4516/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2025-09-07T07:15:02.2458550Z [4517/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapTransforms.cpp.o 2025-09-07T07:15:02.6956930Z [4518/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2025-09-07T07:15:03.3377760Z [4519/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2025-09-07T07:15:04.1857270Z [4520/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/StorageUtils.cpp.o 2025-09-07T07:15:04.2263000Z [4521/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2025-09-07T07:15:04.3486570Z [4522/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2025-09-07T07:15:05.1795610Z [4523/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2025-09-07T07:15:05.6009970Z [4524/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2025-09-07T07:15:05.6211780Z [4525/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2025-09-07T07:15:06.3680200Z [4526/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2025-09-07T07:15:06.4472260Z [4527/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2025-09-07T07:15:06.5586640Z [4528/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2025-09-07T07:15:06.6179780Z [4529/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/Utils.cpp.o 2025-09-07T07:15:06.8466120Z [4530/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchingRegistrations.cpp.o 2025-09-07T07:15:07.2207540Z [4531/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2025-09-07T07:15:08.0718580Z [4532/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2025-09-07T07:15:08.1476410Z [4533/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2025-09-07T07:15:08.3262090Z [4534/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2025-09-07T07:15:09.1949070Z [4535/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HPUHooksInterface.cpp.o 2025-09-07T07:15:09.2125310Z [4536/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/IPUHooksInterface.cpp.o 2025-09-07T07:15:09.4513090Z [4537/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MAIAHooksInterface.cpp.o 2025-09-07T07:15:09.8058040Z [4538/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2025-09-07T07:15:10.0468680Z [4539/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2025-09-07T07:15:10.3879200Z [4540/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MPSHooksInterface.cpp.o 2025-09-07T07:15:10.4371040Z [4541/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MTIAHooksInterface.cpp.o 2025-09-07T07:15:10.6507490Z [4542/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2025-09-07T07:15:10.8012530Z [4543/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp.o 2025-09-07T07:15:11.1588780Z [4544/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/XPUHooksInterface.cpp.o 2025-09-07T07:15:11.6083960Z [4545/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2025-09-07T07:15:14.4822060Z [4546/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2025-09-07T07:15:17.2008700Z [4547/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2025-09-07T07:15:17.2458760Z [4548/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2025-09-07T07:15:19.3274260Z [4549/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2025-09-07T07:15:20.6034630Z [4550/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2025-09-07T07:15:21.5273120Z [4551/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2025-09-07T07:15:22.8315500Z [4552/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2025-09-07T07:15:23.0250490Z [4553/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2025-09-07T07:15:23.1856330Z [4554/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2025-09-07T07:15:24.6143420Z [4555/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2025-09-07T07:15:25.2563570Z [4556/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2025-09-07T07:15:25.7847040Z [4557/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2025-09-07T07:15:25.9253200Z [4558/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesIndexing.cpp.o 2025-09-07T07:15:30.9924220Z [4559/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2025-09-07T07:15:31.8267190Z [4560/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2025-09-07T07:15:34.2502370Z [4561/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2025-09-07T07:15:34.3830620Z [4562/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2025-09-07T07:15:35.0250440Z [4563/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2025-09-07T07:15:36.6702530Z [4564/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2025-09-07T07:15:36.7605100Z [4565/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2025-09-07T07:15:37.0311730Z [4566/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2025-09-07T07:15:37.6351520Z [4567/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2025-09-07T07:15:37.8457870Z [4568/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU_2.cpp.o 2025-09-07T07:15:40.4475930Z [4569/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2025-09-07T07:15:40.7199590Z [4570/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2025-09-07T07:15:41.3668480Z [4571/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2025-09-07T07:15:41.4370230Z [4572/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2025-09-07T07:15:41.6075390Z [4573/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2025-09-07T07:15:42.9812800Z [4574/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2025-09-07T07:15:43.0315030Z [4575/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2025-09-07T07:15:44.3656350Z [4576/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2025-09-07T07:15:44.3756380Z [4577/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2025-09-07T07:15:44.3952680Z [4578/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU_1.cpp.o 2025-09-07T07:15:44.9920330Z [4579/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2025-09-07T07:15:45.0918960Z [4580/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/CachingHostAllocator.cpp.o 2025-09-07T07:15:45.1121980Z [4581/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2025-09-07T07:15:45.4642780Z [4582/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2025-09-07T07:15:45.5456110Z [4583/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2025-09-07T07:15:45.6512710Z [4584/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2025-09-07T07:15:45.8860060Z [4585/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2025-09-07T07:15:46.0082370Z [4586/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2025-09-07T07:15:46.5388680Z [4587/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/GeneratorForPrivateuseone.cpp.o 2025-09-07T07:15:46.8980780Z [4588/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2025-09-07T07:15:47.5476500Z [4589/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2025-09-07T07:15:47.6547740Z [4590/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NestedIntSymNodeImpl.cpp.o 2025-09-07T07:15:47.6667480Z [4591/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2025-09-07T07:15:47.8356950Z [4592/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2025-09-07T07:15:48.0040010Z [4593/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2025-09-07T07:15:48.0363310Z [4594/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2025-09-07T07:15:48.2513160Z [4595/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2025-09-07T07:15:48.4488000Z [4596/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2025-09-07T07:15:48.9805530Z [4597/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/MetaFallbackKernel.cpp.o 2025-09-07T07:15:49.3407300Z [4598/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2025-09-07T07:15:49.5968550Z [4599/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2025-09-07T07:15:49.6931250Z [4600/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2025-09-07T07:15:49.9223960Z [4601/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2025-09-07T07:15:50.0677080Z [4602/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2025-09-07T07:15:50.4456240Z [4603/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2025-09-07T07:15:50.7664220Z [4604/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2025-09-07T07:15:50.7776590Z [4605/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2025-09-07T07:15:50.9899280Z [4606/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2025-09-07T07:15:51.1094350Z [4607/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2025-09-07T07:15:51.1411400Z [4608/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2025-09-07T07:15:51.5259470Z [4609/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2025-09-07T07:15:52.5345120Z [4610/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2025-09-07T07:15:52.6951020Z [4611/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2025-09-07T07:15:52.9398320Z [4612/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2025-09-07T07:15:53.5939590Z [4613/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2025-09-07T07:15:53.8638630Z [4614/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2025-09-07T07:15:53.9168840Z [4615/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2025-09-07T07:15:54.3727780Z [4616/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2025-09-07T07:15:54.6969240Z [4617/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2025-09-07T07:15:54.8188800Z [4618/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2025-09-07T07:15:55.1901440Z [4619/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2025-09-07T07:15:55.4048870Z [4620/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2025-09-07T07:15:56.3305120Z [4621/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2025-09-07T07:15:56.9789820Z [4622/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2025-09-07T07:15:57.0764280Z [4623/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2025-09-07T07:15:57.4522230Z [4624/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2025-09-07T07:15:57.4658990Z [4625/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2025-09-07T07:15:57.5241870Z [4626/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2025-09-07T07:15:57.5352860Z [4627/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2025-09-07T07:15:57.9782000Z [4628/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2025-09-07T07:15:58.5255790Z [4629/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2025-09-07T07:15:58.7684640Z [4630/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2025-09-07T07:15:59.7036010Z [4631/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2025-09-07T07:15:59.7299970Z [4632/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2025-09-07T07:16:00.3135530Z [4633/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2025-09-07T07:16:00.8163940Z [4634/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2025-09-07T07:16:00.9669200Z [4635/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2025-09-07T07:16:01.0256770Z [4636/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2025-09-07T07:16:01.6190870Z [4637/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2025-09-07T07:16:01.8141730Z [4638/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2025-09-07T07:16:02.1417180Z [4639/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2025-09-07T07:16:02.1867140Z [4640/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2025-09-07T07:16:02.2521890Z [4641/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AmpKernels.cpp.o 2025-09-07T07:16:02.5420680Z [4642/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2025-09-07T07:16:03.2049470Z [4643/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2025-09-07T07:16:03.9700040Z [4644/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2025-09-07T07:16:04.2203450Z [4645/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2025-09-07T07:16:05.1744160Z [4646/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2025-09-07T07:16:05.3812070Z [4647/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2025-09-07T07:16:05.7915960Z [4648/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2025-09-07T07:16:05.9538660Z [4649/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2025-09-07T07:16:05.9756370Z [4650/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2025-09-07T07:16:06.1660750Z [4651/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2025-09-07T07:16:06.7159900Z [4652/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2025-09-07T07:16:07.1280370Z [4653/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2025-09-07T07:16:07.3800880Z [4654/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2025-09-07T07:16:07.8964560Z [4655/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Constraints.cpp.o 2025-09-07T07:16:08.6506880Z [4656/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2025-09-07T07:16:09.3119840Z [4657/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2025-09-07T07:16:09.5579030Z [4658/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2025-09-07T07:16:09.8818890Z [4659/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2025-09-07T07:16:09.9390950Z [4660/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2025-09-07T07:16:09.9916130Z [4661/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2025-09-07T07:16:10.0913700Z [4662/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2025-09-07T07:16:10.2197540Z [4663/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2025-09-07T07:16:10.2446780Z [4664/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2025-09-07T07:16:10.9765470Z [4665/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2025-09-07T07:16:11.6508250Z [4666/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2025-09-07T07:16:12.6119450Z [4667/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2025-09-07T07:16:12.8746550Z [4668/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2025-09-07T07:16:13.0340170Z [4669/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2025-09-07T07:16:13.1242230Z [4670/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2025-09-07T07:16:13.5077760Z [4671/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2025-09-07T07:16:13.9368350Z [4672/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2025-09-07T07:16:14.4477360Z [4673/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2025-09-07T07:16:14.5278010Z [4674/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2025-09-07T07:16:14.6434380Z [4675/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2025-09-07T07:16:15.2129350Z [4676/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdagrad.cpp.o 2025-09-07T07:16:15.4352490Z [4677/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdam.cpp.o 2025-09-07T07:16:15.5458280Z [4678/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedSGD.cpp.o 2025-09-07T07:16:16.0056600Z [4679/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2025-09-07T07:16:16.7361540Z [4680/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2025-09-07T07:16:17.0265620Z [4681/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2025-09-07T07:16:17.2125260Z [4682/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2025-09-07T07:16:17.3724950Z [4683/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2025-09-07T07:16:17.5583840Z [4684/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2025-09-07T07:16:17.9655950Z [4685/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2025-09-07T07:16:17.9881880Z [4686/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBatching.cpp.o 2025-09-07T07:16:18.0517100Z [4687/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2025-09-07T07:16:18.7846760Z [4688/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2025-09-07T07:16:20.4370670Z [4689/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2025-09-07T07:16:20.4468330Z [4690/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2025-09-07T07:16:20.8011760Z [4691/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2025-09-07T07:16:20.8115810Z [4692/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2025-09-07T07:16:20.9274340Z [4693/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2025-09-07T07:16:20.9584690Z [4694/5684] Linking CXX static library lib/libkineto.a 2025-09-07T07:16:20.9851220Z [4695/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-09-07T07:16:21.0083950Z [4696/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-09-07T07:16:21.0537930Z [4697/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-09-07T07:16:21.0737350Z [4698/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-09-07T07:16:21.1223390Z [4699/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-09-07T07:16:21.1362640Z [4700/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-09-07T07:16:21.1941260Z [4701/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-09-07T07:16:21.1959520Z [4702/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-09-07T07:16:21.2142540Z [4703/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-09-07T07:16:21.2668170Z [4704/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-09-07T07:16:21.3269760Z [4705/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-09-07T07:16:21.3313170Z [4706/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-09-07T07:16:21.3764870Z [4707/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-09-07T07:16:21.3885960Z [4708/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-09-07T07:16:21.4260490Z [4709/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-09-07T07:16:21.4460880Z [4710/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-09-07T07:16:21.4965200Z [4711/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-09-07T07:16:21.5028410Z [4712/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-09-07T07:16:21.5446430Z [4713/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-09-07T07:16:21.5531570Z [4714/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-09-07T07:16:21.6154860Z [4715/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-09-07T07:16:21.6452490Z [4716/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-09-07T07:16:21.6582470Z [4717/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2025-09-07T07:16:21.6629410Z [4718/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-09-07T07:16:21.6964760Z [4719/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-09-07T07:16:21.6977860Z [4720/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-09-07T07:16:21.7093140Z [4721/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-09-07T07:16:21.7447300Z [4722/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-09-07T07:16:21.7498290Z [4723/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-09-07T07:16:21.7554760Z [4724/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-09-07T07:16:21.7771450Z [4725/5684] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-09-07T07:16:21.8147620Z [4726/5684] Linking CXX static library lib/libgtest.a 2025-09-07T07:16:21.8639320Z [4727/5684] Linking CXX static library lib/libgmock.a 2025-09-07T07:16:21.8740230Z [4728/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2025-09-07T07:16:21.9004880Z [4729/5684] Linking CXX static library lib/libgmock_main.a 2025-09-07T07:16:21.9105850Z [4730/5684] Linking CXX static library lib/libgtest_main.a 2025-09-07T07:16:21.9406260Z [4731/5684] Linking CXX static library lib/libXNNPACK.a 2025-09-07T07:16:21.9936020Z [4732/5684] Linking CXX executable bin/c10_AllocatorConfig_test 2025-09-07T07:16:21.9936860Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:21.9946170Z [4733/5684] Linking CXX executable bin/vec_test_all_types_DEFAULT 2025-09-07T07:16:22.0579060Z [4734/5684] Linking CXX executable bin/c10_DeviceGuard_test 2025-09-07T07:16:22.0579900Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.0612970Z [4735/5684] Linking CXX executable bin/c10_CompileTimeFunctionPointer_test 2025-09-07T07:16:22.0628790Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.1192630Z [4736/5684] Linking CXX executable bin/c10_Device_test 2025-09-07T07:16:22.1233410Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.1258600Z [4737/5684] Linking CXX executable bin/c10_DispatchKeySet_test 2025-09-07T07:16:22.1267880Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.1939570Z [4738/5684] Linking CXX executable bin/c10_Scalar_test 2025-09-07T07:16:22.1945580Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.2047050Z [4739/5684] Linking CXX executable bin/c10_StreamGuard_test 2025-09-07T07:16:22.2147140Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.2537580Z [4740/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2025-09-07T07:16:22.2673490Z [4741/5684] Linking CXX executable bin/c10_InlineDeviceGuard_test 2025-09-07T07:16:22.2674340Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.2723170Z [4742/5684] Linking CXX executable bin/c10_SymInt_test 2025-09-07T07:16:22.2724740Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.3216330Z [4743/5684] Linking CXX executable bin/c10_InlineStreamGuard_test 2025-09-07T07:16:22.3217260Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.3317170Z [4744/5684] Linking CXX executable bin/c10_SizesAndStrides_test 2025-09-07T07:16:22.3318650Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.3321840Z [4745/5684] Linking CXX executable bin/c10_cow_test 2025-09-07T07:16:22.3323380Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.3587860Z [4746/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2025-09-07T07:16:22.3927300Z [4747/5684] Linking CXX executable bin/c10_ArrayRef_test 2025-09-07T07:16:22.3930430Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.3935880Z [4748/5684] Linking CXX executable bin/c10_ConstexprCrc_test 2025-09-07T07:16:22.3936490Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.3967140Z [4749/5684] Linking CXX executable bin/c10_Bitset_test 2025-09-07T07:16:22.3967490Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.4231920Z [4750/5684] Linking CXX executable bin/c10_DeadlockDetection_test 2025-09-07T07:16:22.4232980Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.4483440Z [4751/5684] Linking CXX executable bin/c10_Enumerate_test 2025-09-07T07:16:22.4484300Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.4574980Z [4752/5684] Linking CXX executable bin/c10_Half_test 2025-09-07T07:16:22.4581670Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.4693470Z [4753/5684] Linking CXX executable bin/c10_IntrusiveList_test 2025-09-07T07:16:22.4708660Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.5136340Z [4754/5684] Linking CXX executable bin/c10_LeftRight_test 2025-09-07T07:16:22.5164510Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.5216360Z [4755/5684] Linking CXX executable bin/c10_Metaprogramming_test 2025-09-07T07:16:22.5217210Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.5275090Z [4756/5684] Linking CXX executable bin/c10_NetworkFlow_test 2025-09-07T07:16:22.5275950Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.5334930Z [4757/5684] Linking CXX executable bin/c10_Semaphore_test 2025-09-07T07:16:22.5335620Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.5737910Z [4758/5684] Linking CXX executable bin/c10_Synchronized_test 2025-09-07T07:16:22.5748990Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.5821130Z [4759/5684] Linking CXX executable bin/c10_TypeIndex_test 2025-09-07T07:16:22.5824820Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.5867630Z [4760/5684] Linking CXX executable bin/c10_ThreadLocal_test 2025-09-07T07:16:22.5885380Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.5988320Z [4761/5684] Linking CXX executable bin/c10_TypeList_test 2025-09-07T07:16:22.6012700Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.6316110Z [4762/5684] Linking CXX executable bin/c10_TypeTraits_test 2025-09-07T07:16:22.6316900Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.6481860Z [4763/5684] Linking CXX executable bin/c10_accumulate_test 2025-09-07T07:16:22.6482580Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.6599020Z [4764/5684] Linking CXX executable bin/c10_bfloat16_test 2025-09-07T07:16:22.6616660Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.6738340Z [4765/5684] Linking CXX executable bin/c10_bit_cast_test 2025-09-07T07:16:22.6749000Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.6865250Z [4766/5684] Linking CXX executable bin/c10_complex_math_test 2025-09-07T07:16:22.6899950Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.6991020Z [4767/5684] Linking CXX executable bin/c10_complex_test 2025-09-07T07:16:22.7003930Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.7248150Z [4768/5684] Linking CXX executable bin/c10_error_test 2025-09-07T07:16:22.7267140Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.7271180Z [4769/5684] Linking CXX executable bin/c10_exception_test 2025-09-07T07:16:22.7272720Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.7460020Z [4770/5684] Linking CXX executable bin/c10_flags_test 2025-09-07T07:16:22.7486730Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.7650340Z [4771/5684] Linking CXX executable bin/c10_generic_math_test 2025-09-07T07:16:22.7652240Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.7913080Z [4772/5684] Linking CXX executable bin/c10_intrusive_ptr_test 2025-09-07T07:16:22.7922060Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.7964660Z [4773/5684] Linking CXX executable bin/c10_irange_test 2025-09-07T07:16:22.7966390Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.8070140Z [4774/5684] Linking CXX executable bin/c10_lazy_test 2025-09-07T07:16:22.8070910Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.8437520Z [4775/5684] Linking CXX executable bin/c10_logging_test 2025-09-07T07:16:22.8438340Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.8439050Z [4776/5684] Linking CXX executable bin/c10_optional_test 2025-09-07T07:16:22.8439750Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.8585690Z [4777/5684] Linking CXX executable bin/c10_ordered_preserving_dict_test 2025-09-07T07:16:22.8586290Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.8635260Z [4778/5684] Linking CXX executable bin/c10_registry_test 2025-09-07T07:16:22.8680800Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.8998720Z [4779/5684] Linking CXX executable bin/c10_small_vector_test 2025-09-07T07:16:22.8999540Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.9046470Z [4780/5684] Linking CXX executable bin/c10_ssize_test 2025-09-07T07:16:22.9050500Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.9234090Z [4781/5684] Linking CXX executable bin/c10_string_util_test 2025-09-07T07:16:22.9234910Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.9292310Z [4782/5684] Linking CXX executable bin/c10_string_view_test 2025-09-07T07:16:22.9297270Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.9498990Z [4783/5684] Linking CXX executable bin/c10_tempfile_test 2025-09-07T07:16:22.9513540Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:22.9744320Z [4784/5684] Linking CXX executable bin/c10_typeid_test 2025-09-07T07:16:22.9746670Z ld: warning: ignoring duplicate libraries: 'lib/libgtest.a' 2025-09-07T07:16:23.3449870Z [4785/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/check.cc.o 2025-09-07T07:16:23.4289050Z [4786/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2025-09-07T07:16:23.5130810Z [4787/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2025-09-07T07:16:23.6013140Z [4788/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2025-09-07T07:16:23.8985380Z [4789/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2025-09-07T07:16:23.9486580Z [4790/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2025-09-07T07:16:24.0382910Z [4791/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2025-09-07T07:16:24.1086990Z [4792/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2025-09-07T07:16:24.1303800Z [4793/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2025-09-07T07:16:24.4032280Z [4794/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2025-09-07T07:16:24.6025120Z [4795/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2025-09-07T07:16:24.6091030Z [4796/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2025-09-07T07:16:24.6130460Z [4797/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2025-09-07T07:16:24.9470040Z [4798/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2025-09-07T07:16:25.0685120Z [4799/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2025-09-07T07:16:25.2325520Z [4800/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2025-09-07T07:16:25.3260440Z [4801/5684] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2025-09-07T07:16:25.4431710Z [4802/5684] Linking CXX static library lib/libbenchmark.a 2025-09-07T07:16:25.4998580Z [4803/5684] Linking CXX static library lib/libbenchmark_main.a 2025-09-07T07:16:25.5700880Z [4804/5684] Linking CXX executable bin/c10_intrusive_ptr_benchmark 2025-09-07T07:16:26.3316540Z [4805/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2025-09-07T07:16:26.7501840Z [4806/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2025-09-07T07:16:26.8645830Z [4807/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2025-09-07T07:16:27.3658410Z [4808/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:27.9725530Z [4809/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:28.2902420Z [4810/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedSGDKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:29.1542490Z [4811/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdamKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:29.7868600Z [4812/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:29.9529130Z [4813/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdagradKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:30.0365840Z [4814/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:30.1177740Z [4815/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:30.7601560Z [4816/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:32.5404250Z [4817/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:33.2421850Z [4818/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:33.5533180Z [4819/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:34.2151960Z [4820/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:35.5355710Z [4821/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:36.1857090Z [4822/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:36.2854520Z [4823/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:37.2466160Z [4824/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:37.2547800Z [4825/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2025-09-07T07:16:40.3425640Z [4826/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp.o 2025-09-07T07:16:40.8845620Z [4827/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/kleidiai/kai_ukernel_interface.cpp.o 2025-09-07T07:16:41.1002680Z [4828/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:41.1701180Z [4829/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU_3.cpp.o 2025-09-07T07:16:41.9587300Z [4830/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:42.0621650Z [4831/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:42.5913880Z [4832/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2025-09-07T07:16:42.8239590Z [4833/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2025-09-07T07:16:43.4079070Z [4834/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2025-09-07T07:16:43.8045640Z [4835/5684] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-3.0.2/miniz.c.o 2025-09-07T07:16:43.9571470Z [4836/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2025-09-07T07:16:44.0721560Z [4837/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2025-09-07T07:16:44.1350470Z [4838/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2025-09-07T07:16:44.2602940Z [4839/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/kleidiai/kai_kernels.cpp.o 2025-09-07T07:16:44.5639180Z [4840/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2025-09-07T07:16:44.7765340Z [4841/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2025-09-07T07:16:44.8342390Z [4842/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2025-09-07T07:16:44.9591250Z [4843/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2025-09-07T07:16:45.1222730Z [4844/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2025-09-07T07:16:45.5228890Z [4845/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2025-09-07T07:16:45.6721970Z [4846/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2025-09-07T07:16:45.9859350Z [4847/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:16:46.2153840Z [4848/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2025-09-07T07:16:48.3836080Z [4849/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2025-09-07T07:16:50.1460480Z [4850/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ViewFuncs.cpp.o 2025-09-07T07:16:57.8259740Z [4851/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:17:05.3171950Z [4852/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:17:11.1072660Z [4853/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:17:34.3215530Z [4854/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2025-09-07T07:17:38.5779110Z [4855/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2025-09-07T07:17:41.2409360Z [4856/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2025-09-07T07:17:41.7797680Z [4857/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2025-09-07T07:17:42.5330010Z [4858/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:17:44.9287150Z [4859/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2025-09-07T07:17:45.0496500Z [4860/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2025-09-07T07:17:45.6781470Z [4861/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2025-09-07T07:17:47.7572870Z [4862/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_aten.cpp.o 2025-09-07T07:17:48.2147220Z [4863/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2025-09-07T07:17:49.6067070Z [4864/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp.o 2025-09-07T07:17:52.4743510Z [4865/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_mps.cpp.o 2025-09-07T07:17:53.3192910Z [4866/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2025-09-07T07:17:53.6017810Z [4867/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2025-09-07T07:17:55.8619390Z [4868/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2025-09-07T07:17:56.4999770Z [4869/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2025-09-07T07:17:59.9624860Z [4870/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2025-09-07T07:18:01.5840570Z [4871/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2025-09-07T07:18:01.8142800Z [4872/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2025-09-07T07:18:03.2961010Z [4873/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2025-09-07T07:18:06.6149270Z [4874/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2025-09-07T07:18:07.5750300Z [4875/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2025-09-07T07:18:08.0467190Z [4876/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2025-09-07T07:18:11.3480080Z [4877/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2025-09-07T07:18:11.5790690Z [4878/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2025-09-07T07:18:12.6781890Z [4879/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2025-09-07T07:18:13.8518910Z [4880/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2025-09-07T07:18:13.9167200Z [4881/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2025-09-07T07:18:14.5089960Z [4882/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_metadata.cpp.o 2025-09-07T07:18:15.2393740Z [4883/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2025-09-07T07:18:15.9840420Z [4884/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2025-09-07T07:18:16.4912240Z [4885/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2025-09-07T07:18:16.6837230Z [4886/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2025-09-07T07:18:17.7594600Z [4887/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2025-09-07T07:18:18.1355310Z [4888/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2025-09-07T07:18:18.7583110Z [4889/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2025-09-07T07:18:19.4178030Z [4890/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2025-09-07T07:18:19.4489900Z [4891/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable_info.cpp.o 2025-09-07T07:18:20.2229060Z [4892/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2025-09-07T07:18:20.2878750Z [4893/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2025-09-07T07:18:20.5086560Z [4894/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2025-09-07T07:18:20.8749960Z [4895/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2025-09-07T07:18:21.5707510Z [4896/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/dynamo/compiled_autograd.cpp.o 2025-09-07T07:18:23.1295720Z [4897/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2025-09-07T07:18:24.5676200Z [4898/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner.cpp.o 2025-09-07T07:18:24.8478200Z [4899/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2025-09-07T07:18:25.4251140Z [4900/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor_0.cpp.o 2025-09-07T07:18:26.1405710Z [4901/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2025-09-07T07:18:28.0626470Z [4902/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_package/model_package_loader.cpp.o 2025-09-07T07:18:34.7799630Z [4903/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU_0.cpp.o 2025-09-07T07:18:42.9498280Z [4904/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU_0.cpp.o 2025-09-07T07:18:50.2276810Z [4905/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2025-09-07T07:18:50.6618920Z [4906/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorHPU_0.cpp.o 2025-09-07T07:18:50.8755810Z [4907/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2025-09-07T07:18:53.0134510Z [4908/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional_0.cpp.o 2025-09-07T07:18:53.5918890Z [4909/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta_0.cpp.o 2025-09-07T07:18:53.8131190Z [4910/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorXPU_0.cpp.o 2025-09-07T07:18:54.5164640Z [4911/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2025-09-07T07:18:54.7307130Z [4912/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2025-09-07T07:18:56.9016000Z [4913/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta_0.cpp.o 2025-09-07T07:18:57.2221460Z [4914/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2025-09-07T07:18:58.5980670Z [4915/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMPS_0.cpp.o 2025-09-07T07:18:59.8168140Z [4916/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU_0.cpp.o 2025-09-07T07:19:00.3632290Z [4917/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrXPU_0.cpp.o 2025-09-07T07:19:03.4693960Z [4918/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU_0.cpp.o 2025-09-07T07:19:03.4737500Z [4919/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseXPU_0.cpp.o 2025-09-07T07:19:04.0709860Z [4920/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU_0.cpp.o 2025-09-07T07:19:04.5466450Z [4921/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd_0.cpp.o 2025-09-07T07:19:04.6371470Z [4922/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2025-09-07T07:19:04.7123350Z [4923/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta_0.cpp.o 2025-09-07T07:19:05.4175240Z [4924/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMeta_0.cpp.o 2025-09-07T07:19:06.1279700Z [4925/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMPS_0.cpp.o 2025-09-07T07:19:06.3324090Z [4926/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2025-09-07T07:19:06.6782690Z [4927/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2025-09-07T07:19:06.8010250Z [4928/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2025-09-07T07:19:07.3562150Z [4929/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2025-09-07T07:19:07.6444310Z [4930/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor_0.cpp.o 2025-09-07T07:19:08.8401390Z [4931/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2025-09-07T07:19:08.8812670Z [4932/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta_0.cpp.o 2025-09-07T07:19:09.2125460Z [4933/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2025-09-07T07:19:10.1598570Z [4934/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2025-09-07T07:19:10.4189910Z [4935/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2025-09-07T07:19:10.4211270Z [4936/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2025-09-07T07:19:10.4891460Z [4937/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2025-09-07T07:19:11.2074360Z [4938/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2025-09-07T07:19:11.9097040Z [4939/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:12.0944470Z [4940/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2025-09-07T07:19:13.3713640Z [4941/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2025-09-07T07:19:14.8661440Z [4942/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2025-09-07T07:19:14.9707220Z [4943/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:15.3007500Z [4944/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:15.9054180Z [4945/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:17.7888550Z [4946/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:18.3923270Z [4947/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:18.7434320Z [4948/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:19.2296010Z [4949/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:20.7175160Z [4950/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2025-09-07T07:19:21.0291170Z [4951/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:22.2306910Z [4952/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:22.7256940Z [4953/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd_0.cpp.o 2025-09-07T07:19:22.8153680Z [4954/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:24.1157420Z [4955/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:25.5069350Z [4956/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:25.6448630Z [4957/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2025-09-07T07:19:25.6551800Z [4958/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:26.2689200Z [4959/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMPS_0.cpp.o 2025-09-07T07:19:29.1970250Z [4960/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:29.7948930Z [4961/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:29.8800450Z [4962/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:31.4559690Z [4963/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:31.4687830Z [4964/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:33.1234900Z [4965/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:33.4533950Z [4966/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:33.4726640Z [4967/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:34.4276410Z [4968/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:35.2178280Z [4969/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2025-09-07T07:19:36.4058140Z [4970/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:37.2850310Z [4971/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:37.6736810Z [4972/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2025-09-07T07:19:37.9325800Z [4973/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:38.2176430Z [4974/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2025-09-07T07:19:38.8296160Z [4975/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:39.1631240Z [4976/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2025-09-07T07:19:39.5289120Z [4977/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2025-09-07T07:19:39.9303760Z [4978/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2025-09-07T07:19:40.1285310Z [4979/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:19:41.0361290Z [4980/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2025-09-07T07:19:41.8946770Z [4981/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2025-09-07T07:19:42.3765640Z [4982/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2025-09-07T07:19:43.4533540Z [4983/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2025-09-07T07:19:43.8353600Z [4984/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2025-09-07T07:19:44.9413660Z [4985/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2025-09-07T07:19:46.0731340Z [4986/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2025-09-07T07:19:46.3256480Z [4987/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2025-09-07T07:19:47.5611230Z [4988/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2025-09-07T07:19:47.7776610Z [4989/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2025-09-07T07:19:48.0609830Z [4990/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2025-09-07T07:19:48.8859540Z [4991/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2025-09-07T07:19:49.1919510Z [4992/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2025-09-07T07:19:49.2723580Z [4993/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2025-09-07T07:19:49.5792390Z [4994/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2025-09-07T07:19:50.0509330Z [4995/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2025-09-07T07:19:50.4030490Z [4996/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2025-09-07T07:19:53.2084550Z [4997/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2025-09-07T07:19:53.5573340Z [4998/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2025-09-07T07:19:53.9761930Z [4999/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2025-09-07T07:19:54.0328630Z [5000/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2025-09-07T07:19:55.5395790Z [5001/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2025-09-07T07:19:55.9560580Z [5002/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2025-09-07T07:19:56.4724780Z [5003/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2025-09-07T07:19:57.1825410Z [5004/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2025-09-07T07:19:57.1931770Z [5005/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2025-09-07T07:19:57.7117860Z [5006/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2025-09-07T07:19:57.7569200Z [5007/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/utf8_decoding_ignore.cpp.o 2025-09-07T07:19:58.6352240Z [5008/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2025-09-07T07:19:59.4948780Z [5009/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2025-09-07T07:19:59.9292100Z [5010/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2025-09-07T07:20:00.4934410Z [5011/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2025-09-07T07:20:00.6430080Z [5012/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2025-09-07T07:20:01.5546850Z [5013/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2025-09-07T07:20:02.2080730Z [5014/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2025-09-07T07:20:03.5199580Z [5015/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2025-09-07T07:20:03.9775990Z [5016/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2025-09-07T07:20:04.3241050Z [5017/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2025-09-07T07:20:04.6479770Z [5018/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2025-09-07T07:20:04.9680560Z [5019/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2025-09-07T07:20:04.9981310Z [5020/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2025-09-07T07:20:05.0583160Z [5021/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2025-09-07T07:20:05.3793940Z [5022/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2025-09-07T07:20:06.2308300Z [5023/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2025-09-07T07:20:06.4768460Z [5024/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2025-09-07T07:20:08.4455420Z [5025/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2025-09-07T07:20:08.8955870Z [5026/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2025-09-07T07:20:11.1977590Z [5027/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2025-09-07T07:20:11.3183160Z [5028/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2025-09-07T07:20:11.9450600Z [5029/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2025-09-07T07:20:12.2178240Z [5030/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2025-09-07T07:20:12.4612320Z [5031/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2025-09-07T07:20:13.1762090Z [5032/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2025-09-07T07:20:14.4262230Z [5033/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2025-09-07T07:20:14.5592050Z [5034/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2025-09-07T07:20:15.2266240Z [5035/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2025-09-07T07:20:15.7570270Z [5036/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2025-09-07T07:20:16.2718770Z [5037/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2025-09-07T07:20:17.5468510Z [5038/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2025-09-07T07:20:20.6990430Z [5039/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2025-09-07T07:20:21.1366130Z [5040/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2025-09-07T07:20:21.2759520Z [5041/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2025-09-07T07:20:21.9181240Z [5042/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2025-09-07T07:20:22.4387600Z [5043/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2025-09-07T07:20:23.8672410Z [5044/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2025-09-07T07:20:25.0814760Z [5045/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2025-09-07T07:20:26.3555950Z [5046/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2025-09-07T07:20:27.1779320Z [5047/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2025-09-07T07:20:27.3185880Z [5048/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2025-09-07T07:20:29.2200150Z [5049/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2025-09-07T07:20:29.4808400Z [5050/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2025-09-07T07:20:30.2847930Z [5051/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2025-09-07T07:20:32.3515860Z [5052/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2025-09-07T07:20:33.1235860Z [5053/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler_helper.cpp.o 2025-09-07T07:20:33.4146230Z [5054/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2025-09-07T07:20:33.7123900Z [5055/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2025-09-07T07:20:34.4444400Z [5056/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2025-09-07T07:20:35.6758830Z [5057/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2025-09-07T07:20:36.3695050Z [5058/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2025-09-07T07:20:36.7519360Z [5059/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2025-09-07T07:20:39.5249790Z [5060/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2025-09-07T07:20:40.7892000Z [5061/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2025-09-07T07:20:40.8294110Z [5062/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2025-09-07T07:20:41.0037600Z [5063/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2025-09-07T07:20:41.3716940Z [5064/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2025-09-07T07:20:41.4100810Z [5065/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2025-09-07T07:20:41.8392420Z [5066/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2025-09-07T07:20:42.6942960Z [5067/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2025-09-07T07:20:44.1308310Z [5068/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2025-09-07T07:20:44.2913060Z [5069/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2025-09-07T07:20:45.3549570Z [5070/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2025-09-07T07:20:46.1577880Z [5071/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2025-09-07T07:20:46.3897980Z [5072/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2025-09-07T07:20:48.4061930Z [5073/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2025-09-07T07:20:48.4565460Z [5074/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2025-09-07T07:20:48.4866320Z [5075/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2025-09-07T07:20:49.9357980Z [5076/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2025-09-07T07:20:50.1026410Z [5077/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2025-09-07T07:20:50.7641930Z [5078/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2025-09-07T07:20:50.8668160Z [5079/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2025-09-07T07:20:51.5505240Z [5080/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2025-09-07T07:20:52.1524210Z [5081/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/mkldnn_tensor.cpp.o 2025-09-07T07:20:52.1625350Z [5082/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2025-09-07T07:20:52.6484640Z [5083/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp.o 2025-09-07T07:20:52.7954770Z [5084/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2025-09-07T07:20:54.7515020Z [5085/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/tensor_converter.cpp.o 2025-09-07T07:20:55.1055830Z [5086/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2025-09-07T07:20:57.3315430Z [5087/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_cpu.cpp.o 2025-09-07T07:20:59.2684040Z [5088/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_common.cpp.o 2025-09-07T07:20:59.5107460Z [5089/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/inductor_ops.cpp.o 2025-09-07T07:20:59.8149710Z [5090/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2025-09-07T07:20:59.8344400Z [5091/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2025-09-07T07:20:59.8393490Z [5092/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/oss_proxy_executor.cpp.o 2025-09-07T07:20:59.8568770Z [5093/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2025-09-07T07:21:01.6493820Z [5094/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2025-09-07T07:21:01.6660100Z [5095/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2025-09-07T07:21:02.7170180Z [5096/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2025-09-07T07:21:02.9438790Z [5097/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2025-09-07T07:21:03.6436230Z [5098/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2025-09-07T07:21:04.5690520Z [5099/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2025-09-07T07:21:04.6435110Z [5100/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2025-09-07T07:21:04.8845910Z [5101/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2025-09-07T07:21:05.9750010Z [5102/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2025-09-07T07:21:07.3646890Z [5103/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2025-09-07T07:21:07.7395130Z [5104/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2025-09-07T07:21:08.3281700Z [5105/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2025-09-07T07:21:08.8106170Z [5106/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2025-09-07T07:21:08.9207830Z [5107/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2025-09-07T07:21:08.9822490Z [5108/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2025-09-07T07:21:09.1927130Z [5109/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2025-09-07T07:21:09.3834890Z [5110/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2025-09-07T07:21:09.3977680Z [5111/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2025-09-07T07:21:10.3319960Z [5112/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2025-09-07T07:21:10.5341500Z [5113/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2025-09-07T07:21:11.1859590Z [5114/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2025-09-07T07:21:12.6270160Z [5115/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2025-09-07T07:21:13.4445700Z [5116/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2025-09-07T07:21:14.1896060Z [5117/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2025-09-07T07:21:14.8959750Z [5118/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2025-09-07T07:21:15.9645040Z [5119/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2025-09-07T07:21:16.7050490Z [5120/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2025-09-07T07:21:16.7184470Z [5121/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/graph_utils.cpp.o 2025-09-07T07:21:16.9919100Z [5122/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2025-09-07T07:21:17.5009280Z [5123/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2025-09-07T07:21:18.8973080Z [5124/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2025-09-07T07:21:19.3438240Z [5125/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2025-09-07T07:21:19.4642450Z [5126/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2025-09-07T07:21:20.4273750Z [5127/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2025-09-07T07:21:20.8041080Z [5128/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2025-09-07T07:21:21.6011360Z [5129/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2025-09-07T07:21:21.6742160Z [5130/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2025-09-07T07:21:22.7792390Z [5131/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2025-09-07T07:21:22.8481870Z [5132/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2025-09-07T07:21:24.2175670Z [5133/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2025-09-07T07:21:24.3958580Z [5134/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2025-09-07T07:21:24.9745610Z [5135/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2025-09-07T07:21:25.4243850Z [5136/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2025-09-07T07:21:25.4471910Z [5137/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2025-09-07T07:21:25.5683580Z [5138/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2025-09-07T07:21:25.5855570Z [5139/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2025-09-07T07:21:25.7603290Z [5140/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2025-09-07T07:21:26.0804770Z [5141/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2025-09-07T07:21:27.6773140Z [5142/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2025-09-07T07:21:28.1415580Z [5143/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2025-09-07T07:21:28.2120590Z [5144/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2025-09-07T07:21:28.6105690Z [5145/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2025-09-07T07:21:29.1862500Z [5146/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2025-09-07T07:21:30.1953080Z [5147/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2025-09-07T07:21:30.1975880Z [5148/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2025-09-07T07:21:30.5407300Z [5149/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2025-09-07T07:21:30.9714170Z [5150/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2025-09-07T07:21:31.2981710Z [5151/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2025-09-07T07:21:31.3185070Z [5152/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2025-09-07T07:21:31.3274430Z [5153/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2025-09-07T07:21:31.6607140Z [5154/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2025-09-07T07:21:31.9859730Z [5155/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2025-09-07T07:21:32.2365270Z [5156/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2025-09-07T07:21:33.9701770Z [5157/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2025-09-07T07:21:34.0598350Z [5158/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2025-09-07T07:21:34.2062170Z [5159/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2025-09-07T07:21:35.4448770Z [5160/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2025-09-07T07:21:35.7510900Z [5161/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2025-09-07T07:21:36.6439100Z [5162/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2025-09-07T07:21:37.6838830Z [5163/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2025-09-07T07:21:37.9392030Z [5164/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2025-09-07T07:21:38.0752560Z [5165/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2025-09-07T07:21:38.1704360Z [5166/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2025-09-07T07:21:38.4516850Z [5167/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2025-09-07T07:21:39.2451410Z [5168/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2025-09-07T07:21:39.2857570Z [5169/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2025-09-07T07:21:39.8981170Z [5170/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2025-09-07T07:21:40.2102630Z [5171/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2025-09-07T07:21:41.1072890Z [5172/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2025-09-07T07:21:41.7015680Z [5173/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2025-09-07T07:21:42.7778570Z [5174/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2025-09-07T07:21:42.8073240Z [5175/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2025-09-07T07:21:43.0115440Z [5176/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2025-09-07T07:21:43.3428900Z [5177/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2025-09-07T07:21:43.4227930Z [5178/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2025-09-07T07:21:43.8662820Z [5179/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2025-09-07T07:21:45.2911450Z [5180/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_linear_bn.cpp.o 2025-09-07T07:21:45.8591800Z [5181/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2025-09-07T07:21:46.8057480Z [5182/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2025-09-07T07:21:46.8755600Z [5183/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2025-09-07T07:21:47.1002800Z [5184/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2025-09-07T07:21:47.4983610Z [5185/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2025-09-07T07:21:47.6592710Z [5186/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2025-09-07T07:21:48.3465490Z [5187/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_folding.cpp.o 2025-09-07T07:21:48.4387880Z [5188/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2025-09-07T07:21:50.9947270Z [5189/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2025-09-07T07:21:51.2051110Z [5190/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2025-09-07T07:21:51.9334900Z [5191/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2025-09-07T07:21:51.9904170Z [5192/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2025-09-07T07:21:52.3406630Z [5193/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2025-09-07T07:21:52.3541160Z [5194/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2025-09-07T07:21:52.9639940Z [5195/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2025-09-07T07:21:53.6215800Z [5196/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2025-09-07T07:21:54.4043900Z [5197/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2025-09-07T07:21:54.9065740Z [5198/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2025-09-07T07:21:55.5902190Z [5199/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2025-09-07T07:21:55.6780000Z [5200/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2025-09-07T07:21:55.7820250Z [5201/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2025-09-07T07:21:56.7635160Z [5202/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2025-09-07T07:21:57.3614270Z [5203/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2025-09-07T07:21:58.1656970Z [5204/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2025-09-07T07:21:58.2517840Z [5205/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2025-09-07T07:21:58.3421590Z [5206/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2025-09-07T07:21:59.1366240Z [5207/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2025-09-07T07:21:59.6172520Z [5208/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2025-09-07T07:22:01.8854020Z [5209/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2025-09-07T07:22:02.7157020Z [5210/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2025-09-07T07:22:02.8461600Z [5211/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2025-09-07T07:22:03.3481600Z [5212/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2025-09-07T07:22:03.7625360Z [5213/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2025-09-07T07:22:04.8261210Z [5214/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2025-09-07T07:22:04.8589250Z [5215/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2025-09-07T07:22:05.5639260Z [5216/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2025-09-07T07:22:05.6378560Z [5217/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2025-09-07T07:22:06.5985990Z [5218/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2025-09-07T07:22:07.6555210Z [5219/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2025-09-07T07:22:08.3270580Z [5220/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2025-09-07T07:22:08.3847890Z [5221/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2025-09-07T07:22:09.6725580Z [5222/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2025-09-07T07:22:10.0305440Z [5223/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2025-09-07T07:22:10.1111350Z [5224/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2025-09-07T07:22:12.3620000Z [5225/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2025-09-07T07:22:12.7304760Z [5226/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2025-09-07T07:22:12.7522160Z [5227/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2025-09-07T07:22:13.2098850Z [5228/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2025-09-07T07:22:13.3188310Z [5229/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backoff.cpp.o 2025-09-07T07:22:13.8948710Z [5230/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2025-09-07T07:22:14.4670920Z [5231/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2025-09-07T07:22:16.2450650Z [5232/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2025-09-07T07:22:16.5705420Z [5233/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2025-09-07T07:22:17.0868290Z [5234/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2025-09-07T07:22:18.9627710Z [5235/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2025-09-07T07:22:19.5639720Z [5236/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2025-09-07T07:22:19.6735000Z [5237/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2025-09-07T07:22:19.6926560Z [5238/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2025-09-07T07:22:19.7287500Z [5239/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2025-09-07T07:22:19.7559650Z [5240/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2025-09-07T07:22:20.1068860Z [5241/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2025-09-07T07:22:20.1433730Z [5242/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2025-09-07T07:22:20.5239170Z [5243/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2025-09-07T07:22:22.0993480Z [5244/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2025-09-07T07:22:22.8261920Z [5245/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GroupRegistry.cpp.o 2025-09-07T07:22:23.2174860Z [5246/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2025-09-07T07:22:23.6120880Z [5247/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp.o 2025-09-07T07:22:25.6199090Z [5248/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Types.cpp.o 2025-09-07T07:22:26.0401820Z [5249/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2025-09-07T07:22:26.5717840Z [5250/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FlightRecorder.cpp.o 2025-09-07T07:22:27.6041960Z [5251/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2025-09-07T07:22:27.6233100Z [5252/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Functional.cpp.o 2025-09-07T07:22:28.1184160Z [5253/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/control_plane/Handlers.cpp.o 2025-09-07T07:22:28.2352030Z [5254/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/cuda/StreamBlock.cpp.o 2025-09-07T07:22:28.5711620Z [5255/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2025-09-07T07:22:28.7743910Z [5256/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreBackend.cpp.o 2025-09-07T07:22:29.0887550Z [5257/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2025-09-07T07:22:29.3471720Z [5258/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2025-09-07T07:22:30.5601610Z [5259/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2025-09-07T07:22:30.8858900Z [5260/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2025-09-07T07:22:31.0139250Z [5261/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2025-09-07T07:22:31.2120540Z [5262/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2025-09-07T07:22:31.4578330Z [5263/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.cpp.o 2025-09-07T07:22:34.4084460Z [5264/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2025-09-07T07:22:34.9745210Z [5265/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2025-09-07T07:22:36.0889920Z [5266/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/symm_mem/DMAConnectivity.cpp.o 2025-09-07T07:22:37.2961450Z [5267/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2025-09-07T07:22:37.6656360Z [5268/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2025-09-07T07:22:37.9020040Z [5269/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2025-09-07T07:22:37.9223150Z [5270/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/symm_mem/SymmetricMemory.cpp.o 2025-09-07T07:22:39.1651550Z [5271/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2025-09-07T07:22:39.2087330Z [5272/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2025-09-07T07:22:40.6435910Z [5273/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/control_plane/WorkerServer.cpp.o 2025-09-07T07:22:41.1467260Z [5274/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2025-09-07T07:22:41.3196330Z [5275/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2025-09-07T07:22:42.5266930Z [5276/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2025-09-07T07:22:42.9549040Z [5277/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2025-09-07T07:22:43.4381170Z [5278/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2025-09-07T07:22:44.1331270Z [5279/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2025-09-07T07:22:45.1702030Z [5280/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2025-09-07T07:22:45.5165440Z [5281/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2025-09-07T07:22:46.2299380Z [5282/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2025-09-07T07:22:46.7534870Z [5283/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2025-09-07T07:22:47.0105880Z [5284/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2025-09-07T07:22:48.8929750Z [5285/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2025-09-07T07:22:49.1687850Z [5286/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2025-09-07T07:22:50.4582020Z [5287/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2025-09-07T07:22:50.7216940Z [5288/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2025-09-07T07:22:51.2303100Z [5289/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2025-09-07T07:22:51.5524210Z [5290/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2025-09-07T07:22:51.9146970Z [5291/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2025-09-07T07:22:52.5498300Z [5292/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2025-09-07T07:22:52.6080400Z [5293/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2025-09-07T07:22:53.8286050Z [5294/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2025-09-07T07:22:54.3048520Z [5295/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2025-09-07T07:22:54.8924070Z [5296/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2025-09-07T07:22:54.9451810Z [5297/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2025-09-07T07:22:54.9754920Z [5298/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2025-09-07T07:22:56.5780080Z [5299/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2025-09-07T07:22:59.1721920Z [5300/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2025-09-07T07:22:59.8866650Z [5301/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2025-09-07T07:23:00.3453690Z [5302/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2025-09-07T07:23:00.9274090Z [5303/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2025-09-07T07:23:01.2383970Z [5304/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2025-09-07T07:23:01.6698060Z [5305/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2025-09-07T07:23:02.5223350Z [5306/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2025-09-07T07:23:03.3538830Z [5307/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2025-09-07T07:23:04.9358860Z [5308/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2025-09-07T07:23:08.6226860Z [5309/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2025-09-07T07:23:09.0875820Z [5310/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2025-09-07T07:23:09.5195620Z [5311/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2025-09-07T07:23:09.9805960Z [5312/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2025-09-07T07:23:10.7832530Z [5313/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2025-09-07T07:23:11.0785690Z [5314/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2025-09-07T07:23:12.1093940Z [5315/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2025-09-07T07:23:12.1331710Z [5316/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2025-09-07T07:23:12.1527850Z [5317/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2025-09-07T07:23:12.4024920Z [5318/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2025-09-07T07:23:13.5561460Z [5319/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2025-09-07T07:23:14.1186200Z [5320/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2025-09-07T07:23:14.5116230Z [5321/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2025-09-07T07:23:14.5891790Z [5322/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2025-09-07T07:23:15.6603290Z [5323/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2025-09-07T07:23:16.0621370Z [5324/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2025-09-07T07:23:16.0783830Z [5325/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2025-09-07T07:23:16.1190770Z [5326/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2025-09-07T07:23:16.2912530Z [5327/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2025-09-07T07:23:16.2983330Z [5328/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2025-09-07T07:23:18.6264670Z [5329/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2025-09-07T07:23:18.7260950Z [5330/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2025-09-07T07:23:19.2950110Z [5331/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2025-09-07T07:23:19.4928290Z [5332/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2025-09-07T07:23:20.0148500Z [5333/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2025-09-07T07:23:20.0952510Z [5334/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2025-09-07T07:23:20.2968540Z [5335/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2025-09-07T07:23:20.7402220Z [5336/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2025-09-07T07:23:21.4761410Z [5337/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2025-09-07T07:23:22.0799080Z [5338/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2025-09-07T07:23:22.7358810Z [5339/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2025-09-07T07:23:23.1183450Z [5340/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2025-09-07T07:23:23.2580260Z [5341/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2025-09-07T07:23:23.5849280Z [5342/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2025-09-07T07:23:23.8153350Z [5343/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2025-09-07T07:23:23.8385300Z [5344/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2025-09-07T07:23:24.2460840Z [5345/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2025-09-07T07:23:24.9968500Z [5346/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2025-09-07T07:23:25.0489310Z [5347/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2025-09-07T07:23:25.1705200Z [5348/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2025-09-07T07:23:25.7705450Z [5349/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2025-09-07T07:23:26.8752230Z [5350/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/mtia/profiler/MTIAMemoryProfiler.cpp.o 2025-09-07T07:23:26.8990450Z [5351/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2025-09-07T07:23:27.3002120Z [5352/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/combined_traceback.cpp.o 2025-09-07T07:23:27.8466170Z [5353/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2025-09-07T07:23:28.0261670Z [5354/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2025-09-07T07:23:28.0651190Z [5355/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2025-09-07T07:23:28.2413490Z [5356/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2025-09-07T07:23:28.2903450Z [5357/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2025-09-07T07:23:28.7401970Z [5358/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind.cpp.o 2025-09-07T07:23:28.7750210Z [5359/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind_fb.cpp.o 2025-09-07T07:23:28.8639100Z [5360/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2025-09-07T07:23:29.1260850Z [5361/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2025-09-07T07:23:29.4200300Z [5362/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2025-09-07T07:23:29.6364880Z [5363/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/vulkan.cpp.o 2025-09-07T07:23:30.2441300Z [5364/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/privateuse1_observer.cpp.o 2025-09-07T07:23:30.3246520Z [5365/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2025-09-07T07:23:30.5872030Z [5366/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2025-09-07T07:23:30.7083880Z [5367/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2025-09-07T07:23:32.1254290Z [5368/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2025-09-07T07:23:33.2426340Z [5369/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2025-09-07T07:23:34.4453640Z [5370/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2025-09-07T07:23:34.5569860Z [5371/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2025-09-07T07:23:34.8753690Z [5372/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2025-09-07T07:23:35.1981910Z [5373/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_trace_observer.cpp.o 2025-09-07T07:23:35.4720410Z [5374/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2025-09-07T07:23:36.4368020Z [5375/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2025-09-07T07:23:36.7990770Z [5376/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2025-09-07T07:23:37.6173940Z [5377/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2025-09-07T07:23:37.8252810Z [5378/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2025-09-07T07:23:38.4568760Z [5379/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2025-09-07T07:23:42.4781290Z [5380/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/graph/TensorMeta.cpp.o 2025-09-07T07:23:44.1703150Z [5381/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/graph/GraphSignature.cpp.o 2025-09-07T07:23:44.8088530Z [5382/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/graph/GraphUtils.cpp.o 2025-09-07T07:23:45.1524060Z [5383/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2025-09-07T07:23:45.1829100Z [5384/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/graph/GraphPasses.cpp.o 2025-09-07T07:23:47.1269710Z [5385/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/Placement.cpp.o 2025-09-07T07:23:47.2475830Z [5386/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2025-09-07T07:23:49.1675400Z [5387/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/DelegateExecutor.cpp.o 2025-09-07T07:23:49.9579770Z [5388/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/graph/Serialization.cpp.o 2025-09-07T07:23:50.4458260Z [5389/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/graph/Graph.cpp.o 2025-09-07T07:23:50.9622560Z [5390/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/PlacementUtils.cpp.o 2025-09-07T07:23:51.6107750Z [5391/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/ExecutionPlanner.cpp.o 2025-09-07T07:23:51.8971250Z [5392/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2025-09-07T07:23:52.8117300Z [5393/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/ExecutionFrame.cpp.o 2025-09-07T07:23:53.5248270Z [5394/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/Executor.cpp.o 2025-09-07T07:23:54.1246390Z [5395/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/memory/FunctionSchema.cpp.o 2025-09-07T07:23:54.2845960Z [5396/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/common/FileUtil.cpp.o 2025-09-07T07:23:54.3749040Z [5397/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/ModelRunner.cpp.o 2025-09-07T07:23:54.5654040Z [5398/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/GraphExecutorBase.cpp.o 2025-09-07T07:23:54.9735100Z [5399/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/memory/Bump.cpp.o 2025-09-07T07:23:55.0466520Z [5400/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/ConstantFolder.cpp.o 2025-09-07T07:23:55.4736740Z [5401/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/memory/GreedyBySize.cpp.o 2025-09-07T07:23:57.3105780Z [5402/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/SerialGraphExecutor.cpp.o 2025-09-07T07:23:58.6623880Z [5403/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/OpKernel.cpp.o 2025-09-07T07:23:59.9227490Z [5404/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/memory/DisjointStorageGroups.cpp.o 2025-09-07T07:24:00.8747790Z [5405/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/Weights.cpp.o 2025-09-07T07:24:02.1278100Z [5406/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/CallTorchBindKernel.cpp.o 2025-09-07T07:24:02.3206140Z [5407/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/detail/ITree.cpp.o 2025-09-07T07:24:02.8955560Z [5408/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/ParallelGraphExecutor.cpp.o 2025-09-07T07:24:03.1744070Z [5409/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/C10Kernel.cpp.o 2025-09-07T07:24:03.2949740Z [5410/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/AutoFunctionalizeKernel.cpp.o 2025-09-07T07:24:03.3450910Z [5411/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/HigherOrderKernel.cpp.o 2025-09-07T07:24:07.3282600Z [5412/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/memory/LayoutPlanner.cpp.o 2025-09-07T07:24:08.0446270Z [5413/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/KernelFactory.cpp.o 2025-09-07T07:24:08.0850860Z [5414/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/memory/AliasAnalyzer.cpp.o 2025-09-07T07:24:09.2081630Z [5415/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/PrimKernelRegistry.cpp.o 2025-09-07T07:24:09.3060700Z [5416/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/memory/LayoutManager.cpp.o 2025-09-07T07:24:10.0967070Z [5417/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/graph/passes/pass_manager/GraphPasses.cpp.o 2025-09-07T07:24:11.2214370Z [5418/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/TritonKernel.cpp.o 2025-09-07T07:24:11.9262610Z [5419/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/executor/triton/CpuTritonKernelManager.cpp.o 2025-09-07T07:24:12.7497650Z [5420/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2025-09-07T07:24:13.2906760Z [5421/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/NativeKernels.cpp.o 2025-09-07T07:24:13.8426460Z [5422/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2025-09-07T07:24:14.4596630Z [5423/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/graph/passes/pass_manager/PassManager.cpp.o 2025-09-07T07:24:15.7257470Z [5424/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2025-09-07T07:24:16.7128770Z [5425/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/graph/passes/SubgraphRewriter.cpp.o 2025-09-07T07:24:17.5558140Z [5426/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2025-09-07T07:24:17.9334340Z [5427/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2025-09-07T07:24:18.8386670Z [5428/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2025-09-07T07:24:19.4503680Z [5429/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/GeneratedNativeStaticDispatchKernels.cpp.o 2025-09-07T07:24:19.5863030Z [5430/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pad.mm.o 2025-09-07T07:24:19.8714270Z [5431/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/KernelRegistry.cpp.o 2025-09-07T07:24:20.4249360Z [5432/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PointwiseOps.mm.o 2025-09-07T07:24:20.9493830Z [5433/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/KernelHandlerRegistry.cpp.o 2025-09-07T07:24:21.4511240Z [5434/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PixelShuffle.mm.o 2025-09-07T07:24:22.2634910Z [5435/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/nativert/kernels/GeneratedStaticDispatchKernels.cpp.o 2025-09-07T07:24:23.7650710Z [5436/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pooling.mm.o 2025-09-07T07:24:24.0215080Z [5437/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RenormKernel.mm.o 2025-09-07T07:24:24.2063930Z [5438/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Quantized.mm.o 2025-09-07T07:24:24.6917760Z [5439/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RangeFactories.mm.o 2025-09-07T07:24:25.0964990Z [5440/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RMSNorm.mm.o 2025-09-07T07:24:25.6967590Z [5441/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Scalar.mm.o 2025-09-07T07:24:25.7336200Z [5442/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RnnOps.mm.o 2025-09-07T07:24:26.5664110Z [5443/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ReduceOps.mm.o 2025-09-07T07:24:27.9567540Z [5444/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Repeat.mm.o 2025-09-07T07:24:28.5531800Z [5445/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ScatterGather.mm.o 2025-09-07T07:24:28.7478710Z [5446/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SoftMax.mm.o 2025-09-07T07:24:28.8876130Z [5447/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ScanKernel.mm.o 2025-09-07T07:24:29.3003370Z [5448/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SpecialOps.mm.o 2025-09-07T07:24:29.5835030Z [5449/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Shape.mm.o 2025-09-07T07:24:29.5978900Z [5450/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Sort.mm.o 2025-09-07T07:24:30.2506710Z [5451/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SummaryOps.mm.o 2025-09-07T07:24:31.2766620Z [5452/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TensorCompare.mm.o 2025-09-07T07:24:31.4845100Z [5453/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryOps.mm.o 2025-09-07T07:24:32.9167870Z [5454/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnfoldBackward.mm.o 2025-09-07T07:24:33.1336040Z [5455/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryKernel.mm.o 2025-09-07T07:24:33.9488990Z [5456/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Unique.mm.o 2025-09-07T07:24:34.0977330Z [5457/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/WeightNorm.mm.o 2025-09-07T07:24:34.2990690Z [5458/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/View.mm.o 2025-09-07T07:24:34.5106080Z [5459/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TriangularOps.mm.o 2025-09-07T07:24:34.7137080Z [5460/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/mps/FlattenIndices.mm.o 2025-09-07T07:24:35.5747400Z [5461/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_mps.cpp.o 2025-09-07T07:24:35.9563250Z [5462/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/mps/SparseMPSTensorMath.mm.o 2025-09-07T07:24:36.0284670Z [5463/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/mps/SparseMPSTensor.mm.o 2025-09-07T07:24:36.1300370Z [5464/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UpSample.mm.o 2025-09-07T07:24:36.4926740Z [5465/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_mps.mm.o 2025-09-07T07:24:36.5556170Z [5466/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_mps.cpp.o 2025-09-07T07:24:37.2072100Z [5467/5684] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2025-09-07T07:24:41.4368330Z [5468/5684] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2025-09-07T07:24:42.4270030Z [5469/5684] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2025-09-07T07:24:42.5908790Z [5470/5684] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2025-09-07T07:24:43.5220610Z [5471/5684] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2025-09-07T07:24:44.1767840Z [5472/5684] Building CXX object caffe2/CMakeFiles/mps_test_print.dir/__/aten/src/ATen/test/mps_test_print.cpp.o 2025-09-07T07:24:44.6750620Z [5473/5684] Building CXX object caffe2/CMakeFiles/mps_test_allocator.dir/__/aten/src/ATen/test/mps_test_allocator.cpp.o 2025-09-07T07:24:44.8792910Z [5474/5684] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2025-09-07T07:24:45.1572200Z [5475/5684] Building CXX object caffe2/CMakeFiles/mps_test_metal_library.dir/__/aten/src/ATen/test/mps_test_metal_library.cpp.o 2025-09-07T07:24:45.2779050Z [5476/5684] Building OBJCXX object caffe2/CMakeFiles/mps_test_objc_interface.dir/__/aten/src/ATen/test/mps_test_objc_interface.mm.o 2025-09-07T07:24:47.0636110Z [5477/5684] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2025-09-07T07:24:49.8522450Z [5478/5684] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2025-09-07T07:24:50.3183170Z [5479/5684] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2025-09-07T07:24:50.5190350Z [5480/5684] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2025-09-07T07:24:50.5296090Z [5481/5684] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2025-09-07T07:24:51.3631130Z [5482/5684] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2025-09-07T07:24:51.3969740Z [5483/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2025-09-07T07:24:52.4625130Z [5484/5684] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2025-09-07T07:24:52.6330660Z [5485/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2025-09-07T07:24:53.0618650Z [5486/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2025-09-07T07:24:53.1519870Z [5487/5684] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2025-09-07T07:24:53.1929630Z [5488/5684] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2025-09-07T07:24:56.9954810Z [5489/5684] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2025-09-07T07:24:57.4389080Z [5490/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2025-09-07T07:24:58.2900460Z [5491/5684] Building CXX object caffe2/CMakeFiles/legacy_vmap_test.dir/__/aten/src/ATen/test/legacy_vmap_test.cpp.o 2025-09-07T07:24:58.4692250Z [5492/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2025-09-07T07:24:59.5983950Z [5493/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/mps.cpp.o 2025-09-07T07:24:59.6192490Z [5494/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2025-09-07T07:24:59.7828570Z [5495/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2025-09-07T07:24:59.9220630Z [5496/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2025-09-07T07:24:59.9421310Z [5497/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2025-09-07T07:25:00.2512420Z [5498/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2025-09-07T07:25:01.7760490Z [5499/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2025-09-07T07:25:02.0067360Z [5500/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2025-09-07T07:25:05.4317530Z [5501/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2025-09-07T07:25:06.0102290Z [5502/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2025-09-07T07:25:07.0435970Z [5503/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2025-09-07T07:25:07.8064430Z [5504/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2025-09-07T07:25:07.9070040Z [5505/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2025-09-07T07:25:08.7241190Z [5506/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2025-09-07T07:25:09.8778600Z [5507/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2025-09-07T07:25:10.4600700Z [5508/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2025-09-07T07:25:13.6364610Z [5509/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2025-09-07T07:25:13.6558060Z [5510/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2025-09-07T07:25:14.3852620Z [5511/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2025-09-07T07:25:14.9848240Z [5512/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2025-09-07T07:25:15.2158440Z [5513/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2025-09-07T07:25:15.9260170Z [5514/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2025-09-07T07:25:16.7788590Z [5515/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2025-09-07T07:25:18.6330870Z [5516/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2025-09-07T07:25:19.1044830Z [5517/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2025-09-07T07:25:20.9913410Z [5518/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2025-09-07T07:25:22.2043690Z [5519/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2025-09-07T07:25:23.0296790Z [5520/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2025-09-07T07:25:23.1601930Z [5521/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2025-09-07T07:25:23.3965060Z [5522/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2025-09-07T07:25:24.2511420Z [5523/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2025-09-07T07:25:24.7125820Z [5524/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2025-09-07T07:25:26.2005270Z [5525/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2025-09-07T07:25:26.2121590Z [5526/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2025-09-07T07:25:26.6750080Z [5527/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2025-09-07T07:25:27.7513650Z [5528/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2025-09-07T07:25:28.5895820Z [5529/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2025-09-07T07:25:28.9031160Z [5530/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2025-09-07T07:25:28.9614340Z [5531/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2025-09-07T07:25:29.8542840Z [5532/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2025-09-07T07:25:30.1429250Z [5533/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2025-09-07T07:25:31.8785360Z [5534/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2025-09-07T07:25:31.9286840Z [5535/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2025-09-07T07:25:32.1744730Z [5536/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2025-09-07T07:25:35.8988990Z [5537/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2025-09-07T07:25:35.9390180Z [5538/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2025-09-07T07:25:36.4107690Z [5539/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2025-09-07T07:25:36.8572370Z [5540/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2025-09-07T07:25:36.9383540Z [5541/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2025-09-07T07:25:37.5459170Z [5542/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2025-09-07T07:25:37.9436580Z [5543/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2025-09-07T07:25:38.5557250Z [5544/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp.o 2025-09-07T07:25:38.6930440Z [5545/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/xpu.cpp.o 2025-09-07T07:25:39.0162970Z [5546/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2025-09-07T07:25:39.0967100Z [5547/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2025-09-07T07:25:39.7998570Z [5548/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2025-09-07T07:25:39.9947900Z [5549/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2025-09-07T07:25:40.3973260Z [5550/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSDevice.mm.o 2025-09-07T07:25:41.2543870Z [5551/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSEvent.mm.o 2025-09-07T07:25:41.5164590Z [5552/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGeneratorImpl.mm.o 2025-09-07T07:25:42.4494050Z [5553/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSAllocator.mm.o 2025-09-07T07:25:42.5740190Z [5554/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGuardImpl.mm.o 2025-09-07T07:25:43.3703770Z [5555/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2025-09-07T07:25:43.4526500Z [5556/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSHooks.mm.o 2025-09-07T07:25:43.6584760Z [5557/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSFallback.mm.o 2025-09-07T07:25:43.8883390Z [5558/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/EmptyTensor.cpp.o 2025-09-07T07:25:44.0416170Z [5559/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSStream.mm.o 2025-09-07T07:25:44.2722470Z [5560/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2025-09-07T07:25:45.1731880Z [5561/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Equal.cpp.o 2025-09-07T07:25:47.2617150Z [5562/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSProfiler.mm.o 2025-09-07T07:25:48.2048400Z [5563/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ActivationKernel.mm.o 2025-09-07T07:25:48.2826660Z [5564/5684] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/TensorFactory.cpp.o 2025-09-07T07:25:48.5047760Z [5565/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/AdaptivePooling.mm.o 2025-09-07T07:25:49.0649010Z [5566/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Amp.mm.o 2025-09-07T07:25:50.0393760Z [5567/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryKernel.mm.o 2025-09-07T07:25:50.5023270Z [5568/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Activation.mm.o 2025-09-07T07:25:50.9127640Z [5569/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Attention.mm.o 2025-09-07T07:25:51.7231580Z [5570/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/OperationUtils.mm.o 2025-09-07T07:25:52.9790230Z [5571/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryOps.mm.o 2025-09-07T07:25:53.0232500Z [5572/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Blas.mm.o 2025-09-07T07:25:53.1638930Z [5573/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Bucketization.mm.o 2025-09-07T07:25:53.7279340Z [5574/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ConstantOps.mm.o 2025-09-07T07:25:53.8734410Z [5575/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BitwiseOps.mm.o 2025-09-07T07:25:54.3748740Z [5576/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Col2Im.mm.o 2025-09-07T07:25:55.3727910Z [5577/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernel.mm.o 2025-09-07T07:25:55.7621400Z [5578/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Copy.mm.o 2025-09-07T07:25:56.0742370Z [5579/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Convolution.mm.o 2025-09-07T07:25:56.1985850Z [5580/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/CrossKernel.mm.o 2025-09-07T07:25:57.4301500Z [5581/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Eye.mm.o 2025-09-07T07:25:57.4407690Z [5582/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernel.mm.o 2025-09-07T07:25:58.0063640Z [5583/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FastFourierTransform.mm.o 2025-09-07T07:25:58.5382900Z [5584/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.mm.o 2025-09-07T07:25:58.9059790Z [5585/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Distributions.mm.o 2025-09-07T07:25:59.1007130Z [5586/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.mm.o 2025-09-07T07:26:00.4034060Z [5587/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/GridSampler.mm.o 2025-09-07T07:26:00.6686130Z [5588/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.mm.o 2025-09-07T07:26:02.0050380Z [5589/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.mm.o 2025-09-07T07:26:02.4151210Z [5590/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedSgdKernel.mm.o 2025-09-07T07:26:02.5578600Z [5591/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Gamma.mm.o 2025-09-07T07:26:03.2988700Z [5592/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Lerp.mm.o 2025-09-07T07:26:03.3327270Z [5593/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Im2Col.mm.o 2025-09-07T07:26:03.6808400Z [5594/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/HistogramKernel.mm.o 2025-09-07T07:26:05.0200080Z [5595/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Linear.mm.o 2025-09-07T07:26:05.0202070Z /Users/ec2-user/runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Linear.mm:50:17: warning: instance method '-encodeToCommandEncoder:commandBuffer:sourceArrays:destinationArray:' not found (return type defaults to 'id') [-Wobjc-method-access] 2025-09-07T07:26:05.0202940Z [kernel encodeToCommandEncoder:computeEncoder 2025-09-07T07:26:05.0203170Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T07:26:05.0203960Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Headers/MPSNDArrayMatrixMultiplication.h:37:12: note: receiver is instance of class declared here 2025-09-07T07:26:05.0204840Z @interface MPSNDArrayMatrixMultiplication : MPSNDArrayMultiaryKernel 2025-09-07T07:26:05.0205100Z ^ 2025-09-07T07:26:05.0205810Z /Users/ec2-user/runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/Linear.mm:61:17: warning: instance method '-encodeToCommandEncoder:commandBuffer:sourceArrays:destinationArray:' not found (return type defaults to 'id') [-Wobjc-method-access] 2025-09-07T07:26:05.0206600Z [kernel encodeToCommandEncoder:computeEncoder 2025-09-07T07:26:05.0206810Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T07:26:05.0207600Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Headers/MPSNDArrayMatrixMultiplication.h:37:12: note: receiver is instance of class declared here 2025-09-07T07:26:05.0208460Z @interface MPSNDArrayMatrixMultiplication : MPSNDArrayMultiaryKernel 2025-09-07T07:26:05.0208730Z ^ 2025-09-07T07:26:05.0208840Z 2 warnings generated. 2025-09-07T07:26:05.9329400Z [5596/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Indexing.mm.o 2025-09-07T07:26:05.9995200Z [5597/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Normalization.mm.o 2025-09-07T07:26:06.0834610Z [5598/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LinearAlgebra.mm.o 2025-09-07T07:26:06.0835690Z /Users/ec2-user/runner/_work/pytorch/pytorch/aten/src/ATen/native/mps/operations/LinearAlgebra.mm:911:21: warning: instance method '-encodeToCommandEncoder:commandBuffer:sourceArrays:destinationArray:' not found (return type defaults to 'id') [-Wobjc-method-access] 2025-09-07T07:26:06.0836600Z [matmul encodeToCommandEncoder:computeEncoder 2025-09-07T07:26:06.0836820Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-09-07T07:26:06.0837910Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Headers/MPSNDArrayMatrixMultiplication.h:37:12: note: receiver is instance of class declared here 2025-09-07T07:26:06.0838780Z @interface MPSNDArrayMatrixMultiplication : MPSNDArrayMultiaryKernel 2025-09-07T07:26:06.0839050Z ^ 2025-09-07T07:26:06.0839170Z 1 warning generated. 2025-09-07T07:26:06.4635250Z [5599/5684] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LossOps.mm.o 2025-09-07T07:26:07.5814460Z [5600/5684] Linking CXX shared library lib/libtorch_cpu.dylib 2025-09-07T07:26:07.5814900Z ld: warning: ignoring duplicate libraries: 'lib/libcpuinfo.a', 'lib/libnnpack.a', 'lib/libpthreadpool.a' 2025-09-07T07:26:07.6616960Z [5601/5684] Linking CXX executable bin/BackoffTest 2025-09-07T07:26:07.6790400Z [5602/5684] Linking CXX executable bin/HashStoreTest 2025-09-07T07:26:07.6861830Z [5603/5684] Linking CXX executable bin/TCPStoreTest 2025-09-07T07:26:07.6875410Z [5604/5684] Linking CXX executable bin/FileStoreTest 2025-09-07T07:26:07.7265360Z [5605/5684] Linking CXX shared library lib/libshm.dylib 2025-09-07T07:26:07.7267980Z [5606/5684] Linking CXX shared library lib/libtorch.dylib 2025-09-07T07:26:07.8237230Z [5607/5684] Linking CXX executable bin/NamedTensor_test 2025-09-07T07:26:07.8267190Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.8336590Z [5608/5684] Linking CXX executable bin/broadcast_test 2025-09-07T07:26:07.8379240Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.8478660Z [5609/5684] Linking CXX executable bin/apply_utils_test 2025-09-07T07:26:07.8580340Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.8583390Z [5610/5684] Linking CXX executable bin/Dimname_test 2025-09-07T07:26:07.8585300Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.8649550Z [5611/5684] Linking CXX executable bin/torch_shm_manager 2025-09-07T07:26:07.8901110Z [5612/5684] Linking CXX executable bin/MaybeOwned_test 2025-09-07T07:26:07.8902030Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.8964660Z [5613/5684] Linking CXX executable bin/Dict_test 2025-09-07T07:26:07.8965270Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.9133100Z [5614/5684] Linking CXX executable bin/atest 2025-09-07T07:26:07.9134090Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.9139840Z [5615/5684] Linking CXX executable bin/basic 2025-09-07T07:26:07.9141560Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.9469280Z [5616/5684] Linking CXX executable bin/cpu_profiling_allocator_test 2025-09-07T07:26:07.9469900Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.9545710Z [5617/5684] Linking CXX executable bin/dlconvertor_test 2025-09-07T07:26:07.9647900Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.9751520Z [5618/5684] Linking CXX executable bin/cpu_generator_test 2025-09-07T07:26:07.9752770Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:07.9876240Z [5619/5684] Linking CXX executable bin/cpu_rng_test 2025-09-07T07:26:07.9877230Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.0215250Z [5620/5684] Linking CXX executable bin/half_test 2025-09-07T07:26:08.0241590Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.0337990Z [5621/5684] Linking CXX executable bin/ivalue_test 2025-09-07T07:26:08.0440300Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.0583390Z [5622/5684] Linking CXX executable bin/extension_backend_test 2025-09-07T07:26:08.0640710Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.0641340Z [5623/5684] Linking CXX executable bin/lazy_tensor_test 2025-09-07T07:26:08.0641790Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.0644130Z [5624/5684] Linking CXX executable bin/cpu_allocator_test 2025-09-07T07:26:08.0645180Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.0645600Z [5625/5684] Linking CXX executable bin/math_kernel_test 2025-09-07T07:26:08.0645980Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.0646400Z [5626/5684] Linking CXX executable bin/memory_overlapping_test 2025-09-07T07:26:08.0653660Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.1033280Z [5627/5684] Linking CXX executable bin/mobile_memory_cleanup 2025-09-07T07:26:08.1186280Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.1600360Z [5628/5684] Linking CXX executable bin/operator_name_test 2025-09-07T07:26:08.1686640Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.1709970Z [5629/5684] Linking CXX executable bin/native_test 2025-09-07T07:26:08.1711860Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.1734510Z [5630/5684] Linking CXX executable bin/memory_format_test 2025-09-07T07:26:08.1734940Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.1939180Z [5631/5684] Linking CXX executable bin/packedtensoraccessor_test 2025-09-07T07:26:08.1991580Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.1993990Z [5632/5684] Linking CXX executable bin/reduce_ops_test 2025-09-07T07:26:08.1996710Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.2003190Z [5633/5684] Linking CXX executable bin/reportMemoryUsage_test 2025-09-07T07:26:08.2003740Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.2133760Z [5634/5684] Linking CXX executable bin/operators_test 2025-09-07T07:26:08.2138100Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.2237490Z [5635/5684] Linking CXX executable bin/quantized_test 2025-09-07T07:26:08.2253440Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.2530570Z [5636/5684] Linking CXX executable bin/pow_test 2025-09-07T07:26:08.2633690Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.2797310Z [5637/5684] Linking CXX executable bin/scalar_tensor_test 2025-09-07T07:26:08.2800930Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.2913740Z [5638/5684] Linking CXX executable bin/StorageUtils_test 2025-09-07T07:26:08.2919140Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.2982600Z [5639/5684] Linking CXX executable bin/tensor_iterator_test 2025-09-07T07:26:08.2983510Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.3433720Z [5640/5684] Linking CXX executable bin/scalar_test 2025-09-07T07:26:08.3434640Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.3522870Z [5641/5684] Linking CXX executable bin/test_parallel 2025-09-07T07:26:08.3524990Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.3558380Z [5642/5684] Linking CXX executable bin/stride_properties_test 2025-09-07T07:26:08.3560400Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.3595730Z [5643/5684] Linking CXX executable bin/thread_init_test 2025-09-07T07:26:08.3596310Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.3610700Z [5644/5684] Linking CXX executable bin/type_test 2025-09-07T07:26:08.3611150Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.4118990Z [5645/5684] Linking CXX executable bin/undefined_tensor_test 2025-09-07T07:26:08.4175240Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.4370870Z [5646/5684] Linking CXX executable bin/type_ptr_test 2025-09-07T07:26:08.4414020Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.4426680Z [5647/5684] Linking CXX executable bin/test_dist_autograd 2025-09-07T07:26:08.4806150Z [5648/5684] Linking CXX executable bin/test_cpp_rpc 2025-09-07T07:26:08.5099950Z [5649/5684] Linking CXX executable bin/parallel_benchmark 2025-09-07T07:26:08.5911200Z [5650/5684] Linking CXX shared library lib/libtorchbind_test.dylib 2025-09-07T07:26:08.5959650Z [5651/5684] Linking CXX executable bin/inline_container_test 2025-09-07T07:26:08.5963020Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.5974870Z [5652/5684] Linking CXX shared library lib/libjitbackend_test.dylib 2025-09-07T07:26:08.5981810Z [5653/5684] Linking CXX executable bin/test_nativert 2025-09-07T07:26:08.6288910Z [5654/5684] Linking CXX shared library lib/libbackend_with_compiler.dylib 2025-09-07T07:26:08.7142560Z [5655/5684] Linking CXX shared library lib/libaoti_custom_ops.dylib 2025-09-07T07:26:08.7209120Z [5656/5684] Linking CXX executable bin/test_lazy 2025-09-07T07:26:08.7922780Z [5657/5684] Linking CXX executable bin/kernel_lambda_legacy_test 2025-09-07T07:26:08.8019960Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.8114850Z [5658/5684] Linking CXX executable bin/test_api 2025-09-07T07:26:08.8219990Z [5659/5684] Linking CXX executable bin/kernel_function_test 2025-09-07T07:26:08.8283110Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.8757850Z [5660/5684] Linking CXX executable bin/test_jit 2025-09-07T07:26:08.8790650Z [5661/5684] Linking CXX executable bin/op_allowlist_test 2025-09-07T07:26:08.8791540Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.8829150Z [5662/5684] Linking CXX executable bin/kernel_function_legacy_test 2025-09-07T07:26:08.8934150Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.9058750Z [5663/5684] Linking CXX executable bin/backend_fallback_test 2025-09-07T07:26:08.9159560Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.9667430Z [5664/5684] Linking CXX executable bin/make_boxed_from_unboxed_functor_test 2025-09-07T07:26:08.9675100Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:08.9852290Z [5665/5684] Linking CXX executable bin/mps_test_allocator 2025-09-07T07:26:08.9938280Z [5666/5684] Linking CXX executable bin/mps_test_print 2025-09-07T07:26:09.0017160Z [5667/5684] Linking CXX executable bin/mps_test_objc_interface 2025-09-07T07:26:09.0017540Z [5668/5684] Linking CXX executable bin/CppSignature_test 2025-09-07T07:26:09.0020060Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.0052530Z [5669/5684] Linking CXX executable bin/kernel_stackbased_test 2025-09-07T07:26:09.0054260Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.0097330Z [5670/5684] Linking CXX executable bin/kernel_lambda_test 2025-09-07T07:26:09.0098540Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.0101730Z [5671/5684] Linking CXX executable bin/mps_test_metal_library 2025-09-07T07:26:09.0934870Z [5672/5684] Linking CXX executable bin/verify_api_visibility 2025-09-07T07:26:09.0939450Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.1030270Z [5673/5684] Linking CXX executable bin/KernelFunction_test 2025-09-07T07:26:09.1033030Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.1045710Z [5674/5684] Linking CXX executable bin/legacy_vmap_test 2025-09-07T07:26:09.1046250Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.1072120Z [5675/5684] Linking CXX executable bin/List_test 2025-09-07T07:26:09.1073750Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.1119930Z [5676/5684] Linking CXX executable bin/IListRef_test 2025-09-07T07:26:09.1120350Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.1216080Z [5677/5684] Linking CXX executable bin/xla_tensor_test 2025-09-07T07:26:09.1217530Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.1283090Z [5678/5684] Linking CXX executable bin/wrapdim_test 2025-09-07T07:26:09.1283900Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.1342920Z [5679/5684] Linking CXX executable bin/weakref_test 2025-09-07T07:26:09.1343250Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:09.2356730Z [5680/5684] Linking CXX shared library lib/libtorch_python.dylib 2025-09-07T07:26:09.2783590Z [5681/5684] Linking CXX shared module functorch/functorch.so 2025-09-07T07:26:16.9461540Z [5682/5684] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2025-09-07T07:26:17.0011960Z [5683/5684] Linking CXX executable bin/op_registration_test 2025-09-07T07:26:17.0012480Z ld: warning: ignoring duplicate libraries: '-lc++', 'lib/libgtest.a' 2025-09-07T07:26:17.0012760Z [5683/5684] Install the project... 2025-09-07T07:26:17.0081170Z -- Install configuration: "Release" 2025-09-07T07:26:24.3687290Z -- Checkout nccl release tag: v2.27.5-1 2025-09-07T07:26:24.3687510Z running bdist_wheel 2025-09-07T07:26:29.0612680Z running build 2025-09-07T07:26:29.0612830Z running build_py 2025-09-07T07:26:29.0644010Z creating build/lib.macosx-14.0-arm64-cpython-312 2025-09-07T07:26:29.0644560Z creating build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0645350Z copying torch/_storage_docs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0653190Z copying torch/_meta_registrations.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0655790Z copying torch/version.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0662560Z copying torch/library.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0690410Z copying torch/_jit_internal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0710440Z copying torch/_thread_safe_fork.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0711020Z copying torch/_custom_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0718250Z copying torch/return_types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0724400Z copying torch/_size_docs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0730860Z copying torch/_torch_docs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0790290Z copying torch/_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0819720Z copying torch/_utils_internal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0820660Z copying torch/quasirandom.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0827910Z copying torch/torch_version.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0834770Z copying torch/_VF.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0841640Z copying torch/_streambase.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0847980Z copying torch/_tensor_docs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0879800Z copying torch/_weights_only_unpickler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0896250Z copying torch/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0923120Z copying torch/overrides.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0924600Z copying torch/_namedtensor_internals.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0932720Z copying torch/types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0939730Z copying torch/_linalg_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0946930Z copying torch/__config__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0953580Z copying torch/_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0984540Z copying torch/random.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.0991490Z copying torch/hub.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1006060Z copying torch/_tensor_str.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1018990Z copying torch/_sources.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1025650Z copying torch/_vmap_internals.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1032510Z copying torch/functional.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1064160Z copying torch/_lowrank.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1072290Z copying torch/_appdirs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1087200Z copying torch/_environment.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1094220Z copying torch/storage.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1116470Z copying torch/_compile.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1126110Z copying torch/_lobpcg.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1141640Z copying torch/__future__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1148790Z copying torch/_guards.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1168420Z copying torch/_python_dispatcher.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1176930Z copying torch/_classes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1190160Z copying torch/serialization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1222720Z copying torch/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:29.1238420Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1238800Z copying torchgen/native_function_generation.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1252650Z copying torchgen/gen_vmap_plumbing.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1259280Z copying torchgen/gen.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1287020Z copying torchgen/local.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1294670Z copying torchgen/gen_functionalization_type.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1316850Z copying torchgen/code_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1328240Z copying torchgen/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1334330Z copying torchgen/yaml_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1341070Z copying torchgen/gen_aoti_c_shim.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1353640Z copying torchgen/model.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1379360Z copying torchgen/gen_schema_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1385450Z copying torchgen/context.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1392370Z copying torchgen/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1405470Z copying torchgen/gen_backend_stubs.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1425380Z copying torchgen/gen_lazy_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen 2025-09-07T07:26:29.1442860Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch 2025-09-07T07:26:29.1443210Z copying functorch/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch 2025-09-07T07:26:29.1452930Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1453390Z copying torch/_higher_order_ops/flat_apply.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1460380Z copying torch/_higher_order_ops/foreach_map.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1466750Z copying torch/_higher_order_ops/effects.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1473570Z copying torch/_higher_order_ops/_invoke_quant.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1480510Z copying torch/_higher_order_ops/invoke_subgraph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1493770Z copying torch/_higher_order_ops/aoti_call_delegate.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1501000Z copying torch/_higher_order_ops/while_loop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1502330Z copying torch/_higher_order_ops/base_hop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1509560Z copying torch/_higher_order_ops/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1510550Z copying torch/_higher_order_ops/strict_mode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1516820Z copying torch/_higher_order_ops/torchbind.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1523270Z copying torch/_higher_order_ops/cond.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1536200Z copying torch/_higher_order_ops/map.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1544270Z copying torch/_higher_order_ops/hints_wrap.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1557380Z copying torch/_higher_order_ops/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1575940Z copying torch/_higher_order_ops/out_dtype.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1582890Z copying torch/_higher_order_ops/executorch_call_delegate.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1589760Z copying torch/_higher_order_ops/scan.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1604100Z copying torch/_higher_order_ops/run_const_graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1611350Z copying torch/_higher_order_ops/associative_scan.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1624970Z copying torch/_higher_order_ops/auto_functionalize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1639090Z copying torch/_higher_order_ops/triton_kernel_wrap.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1688190Z copying torch/_higher_order_ops/flex_attention.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1689260Z copying torch/_higher_order_ops/wrap.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1696030Z copying torch/_higher_order_ops/schema.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops 2025-09-07T07:26:29.1704990Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_prims 2025-09-07T07:26:29.1705530Z copying torch/_prims/debug_prims.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_prims 2025-09-07T07:26:29.1713180Z copying torch/_prims/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_prims 2025-09-07T07:26:29.1732200Z copying torch/_prims/context.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_prims 2025-09-07T07:26:29.1739290Z copying torch/_prims/rng_prims.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_prims 2025-09-07T07:26:29.1746270Z copying torch/_prims/executor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_prims 2025-09-07T07:26:29.1753580Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_logging 2025-09-07T07:26:29.1753960Z copying torch/_logging/_internal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_logging 2025-09-07T07:26:29.1777050Z copying torch/_logging/scribe.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_logging 2025-09-07T07:26:29.1783600Z copying torch/_logging/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_logging 2025-09-07T07:26:29.1789410Z copying torch/_logging/_registrations.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_logging 2025-09-07T07:26:29.1796100Z copying torch/_logging/structured.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_logging 2025-09-07T07:26:29.1805620Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1806030Z copying torch/_functorch/partitioners.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1841900Z copying torch/_functorch/compile_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1849170Z copying torch/_functorch/config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1862120Z copying torch/_functorch/autograd_function.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1878230Z copying torch/_functorch/python_key.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1886260Z copying torch/_functorch/pytree_hacks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1894470Z copying torch/_functorch/pyfunctorch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1902600Z copying torch/_functorch/deprecated.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1909470Z copying torch/_functorch/top_operators_github_usage.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1922130Z copying torch/_functorch/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1928850Z copying torch/_functorch/batch_norm_replacement.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1935190Z copying torch/_functorch/fx_minifier.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1950840Z copying torch/_functorch/predispatch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1957010Z copying torch/_functorch/apis.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1969790Z copying torch/_functorch/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1976710Z copying torch/_functorch/aot_autograd.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.1996210Z copying torch/_functorch/compilers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.2004340Z copying torch/_functorch/eager_transforms.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.2024410Z copying torch/_functorch/vmap.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.2038690Z copying torch/_functorch/benchmark_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.2045710Z copying torch/_functorch/make_functional.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.2059400Z copying torch/_functorch/functional_call.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch 2025-09-07T07:26:29.2071160Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2071550Z copying torch/_numpy/_reductions_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2081990Z copying torch/_numpy/_getlimits.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2089070Z copying torch/_numpy/_unary_ufuncs_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2095980Z copying torch/_numpy/_casting_dicts.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2110460Z copying torch/_numpy/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2119010Z copying torch/_numpy/_binary_ufuncs_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2125600Z copying torch/_numpy/random.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2132170Z copying torch/_numpy/_dtypes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2139190Z copying torch/_numpy/linalg.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2152660Z copying torch/_numpy/_ndarray.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2170570Z copying torch/_numpy/_ufuncs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2179210Z copying torch/_numpy/_util.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2187030Z copying torch/_numpy/_normalizations.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2193640Z copying torch/_numpy/_dtypes_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2200510Z copying torch/_numpy/fft.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2208210Z copying torch/_numpy/_funcs_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2227630Z copying torch/_numpy/_funcs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy 2025-09-07T07:26:29.2235820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2236190Z copying torch/_export/error.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2249120Z copying torch/_export/tools.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2256550Z copying torch/_export/converter.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2278270Z copying torch/_export/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2285610Z copying torch/_export/pass_base.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2299500Z copying torch/_export/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2320300Z copying torch/_export/wrappers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2328310Z copying torch/_export/non_strict_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2343050Z copying torch/_export/verifier.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export 2025-09-07T07:26:29.2344690Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/monitor 2025-09-07T07:26:29.2345240Z copying torch/monitor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/monitor 2025-09-07T07:26:29.2353360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_dispatch 2025-09-07T07:26:29.2353750Z copying torch/_dispatch/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dispatch 2025-09-07T07:26:29.2354590Z copying torch/_dispatch/python.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dispatch 2025-09-07T07:26:29.2363180Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses 2025-09-07T07:26:29.2363610Z copying torch/_subclasses/functional_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses 2025-09-07T07:26:29.2377940Z copying torch/_subclasses/meta_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses 2025-09-07T07:26:29.2409090Z copying torch/_subclasses/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses 2025-09-07T07:26:29.2416210Z copying torch/_subclasses/_fake_tensor_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses 2025-09-07T07:26:29.2428450Z copying torch/_subclasses/fake_impls.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses 2025-09-07T07:26:29.2446470Z copying torch/_subclasses/fake_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses 2025-09-07T07:26:29.2479660Z copying torch/_subclasses/schema_check_mode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses 2025-09-07T07:26:29.2490280Z copying torch/_subclasses/fake_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses 2025-09-07T07:26:29.2498310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/futures 2025-09-07T07:26:29.2498670Z copying torch/futures/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/futures 2025-09-07T07:26:29.2513400Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/linalg 2025-09-07T07:26:29.2513850Z copying torch/linalg/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/linalg 2025-09-07T07:26:29.2555140Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_custom_op 2025-09-07T07:26:29.2555520Z copying torch/_custom_op/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_custom_op 2025-09-07T07:26:29.2556330Z copying torch/_custom_op/autograd.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_custom_op 2025-09-07T07:26:29.2569240Z copying torch/_custom_op/impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_custom_op 2025-09-07T07:26:29.2585820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:29.2586170Z copying torch/nn/common_types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:29.2591830Z copying torch/nn/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:29.2597390Z copying torch/nn/_reduction.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:29.2603040Z copying torch/nn/cpp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:29.2608900Z copying torch/nn/functional.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:29.2643700Z copying torch/nn/init.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:29.2658490Z copying torch/nn/grad.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:29.2664600Z copying torch/nn/parameter.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:29.2671030Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/mps 2025-09-07T07:26:29.2671360Z copying torch/mps/event.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/mps 2025-09-07T07:26:29.2677740Z copying torch/mps/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/mps 2025-09-07T07:26:29.2683900Z copying torch/mps/profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/mps 2025-09-07T07:26:29.2692360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2692720Z copying torch/onnx/_constants.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2699150Z copying torch/onnx/symbolic_opset15.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2705320Z copying torch/onnx/symbolic_opset7.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2711460Z copying torch/onnx/symbolic_opset11.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2717650Z copying torch/onnx/verification.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2723910Z copying torch/onnx/_flags.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2724790Z copying torch/onnx/symbolic_opset10.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2731390Z copying torch/onnx/symbolic_opset20.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2738030Z copying torch/onnx/symbolic_opset14.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2744010Z copying torch/onnx/symbolic_helper.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2750460Z copying torch/onnx/symbolic_opset9.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2757350Z copying torch/onnx/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2771720Z copying torch/onnx/symbolic_opset8.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2778280Z copying torch/onnx/symbolic_opset19.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2784890Z copying torch/onnx/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2791160Z copying torch/onnx/symbolic_opset18.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2797550Z copying torch/onnx/errors.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2804040Z copying torch/onnx/symbolic_opset13.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2810960Z copying torch/onnx/operators.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2817740Z copying torch/onnx/symbolic_opset17.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2825050Z copying torch/onnx/symbolic_opset16.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2831720Z copying torch/onnx/symbolic_opset12.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx 2025-09-07T07:26:29.2839220Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor 2025-09-07T07:26:29.2839590Z copying torch/_vendor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor 2025-09-07T07:26:29.2840930Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/cpu 2025-09-07T07:26:29.2841420Z copying torch/cpu/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cpu 2025-09-07T07:26:29.2876180Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2876600Z copying torch/distributed/_distributed_c10d.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2884150Z copying torch/distributed/_composable_state.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2890910Z copying torch/distributed/logging_handlers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2897570Z copying torch/distributed/rendezvous.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2904640Z copying torch/distributed/run.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2930470Z copying torch/distributed/_state_dict_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2943330Z copying torch/distributed/_serialization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2949800Z copying torch/distributed/distributed_c10d.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2952150Z copying torch/distributed/argparse_util.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2958840Z copying torch/distributed/_checkpointable.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2974730Z copying torch/distributed/constants.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2983340Z copying torch/distributed/c10d_logger.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2989130Z copying torch/distributed/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.2995270Z copying torch/distributed/_dist2.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.3005820Z copying torch/distributed/collective_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.3015490Z copying torch/distributed/_functional_collectives.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.3028410Z copying torch/distributed/launch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.3036210Z copying torch/distributed/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.3044050Z copying torch/distributed/remote_device.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.3050390Z copying torch/distributed/device_mesh.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.3051560Z copying torch/distributed/_C_stubs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.3058480Z copying torch/distributed/_functional_collectives_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed 2025-09-07T07:26:29.3067020Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3067420Z copying torch/autograd/anomaly_mode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3074110Z copying torch/autograd/graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3087460Z copying torch/autograd/forward_ad.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3094650Z copying torch/autograd/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3111100Z copying torch/autograd/variable.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3117790Z copying torch/autograd/functional.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3137560Z copying torch/autograd/grad_mode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3144920Z copying torch/autograd/profiler_util.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3164990Z copying torch/autograd/profiler_legacy.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3173340Z copying torch/autograd/gradcheck.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3207220Z copying torch/autograd/profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3226790Z copying torch/autograd/function.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd 2025-09-07T07:26:29.3245360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3245680Z copying torch/fx/_pytree.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3252160Z copying torch/fx/graph_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3265030Z copying torch/fx/operator_schemas.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3278700Z copying torch/fx/config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3285910Z copying torch/fx/proxy.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3302890Z copying torch/fx/_lazy_graph_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3311610Z copying torch/fx/traceback.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3318450Z copying torch/fx/graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3339800Z copying torch/fx/tensor_type.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3346910Z copying torch/fx/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3353150Z copying torch/fx/immutable_collections.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3359000Z copying torch/fx/annotate.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3365000Z copying torch/fx/subgraph_rewriter.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3372180Z copying torch/fx/interpreter.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3384940Z copying torch/fx/_symbolic_trace.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3404160Z copying torch/fx/node.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3405260Z copying torch/fx/_compatibility.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3412330Z copying torch/fx/_graph_pickler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3426250Z copying torch/fx/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx 2025-09-07T07:26:29.3435720Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_prims_common 2025-09-07T07:26:29.3436130Z copying torch/_prims_common/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_prims_common 2025-09-07T07:26:29.3457010Z copying torch/_prims_common/wrappers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_prims_common 2025-09-07T07:26:29.3471310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing 2025-09-07T07:26:29.3471750Z copying torch/multiprocessing/queue.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing 2025-09-07T07:26:29.3478540Z copying torch/multiprocessing/_atfork.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing 2025-09-07T07:26:29.3486700Z copying torch/multiprocessing/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing 2025-09-07T07:26:29.3493760Z copying torch/multiprocessing/spawn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing 2025-09-07T07:26:29.3500520Z copying torch/multiprocessing/reductions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing 2025-09-07T07:26:29.3513780Z copying torch/multiprocessing/pool.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing 2025-09-07T07:26:29.3523150Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3523530Z copying torch/cuda/_pin_memory_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3530570Z copying torch/cuda/gds.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3537940Z copying torch/cuda/streams.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3544560Z copying torch/cuda/comm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3551520Z copying torch/cuda/memory.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3565200Z copying torch/cuda/jiterator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3572950Z copying torch/cuda/nccl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3579610Z copying torch/cuda/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3605450Z copying torch/cuda/_gpu_trace.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3612510Z copying torch/cuda/_sanitizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3627160Z copying torch/cuda/random.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3634440Z copying torch/cuda/_memory_viz.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3649550Z copying torch/cuda/tunable.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3665450Z copying torch/cuda/sparse.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3672420Z copying torch/cuda/nvtx.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3679380Z copying torch/cuda/graphs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3692590Z copying torch/cuda/profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3699770Z copying torch/cuda/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda 2025-09-07T07:26:29.3708040Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends 2025-09-07T07:26:29.3708410Z copying torch/backends/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends 2025-09-07T07:26:29.3716420Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_decomp 2025-09-07T07:26:29.3716840Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_decomp 2025-09-07T07:26:29.3724130Z copying torch/_decomp/decompositions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_decomp 2025-09-07T07:26:29.3777400Z copying torch/_decomp/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_decomp 2025-09-07T07:26:29.3790340Z copying torch/_decomp/decompositions_for_rng.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_decomp 2025-09-07T07:26:29.3803030Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/xpu 2025-09-07T07:26:29.3803370Z copying torch/xpu/streams.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/xpu 2025-09-07T07:26:29.3813170Z copying torch/xpu/memory.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/xpu 2025-09-07T07:26:29.3819170Z copying torch/xpu/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/xpu 2025-09-07T07:26:29.3830650Z copying torch/xpu/_gpu_trace.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/xpu 2025-09-07T07:26:29.3836790Z copying torch/xpu/random.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/xpu 2025-09-07T07:26:29.3843240Z copying torch/xpu/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/xpu 2025-09-07T07:26:29.3851400Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/masked 2025-09-07T07:26:29.3851750Z copying torch/masked/_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked 2025-09-07T07:26:29.3871190Z copying torch/masked/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked 2025-09-07T07:26:29.3877430Z copying torch/masked/_docs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked 2025-09-07T07:26:29.3899890Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.3900320Z copying torch/optim/lr_scheduler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.3926600Z copying torch/optim/rmsprop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.3940970Z copying torch/optim/_adafactor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.3953770Z copying torch/optim/_muon.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.3961270Z copying torch/optim/sparse_adam.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.3969610Z copying torch/optim/rprop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.3985110Z copying torch/optim/sgd.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.3997670Z copying torch/optim/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4004870Z copying torch/optim/adamax.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4018240Z copying torch/optim/adagrad.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4031560Z copying torch/optim/adamw.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4038740Z copying torch/optim/swa_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4052550Z copying torch/optim/lbfgs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4066100Z copying torch/optim/radam.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4086270Z copying torch/optim/adam.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4100250Z copying torch/optim/optimizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4120640Z copying torch/optim/nadam.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4133900Z copying torch/optim/asgd.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4140960Z copying torch/optim/_functional.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4147510Z copying torch/optim/adadelta.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim 2025-09-07T07:26:29.4168890Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4169300Z copying torch/_inductor/dtype_propagation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4176690Z copying torch/_inductor/cudagraph_trees.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4206710Z copying torch/_inductor/select_algorithm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4208230Z copying torch/_inductor/ops_handler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4222240Z copying torch/_inductor/metrics.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4230100Z copying torch/_inductor/codecache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4232380Z copying torch/_inductor/mock_cache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4239800Z copying torch/_inductor/optimize_indexing.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4246660Z copying torch/_inductor/freezing_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4253440Z copying torch/_inductor/hooks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4260250Z copying torch/_inductor/cpp_builder.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4283370Z copying torch/_inductor/cpu_vec_isa.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4297680Z copying torch/_inductor/config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4298900Z copying torch/_inductor/compile_fx_ext.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4320510Z copying torch/_inductor/comms.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4345860Z copying torch/_inductor/memory.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4359530Z copying torch/_inductor/mkldnn_lowerings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4379810Z copying torch/_inductor/async_compile.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4392860Z copying torch/_inductor/pattern_matcher.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4421640Z copying torch/_inductor/quantized_lowerings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4428620Z copying torch/_inductor/triton_bundler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4434760Z copying torch/_inductor/aoti_eager.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4448720Z copying torch/_inductor/graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4479570Z copying torch/_inductor/lowering.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4481920Z copying torch/_inductor/jagged_lowerings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4488830Z copying torch/_inductor/test_operators.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4494440Z copying torch/_inductor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4500680Z copying torch/_inductor/compile_fx.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4502100Z copying torch/_inductor/cudagraph_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4520160Z copying torch/_inductor/sizevars.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4537770Z copying torch/_inductor/ir.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4541140Z copying torch/_inductor/analyze_preserves_zero_mask.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4547070Z copying torch/_inductor/compile_fx_async.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4553400Z copying torch/_inductor/index_propagation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4560290Z copying torch/_inductor/constant_folding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4573170Z copying torch/_inductor/inductor_prims.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4583740Z copying torch/_inductor/virtualized.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4590900Z copying torch/_inductor/test_case.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4597120Z copying torch/_inductor/autotune_process.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4609940Z copying torch/_inductor/standalone_compile.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4621260Z copying torch/_inductor/await_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4628890Z copying torch/_inductor/exc.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4634270Z copying torch/_inductor/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4635750Z copying torch/_inductor/debug.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4650140Z copying torch/_inductor/kernel_inputs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4656910Z copying torch/_inductor/__autotune_main__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4662460Z copying torch/_inductor/fuzzer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4663620Z copying torch/_inductor/comm_lowering.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4670140Z copying torch/_inductor/decomposition.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4681250Z copying torch/_inductor/fx_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4688340Z copying torch/_inductor/shape_propagation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4694490Z copying torch/_inductor/compile_fx_subproc.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4700480Z copying torch/_inductor/scheduler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4702700Z copying torch/_inductor/comms_debug.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4710970Z copying torch/_inductor/remote_gemm_autotune_cache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4719000Z copying torch/_inductor/mkldnn_ir.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4732990Z copying torch/_inductor/wrapper_benchmark.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4740670Z copying torch/_inductor/choices.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4741720Z copying torch/_inductor/remote_cache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4749590Z copying torch/_inductor/comm_analysis.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4755820Z copying torch/_inductor/compiler_bisector.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4767520Z copying torch/_inductor/extern_node_serializer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4773680Z copying torch/_inductor/bounds.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4782960Z copying torch/_inductor/kernel_template_choice.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4783770Z copying torch/_inductor/output_code.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4785010Z copying torch/_inductor/custom_graph_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4786070Z copying torch/_inductor/freezing.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4795240Z copying torch/_inductor/dependencies.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4808390Z copying torch/_inductor/tiling_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4826450Z copying torch/_inductor/loop_body.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4827460Z copying torch/_inductor/subgraph_lowering.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:29.4841450Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4841800Z copying torch/utils/_pytree.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4875150Z copying torch/utils/_appending_byte_serializer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4881620Z copying torch/utils/_foreach_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4887180Z copying torch/utils/hooks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4894770Z copying torch/utils/_traceback.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4904750Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4912580Z copying torch/utils/_mode_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4918900Z copying torch/utils/checkpoint.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4944300Z copying torch/utils/show_pickle.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4955240Z copying torch/utils/deterministic.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4963280Z copying torch/utils/file_baton.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4968500Z copying torch/utils/backend_registration.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4979110Z copying torch/utils/module_tracker.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4984570Z copying torch/utils/model_zoo.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4990560Z copying torch/utils/_zip.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.4996950Z copying torch/utils/collect_env.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5011880Z copying torch/utils/throughput_benchmark.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5018640Z copying torch/utils/dlpack.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5024080Z copying torch/utils/_cxx_pytree.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5041270Z copying torch/utils/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5048000Z copying torch/utils/_functools.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5054360Z copying torch/utils/_import_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5060090Z copying torch/utils/_cpp_embed_headers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5065940Z copying torch/utils/_dtype_abbrs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5072270Z copying torch/utils/bundled_inputs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5088390Z copying torch/utils/_helion.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5094990Z copying torch/utils/mkldnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5101310Z copying torch/utils/cpp_backtrace.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5107920Z copying torch/utils/_contextlib.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5114420Z copying torch/utils/_python_dispatch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5127650Z copying torch/utils/_exposed_in.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5134890Z copying torch/utils/_filelock.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5142300Z copying torch/utils/_thunk.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5148370Z copying torch/utils/_config_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5162390Z copying torch/utils/_device.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5169480Z copying torch/utils/flop_counter.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5183010Z copying torch/utils/_typing_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5195640Z copying torch/utils/_stats.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5205970Z copying torch/utils/cpp_extension.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5240480Z copying torch/utils/_backport_slots.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5247980Z copying torch/utils/_get_clean_triton.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5255040Z copying torch/utils/_triton.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5261210Z copying torch/utils/_content_store.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5267730Z copying torch/utils/_ordered_set.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5274020Z copying torch/utils/weak.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5280200Z copying torch/utils/mobile_optimizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:29.5287190Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/contrib 2025-09-07T07:26:29.5287560Z copying torch/contrib/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/contrib 2025-09-07T07:26:29.5288430Z copying torch/contrib/_tensorboard_vis.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/contrib 2025-09-07T07:26:29.5297750Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5298230Z copying torch/quantization/observer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5306740Z copying torch/quantization/fuse_modules.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5314320Z copying torch/quantization/quantization_mappings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5320770Z copying torch/quantization/quantize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5327240Z copying torch/quantization/_numeric_suite.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5333970Z copying torch/quantization/fake_quantize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5340800Z copying torch/quantization/qconfig.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5347380Z copying torch/quantization/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5353900Z copying torch/quantization/_quantized_conversions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5360850Z copying torch/quantization/stubs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5367250Z copying torch/quantization/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5374590Z copying torch/quantization/fuser_method_mappings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5381710Z copying torch/quantization/quantize_jit.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5389340Z copying torch/quantization/quant_type.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5396460Z copying torch/quantization/quantize_fx.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5403520Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization 2025-09-07T07:26:29.5410710Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/special 2025-09-07T07:26:29.5411080Z copying torch/special/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/special 2025-09-07T07:26:29.5426310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing 2025-09-07T07:26:29.5426760Z copying torch/testing/_creation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing 2025-09-07T07:26:29.5435600Z copying torch/testing/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing 2025-09-07T07:26:29.5442720Z copying torch/testing/_comparison.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing 2025-09-07T07:26:29.5476050Z copying torch/testing/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing 2025-09-07T07:26:29.5484620Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5484990Z copying torch/_library/triton.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5491780Z copying torch/_library/fake_profile.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5498080Z copying torch/_library/infer_schema.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5505070Z copying torch/_library/simple_registry.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5511150Z copying torch/_library/custom_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5523740Z copying torch/_library/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5530880Z copying torch/_library/fake_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5538100Z copying torch/_library/autograd.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5544890Z copying torch/_library/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5562600Z copying torch/_library/fake_class_registry.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_library 2025-09-07T07:26:29.5570130Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/accelerator 2025-09-07T07:26:29.5570520Z copying torch/accelerator/memory.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/accelerator 2025-09-07T07:26:29.5577550Z copying torch/accelerator/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/accelerator 2025-09-07T07:26:29.5584410Z copying torch/accelerator/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/accelerator 2025-09-07T07:26:29.5592170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/amp 2025-09-07T07:26:29.5592570Z copying torch/amp/autocast_mode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/amp 2025-09-07T07:26:29.5609090Z copying torch/amp/grad_scaler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/amp 2025-09-07T07:26:29.5629980Z copying torch/amp/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/amp 2025-09-07T07:26:29.5645340Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5645680Z copying torch/jit/_ir_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5653010Z copying torch/jit/_monkeytype_config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5659390Z copying torch/jit/_decompositions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5665960Z copying torch/jit/_recursive.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5679860Z copying torch/jit/_logging.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5687010Z copying torch/jit/_serialization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5696270Z copying torch/jit/quantized.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5704040Z copying torch/jit/_script.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5728930Z copying torch/jit/_shape_functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5742200Z copying torch/jit/_decomposition_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5749520Z copying torch/jit/_freeze.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5756250Z copying torch/jit/_pickle.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5762900Z copying torch/jit/_check.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5770230Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5779020Z copying torch/jit/frontend.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5796110Z copying torch/jit/supported_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5804110Z copying torch/jit/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5813180Z copying torch/jit/_fuser.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5821820Z copying torch/jit/_builtins.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5828360Z copying torch/jit/_dataclass_impls.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5834540Z copying torch/jit/_trace.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5854500Z copying torch/jit/generate_bytecode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5862300Z copying torch/jit/_state.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5869390Z copying torch/jit/_async.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5876600Z copying torch/jit/annotations.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5893200Z copying torch/jit/_await.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:29.5905400Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5905760Z copying torch/_dynamo/package.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5920770Z copying torch/_dynamo/cache_size.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5927650Z copying torch/_dynamo/callback.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5934540Z copying torch/_dynamo/comptime.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5947490Z copying torch/_dynamo/logging.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5954350Z copying torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5961490Z copying torch/_dynamo/hooks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5968640Z copying torch/_dynamo/precompile_context.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5975620Z copying torch/_dynamo/graph_break_hints.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5982580Z copying torch/_dynamo/config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5983460Z copying torch/_dynamo/guards.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5985810Z copying torch/_dynamo/test_minifier_common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.5993720Z copying torch/_dynamo/create_parameter_op.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6001120Z copying torch/_dynamo/aot_compile.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6002160Z copying torch/_dynamo/graph_region_tracker.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6017120Z copying torch/_dynamo/device_interface.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6029810Z copying torch/_dynamo/graph_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6037690Z copying torch/_dynamo/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6038570Z copying torch/_dynamo/mutation_guard.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6045740Z copying torch/_dynamo/types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6054530Z copying torch/_dynamo/metrics_context.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6064300Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6074210Z copying torch/_dynamo/tensor_version_op.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6083870Z copying torch/_dynamo/external_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6104180Z copying torch/_dynamo/test_case.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6115160Z copying torch/_dynamo/distributed.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6123090Z copying torch/_dynamo/resume_execution.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6141510Z copying torch/_dynamo/output_graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6143190Z copying torch/_dynamo/compiled_autograd.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6163490Z copying torch/_dynamo/exc.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6176760Z copying torch/_dynamo/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6215780Z copying torch/_dynamo/test_dont_skip_tracing_functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6222610Z copying torch/_dynamo/replay_record.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6229410Z copying torch/_dynamo/side_effects.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6255500Z copying torch/_dynamo/trace_rules.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6295550Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6317470Z copying torch/_dynamo/convert_frame.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6318650Z copying torch/_dynamo/funcname_cache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6326530Z copying torch/_dynamo/testing.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6327520Z copying torch/_dynamo/pgo.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6328980Z copying torch/_dynamo/profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6335260Z copying torch/_dynamo/symbolic_convert.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6379540Z copying torch/_dynamo/codegen.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6397460Z copying torch/_dynamo/source.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6410930Z copying torch/_dynamo/eval_frame.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6412370Z copying torch/_dynamo/functional_export.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6413530Z copying torch/_dynamo/code_context.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6421150Z copying torch/_dynamo/graph_deduplication.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6433720Z copying torch/_dynamo/current_scope_id.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6440150Z copying torch/_dynamo/debug_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6457540Z copying torch/_dynamo/decorators.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:29.6480760Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6481150Z copying torch/_lazy/metrics.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6488340Z copying torch/_lazy/config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6494150Z copying torch/_lazy/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6500890Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6507240Z copying torch/_lazy/debug.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6513510Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6519960Z copying torch/_lazy/ir_cache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6526470Z copying torch/_lazy/ts_backend.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6533170Z copying torch/_lazy/computation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6540290Z copying torch/_lazy/closure.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6546750Z copying torch/_lazy/device_context.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy 2025-09-07T07:26:29.6553930Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao 2025-09-07T07:26:29.6554270Z copying torch/ao/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao 2025-09-07T07:26:29.6562280Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/mtia 2025-09-07T07:26:29.6562640Z copying torch/mtia/memory.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/mtia 2025-09-07T07:26:29.6569630Z copying torch/mtia/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/mtia 2025-09-07T07:26:29.6577230Z copying torch/mtia/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/mtia 2025-09-07T07:26:29.6584950Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_refs 2025-09-07T07:26:29.6585330Z copying torch/_refs/_conversions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_refs 2025-09-07T07:26:29.6592170Z copying torch/_refs/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_refs 2025-09-07T07:26:29.6635630Z copying torch/_refs/fft.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_refs 2025-09-07T07:26:29.6659440Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fft 2025-09-07T07:26:29.6659790Z copying torch/fft/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fft 2025-09-07T07:26:29.6683150Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/profiler 2025-09-07T07:26:29.6683550Z copying torch/profiler/_memory_profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/profiler 2025-09-07T07:26:29.6696200Z copying torch/profiler/itt.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/profiler 2025-09-07T07:26:29.6703890Z copying torch/profiler/_pattern_matcher.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/profiler 2025-09-07T07:26:29.6718670Z copying torch/profiler/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/profiler 2025-09-07T07:26:29.6725620Z copying torch/profiler/profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/profiler 2025-09-07T07:26:29.6740620Z copying torch/profiler/python_tracer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/profiler 2025-09-07T07:26:29.6747690Z copying torch/profiler/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/profiler 2025-09-07T07:26:29.6755650Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/sparse 2025-09-07T07:26:29.6756040Z copying torch/sparse/_semi_structured_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/sparse 2025-09-07T07:26:29.6763730Z copying torch/sparse/_semi_structured_conversions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/sparse 2025-09-07T07:26:29.6771600Z copying torch/sparse/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/sparse 2025-09-07T07:26:29.6785760Z copying torch/sparse/semi_structured.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/sparse 2025-09-07T07:26:29.6799130Z copying torch/sparse/_triton_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/sparse 2025-09-07T07:26:29.6828090Z copying torch/sparse/_triton_ops_meta.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/sparse 2025-09-07T07:26:29.6889210Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_awaits 2025-09-07T07:26:29.6889660Z copying torch/_awaits/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_awaits 2025-09-07T07:26:29.6899350Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.6899770Z copying torch/export/_safeguard.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.6907890Z copying torch/export/exported_program.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.6930060Z copying torch/export/unflatten.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.6951860Z copying torch/export/custom_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.6959810Z copying torch/export/custom_obj.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.6967120Z copying torch/export/_remove_effect_tokens_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.6974550Z copying torch/export/_remove_auto_functionalized_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.6981950Z copying torch/export/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.6997000Z copying torch/export/_unlift.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7011360Z copying torch/export/_trace.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7040170Z copying torch/export/graph_signature.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7055940Z copying torch/export/_wrapper_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7063350Z copying torch/export/decomp_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7070240Z copying torch/export/_swap.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7084020Z copying torch/export/_draft_export.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7097140Z copying torch/export/dynamic_shapes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7124410Z copying torch/export/_tree_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7135940Z copying torch/export/_leakage_detection_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export 2025-09-07T07:26:29.7143050Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nested 2025-09-07T07:26:29.7143450Z copying torch/nested/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nested 2025-09-07T07:26:29.7163440Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_strobelight 2025-09-07T07:26:29.7163900Z copying torch/_strobelight/cli_function_profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_strobelight 2025-09-07T07:26:29.7173550Z copying torch/_strobelight/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_strobelight 2025-09-07T07:26:29.7174270Z copying torch/_strobelight/compile_time_profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_strobelight 2025-09-07T07:26:29.7186810Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/numa 2025-09-07T07:26:29.7187180Z copying torch/numa/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/numa 2025-09-07T07:26:29.7188300Z copying torch/numa/binding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/numa 2025-09-07T07:26:29.7205370Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/compiler 2025-09-07T07:26:29.7205750Z copying torch/compiler/_cache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/compiler 2025-09-07T07:26:29.7213460Z copying torch/compiler/config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/compiler 2025-09-07T07:26:29.7220060Z copying torch/compiler/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/compiler 2025-09-07T07:26:29.7233180Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/signal 2025-09-07T07:26:29.7233550Z copying torch/signal/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/signal 2025-09-07T07:26:29.7244580Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7256220Z copying torch/distributions/inverse_gamma.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7262880Z copying torch/distributions/laplace.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7269020Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7282480Z copying torch/distributions/categorical.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7289740Z copying torch/distributions/transforms.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7306270Z copying torch/distributions/dirichlet.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7315070Z copying torch/distributions/log_normal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7322020Z copying torch/distributions/transformed_distribution.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7329220Z copying torch/distributions/geometric.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7336100Z copying torch/distributions/generalized_pareto.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7342980Z copying torch/distributions/weibull.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7349470Z copying torch/distributions/studentT.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7355880Z copying torch/distributions/multivariate_normal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7362940Z copying torch/distributions/normal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7369820Z copying torch/distributions/poisson.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7377030Z copying torch/distributions/beta.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7384130Z copying torch/distributions/kumaraswamy.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7391830Z copying torch/distributions/half_normal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7398750Z copying torch/distributions/relaxed_categorical.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7406530Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7414270Z copying torch/distributions/half_cauchy.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7421620Z copying torch/distributions/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7428420Z copying torch/distributions/lkj_cholesky.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7435830Z copying torch/distributions/independent.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7442920Z copying torch/distributions/multinomial.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7449900Z copying torch/distributions/exponential.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7457030Z copying torch/distributions/pareto.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7463960Z copying torch/distributions/negative_binomial.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7472080Z copying torch/distributions/cauchy.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7479070Z copying torch/distributions/von_mises.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7486630Z copying torch/distributions/distribution.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7494280Z copying torch/distributions/gumbel.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7501760Z copying torch/distributions/constraint_registry.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7509950Z copying torch/distributions/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7517860Z copying torch/distributions/kl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7532770Z copying torch/distributions/mixture_same_family.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7540780Z copying torch/distributions/continuous_bernoulli.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7548320Z copying torch/distributions/fishersnedecor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7556270Z copying torch/distributions/constraints.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7570900Z copying torch/distributions/uniform.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7578290Z copying torch/distributions/bernoulli.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7585970Z copying torch/distributions/exp_family.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7595130Z copying torch/distributions/logistic_normal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7601860Z copying torch/distributions/one_hot_categorical.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7609430Z copying torch/distributions/wishart.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7617770Z copying torch/distributions/gamma.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7624950Z copying torch/distributions/chi2.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7632220Z copying torch/distributions/binomial.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributions 2025-09-07T07:26:29.7641660Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7642110Z copying torch/package/package_exporter.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7665310Z copying torch/package/file_structure_representation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7673050Z copying torch/package/_mock.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7680580Z copying torch/package/importer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7688100Z copying torch/package/_stdlib.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7695470Z copying torch/package/_mangling.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7702890Z copying torch/package/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7710260Z copying torch/package/package_importer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7725510Z copying torch/package/_package_unpickler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7733290Z copying torch/package/glob_group.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7740540Z copying torch/package/find_file_dependencies.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7747950Z copying torch/package/_package_pickler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7755830Z copying torch/package/_importlib.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7764920Z copying torch/package/_directory_reader.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7771760Z copying torch/package/_digraph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package 2025-09-07T07:26:29.7780120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/func 2025-09-07T07:26:29.7780470Z copying torch/func/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/func 2025-09-07T07:26:29.7789300Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:29.7789930Z copying torch/_functorch/_activation_checkpointing/graph_info_provider.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:29.7802910Z copying torch/_functorch/_activation_checkpointing/knapsack.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:29.7814000Z copying torch/_functorch/_activation_checkpointing/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:29.7821550Z copying torch/_functorch/_activation_checkpointing/ac_logging_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:29.7829070Z copying torch/_functorch/_activation_checkpointing/knapsack_evaluator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:29.7838630Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.7839240Z copying torch/_functorch/_aot_autograd/input_output_analysis.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.7854110Z copying torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.7884560Z copying torch/_functorch/_aot_autograd/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.7892130Z copying torch/_functorch/_aot_autograd/functional_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.7909370Z copying torch/_functorch/_aot_autograd/autograd_cache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.7930930Z copying torch/_functorch/_aot_autograd/descriptors.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.7945160Z copying torch/_functorch/_aot_autograd/graph_capture_wrappers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.7966690Z copying torch/_functorch/_aot_autograd/schemas.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.7990230Z copying torch/_functorch/_aot_autograd/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.8005130Z copying torch/_functorch/_aot_autograd/fx_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.8012880Z copying torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.8028840Z copying torch/_functorch/_aot_autograd/frontend_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.8038060Z copying torch/_functorch/_aot_autograd/graph_capture.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.8051970Z copying torch/_functorch/_aot_autograd/graph_compile.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.8053210Z copying torch/_functorch/_aot_autograd/subclass_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.8066520Z copying torch/_functorch/_aot_autograd/logging_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.8073220Z copying torch/_functorch/_aot_autograd/subclass_parametrization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd 2025-09-07T07:26:29.8081110Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/testing 2025-09-07T07:26:29.8081530Z copying torch/_numpy/testing/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/testing 2025-09-07T07:26:29.8089240Z copying torch/_numpy/testing/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/testing 2025-09-07T07:26:29.8110940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_export/pass_infra 2025-09-07T07:26:29.8111380Z copying torch/_export/pass_infra/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/pass_infra 2025-09-07T07:26:29.8112440Z copying torch/_export/pass_infra/proxy_value.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/pass_infra 2025-09-07T07:26:29.8119320Z copying torch/_export/pass_infra/node_metadata.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/pass_infra 2025-09-07T07:26:29.8128340Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8128820Z copying torch/_export/passes/insert_custom_op_guards.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8136120Z copying torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8150510Z copying torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8157500Z copying torch/_export/passes/collect_tracepoints_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8164910Z copying torch/_export/passes/replace_with_hop_pass_util.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8172040Z copying torch/_export/passes/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8180010Z copying torch/_export/passes/_node_metadata_hook.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8186630Z copying torch/_export/passes/lift_constants_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8200450Z copying torch/_export/passes/constant_folding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8208330Z copying torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8216040Z copying torch/_export/passes/replace_autocast_with_hop_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8223840Z copying torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8231230Z copying torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8238560Z copying torch/_export/passes/remove_runtime_assertions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes 2025-09-07T07:26:29.8247050Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db 2025-09-07T07:26:29.8247440Z copying torch/_export/db/logging.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db 2025-09-07T07:26:29.8254960Z copying torch/_export/db/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db 2025-09-07T07:26:29.8262230Z copying torch/_export/db/gen_example.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db 2025-09-07T07:26:29.8269600Z copying torch/_export/db/case.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db 2025-09-07T07:26:29.8277810Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde 2025-09-07T07:26:29.8278230Z copying torch/_export/serde/serialize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde 2025-09-07T07:26:29.8280510Z copying torch/_export/serde/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde 2025-09-07T07:26:29.8281120Z copying torch/_export/serde/schema_check.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde 2025-09-07T07:26:29.8296580Z copying torch/_export/serde/dynamic_shapes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde 2025-09-07T07:26:29.8304660Z copying torch/_export/serde/union.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde 2025-09-07T07:26:29.8311840Z copying torch/_export/serde/schema.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde 2025-09-07T07:26:29.8333750Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8346960Z copying torch/_export/db/examples/list_unpack.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8354080Z copying torch/_export/db/examples/specialized_attribute.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8360650Z copying torch/_export/db/examples/static_for_loop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8367790Z copying torch/_export/db/examples/cond_closed_over_variable.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8375570Z copying torch/_export/db/examples/fn_with_kwargs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8382080Z copying torch/_export/db/examples/constrain_as_value_example.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8388860Z copying torch/_export/db/examples/dynamic_shape_slicing.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8395750Z copying torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8402280Z copying torch/_export/db/examples/autograd_function.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8409250Z copying torch/_export/db/examples/type_reflection_method.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8415880Z copying torch/_export/db/examples/cond_operands.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8422470Z copying torch/_export/db/examples/decorator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8429560Z copying torch/_export/db/examples/dynamic_shape_view.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8436470Z copying torch/_export/db/examples/dynamic_shape_map.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8443280Z copying torch/_export/db/examples/nested_function.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8449780Z copying torch/_export/db/examples/dynamic_shape_constructor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8456560Z copying torch/_export/db/examples/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8463850Z copying torch/_export/db/examples/dynamic_shape_if_guard.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8471580Z copying torch/_export/db/examples/assume_constant_result.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8478930Z copying torch/_export/db/examples/cond_branch_class_method.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8485740Z copying torch/_export/db/examples/class_method.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8493120Z copying torch/_export/db/examples/pytree_flatten.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8499840Z copying torch/_export/db/examples/scalar_output.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8506650Z copying torch/_export/db/examples/cond_predicate.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8513660Z copying torch/_export/db/examples/dynamic_shape_assert.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8520630Z copying torch/_export/db/examples/unsupported_operator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8528110Z copying torch/_export/db/examples/tensor_setattr.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8535850Z copying torch/_export/db/examples/optional_input.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8543210Z copying torch/_export/db/examples/constrain_as_size_example.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8551030Z copying torch/_export/db/examples/static_if.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8558300Z copying torch/_export/db/examples/dictionary.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8565840Z copying torch/_export/db/examples/list_contains.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8573410Z copying torch/_export/db/examples/dynamic_shape_round.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8580880Z copying torch/_export/db/examples/user_input_mutation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8588540Z copying torch/_export/db/examples/null_context_manager.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8595550Z copying torch/_export/db/examples/cond_branch_nested_function.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8603200Z copying torch/_export/db/examples/model_attr_mutation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples 2025-09-07T07:26:29.8611580Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention 2025-09-07T07:26:29.8612000Z copying torch/nn/attention/bias.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention 2025-09-07T07:26:29.8620130Z copying torch/nn/attention/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention 2025-09-07T07:26:29.8629130Z copying torch/nn/attention/flex_attention.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention 2025-09-07T07:26:29.8630500Z copying torch/nn/attention/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention 2025-09-07T07:26:29.8639470Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel 2025-09-07T07:26:29.8639890Z copying torch/nn/parallel/parallel_apply.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel 2025-09-07T07:26:29.8647610Z copying torch/nn/parallel/comm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel 2025-09-07T07:26:29.8655540Z copying torch/nn/parallel/scatter_gather.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel 2025-09-07T07:26:29.8664000Z copying torch/nn/parallel/replicate.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel 2025-09-07T07:26:29.8670610Z copying torch/nn/parallel/_functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel 2025-09-07T07:26:29.8682480Z copying torch/nn/parallel/data_parallel.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel 2025-09-07T07:26:29.8693030Z copying torch/nn/parallel/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel 2025-09-07T07:26:29.8700150Z copying torch/nn/parallel/distributed.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel 2025-09-07T07:26:29.8730150Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat 2025-09-07T07:26:29.8730510Z copying torch/nn/qat/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat 2025-09-07T07:26:29.8739350Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized 2025-09-07T07:26:29.8739760Z copying torch/nn/quantized/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized 2025-09-07T07:26:29.8748970Z copying torch/nn/quantized/functional.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized 2025-09-07T07:26:29.8758010Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/backends 2025-09-07T07:26:29.8758400Z copying torch/nn/backends/thnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/backends 2025-09-07T07:26:29.8766570Z copying torch/nn/backends/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/backends 2025-09-07T07:26:29.8769360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8769780Z copying torch/nn/utils/_named_member_accessor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8777390Z copying torch/nn/utils/spectral_norm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8784830Z copying torch/nn/utils/convert_parameters.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8791660Z copying torch/nn/utils/stateless.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8799090Z copying torch/nn/utils/parametrize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8823270Z copying torch/nn/utils/memory_format.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8829650Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8836330Z copying torch/nn/utils/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8843420Z copying torch/nn/utils/weight_norm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8850790Z copying torch/nn/utils/fusion.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8858140Z copying torch/nn/utils/prune.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8883390Z copying torch/nn/utils/parametrizations.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8904210Z copying torch/nn/utils/init.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8911880Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8919190Z copying torch/nn/utils/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8932700Z copying torch/nn/utils/clip_grad.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils 2025-09-07T07:26:29.8940480Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable 2025-09-07T07:26:29.8940900Z copying torch/nn/quantizable/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable 2025-09-07T07:26:29.8948130Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic 2025-09-07T07:26:29.8948550Z copying torch/nn/intrinsic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic 2025-09-07T07:26:29.8958490Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.8958890Z copying torch/nn/modules/upsampling.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.8966660Z copying torch/nn/modules/channelshuffle.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.8973400Z copying torch/nn/modules/instancenorm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.8986450Z copying torch/nn/modules/flatten.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.8993270Z copying torch/nn/modules/batchnorm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9007720Z copying torch/nn/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9015090Z copying torch/nn/modules/_functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9021840Z copying torch/nn/modules/pooling.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9046380Z copying torch/nn/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9054020Z copying torch/nn/modules/distance.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9060690Z copying torch/nn/modules/container.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9075370Z copying torch/nn/modules/pixelshuffle.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9082860Z copying torch/nn/modules/adaptive.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9092680Z copying torch/nn/modules/loss.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9122400Z copying torch/nn/modules/activation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9143550Z copying torch/nn/modules/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9150510Z copying torch/nn/modules/transformer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9170500Z copying torch/nn/modules/sparse.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9184630Z copying torch/nn/modules/module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9215810Z copying torch/nn/modules/dropout.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9223960Z copying torch/nn/modules/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9245230Z copying torch/nn/modules/lazy.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9253910Z copying torch/nn/modules/normalization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9261990Z copying torch/nn/modules/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9294360Z copying torch/nn/modules/padding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9314010Z copying torch/nn/modules/fold.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules 2025-09-07T07:26:29.9321640Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention/experimental 2025-09-07T07:26:29.9322160Z copying torch/nn/attention/experimental/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention/experimental 2025-09-07T07:26:29.9328860Z copying torch/nn/attention/experimental/_paged_attention.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention/experimental 2025-09-07T07:26:29.9336660Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/dynamic 2025-09-07T07:26:29.9337080Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/dynamic 2025-09-07T07:26:29.9344460Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/modules 2025-09-07T07:26:29.9344880Z copying torch/nn/qat/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/modules 2025-09-07T07:26:29.9351650Z copying torch/nn/qat/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/modules 2025-09-07T07:26:29.9358380Z copying torch/nn/qat/modules/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/modules 2025-09-07T07:26:29.9365650Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/modules 2025-09-07T07:26:29.9372670Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/dynamic/modules 2025-09-07T07:26:29.9373160Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/dynamic/modules 2025-09-07T07:26:29.9380210Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/dynamic/modules 2025-09-07T07:26:29.9387050Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference 2025-09-07T07:26:29.9387540Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference 2025-09-07T07:26:29.9395100Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic 2025-09-07T07:26:29.9395570Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic 2025-09-07T07:26:29.9403420Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9404020Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9411740Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9418450Z copying torch/nn/quantized/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9426550Z copying torch/nn/quantized/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9434370Z copying torch/nn/quantized/modules/activation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9441500Z copying torch/nn/quantized/modules/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9447880Z copying torch/nn/quantized/modules/dropout.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9455470Z copying torch/nn/quantized/modules/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9462880Z copying torch/nn/quantized/modules/normalization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9469870Z copying torch/nn/quantized/modules/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9476540Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules 2025-09-07T07:26:29.9484310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules 2025-09-07T07:26:29.9484900Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules 2025-09-07T07:26:29.9491950Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules 2025-09-07T07:26:29.9499640Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules 2025-09-07T07:26:29.9512590Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules 2025-09-07T07:26:29.9522930Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules 2025-09-07T07:26:29.9529840Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules 2025-09-07T07:26:29.9537490Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:29.9538040Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:29.9544520Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:29.9551790Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:29.9558650Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:29.9567060Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9567700Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9575390Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9582080Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9589230Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9596190Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9609680Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9620730Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9627130Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9633390Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9640140Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights 2025-09-07T07:26:29.9647840Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable/modules 2025-09-07T07:26:29.9648350Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable/modules 2025-09-07T07:26:29.9655920Z copying torch/nn/quantizable/modules/activation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable/modules 2025-09-07T07:26:29.9663390Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable/modules 2025-09-07T07:26:29.9672370Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat 2025-09-07T07:26:29.9672870Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat 2025-09-07T07:26:29.9680450Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized 2025-09-07T07:26:29.9680940Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized 2025-09-07T07:26:29.9688400Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/modules 2025-09-07T07:26:29.9688890Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/modules 2025-09-07T07:26:29.9696320Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/modules 2025-09-07T07:26:29.9704580Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:29.9705090Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:29.9712140Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:29.9719610Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:29.9726520Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:29.9733610Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/dynamic 2025-09-07T07:26:29.9734160Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/dynamic 2025-09-07T07:26:29.9742030Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:29.9742790Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:29.9750070Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:29.9756820Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:29.9763780Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:29.9771450Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:29.9772210Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:29.9779410Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:29.9786820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal 2025-09-07T07:26:29.9787270Z copying torch/onnx/_internal/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal 2025-09-07T07:26:29.9788090Z copying torch/onnx/_internal/_lazy_import.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal 2025-09-07T07:26:29.9796160Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/ops 2025-09-07T07:26:29.9796560Z copying torch/onnx/ops/_dtype_mappings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/ops 2025-09-07T07:26:29.9804070Z copying torch/onnx/ops/_symbolic_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/ops 2025-09-07T07:26:29.9811470Z copying torch/onnx/ops/_impl.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/ops 2025-09-07T07:26:29.9819290Z copying torch/onnx/ops/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/ops 2025-09-07T07:26:29.9836780Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9837380Z copying torch/onnx/_internal/torchscript_exporter/registration.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9845840Z copying torch/onnx/_internal/torchscript_exporter/_type_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9857420Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset15.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9868370Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset7.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9875160Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9896450Z copying torch/onnx/_internal/torchscript_exporter/verification.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9910790Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9936330Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9949300Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9955810Z copying torch/onnx/_internal/torchscript_exporter/_globals.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9962590Z copying torch/onnx/_internal/torchscript_exporter/symbolic_helper.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:29.9989590Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0038340Z copying torch/onnx/_internal/torchscript_exporter/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0039060Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset8.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0050790Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset19.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0057490Z copying torch/onnx/_internal/torchscript_exporter/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0077050Z copying torch/onnx/_internal/torchscript_exporter/_experimental.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0083270Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0090200Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0103330Z copying torch/onnx/_internal/torchscript_exporter/onnx_proto_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0111040Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0117760Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0124790Z copying torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0131830Z copying torch/onnx/_internal/torchscript_exporter/jit_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:30.0139250Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx 2025-09-07T07:26:30.0139700Z copying torch/onnx/_internal/fx/type_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx 2025-09-07T07:26:30.0146360Z copying torch/onnx/_internal/fx/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx 2025-09-07T07:26:30.0147000Z copying torch/onnx/_internal/fx/_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx 2025-09-07T07:26:30.0158820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0159340Z copying torch/onnx/_internal/exporter/_constants.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0168380Z copying torch/onnx/_internal/exporter/_analysis.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0175500Z copying torch/onnx/_internal/exporter/_flags.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0182760Z copying torch/onnx/_internal/exporter/_errors.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0189400Z copying torch/onnx/_internal/exporter/_capture_strategies.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0190370Z copying torch/onnx/_internal/exporter/_tensors.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0198000Z copying torch/onnx/_internal/exporter/_dispatching.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0205990Z copying torch/onnx/_internal/exporter/_isolated.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0214080Z copying torch/onnx/_internal/exporter/_decomp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0220210Z copying torch/onnx/_internal/exporter/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0220890Z copying torch/onnx/_internal/exporter/_onnx_program.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0234110Z copying torch/onnx/_internal/exporter/_building.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0248700Z copying torch/onnx/_internal/exporter/_dynamic_shapes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0256030Z copying torch/onnx/_internal/exporter/_schemas.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0273140Z copying torch/onnx/_internal/exporter/_core.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0274440Z copying torch/onnx/_internal/exporter/_verification.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0282150Z copying torch/onnx/_internal/exporter/_reporting.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0283170Z copying torch/onnx/_internal/exporter/_registration.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0290850Z copying torch/onnx/_internal/exporter/_testing.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0298280Z copying torch/onnx/_internal/exporter/_compat.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0305060Z copying torch/onnx/_internal/exporter/_ir_passes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0311820Z copying torch/onnx/_internal/exporter/_type_casting.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0318730Z copying torch/onnx/_internal/exporter/_fx_passes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter 2025-09-07T07:26:30.0326470Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx/passes 2025-09-07T07:26:30.0327030Z copying torch/onnx/_internal/fx/passes/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx/passes 2025-09-07T07:26:30.0340150Z copying torch/onnx/_internal/fx/passes/type_promotion.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx/passes 2025-09-07T07:26:30.0365770Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib 2025-09-07T07:26:30.0366340Z copying torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib 2025-09-07T07:26:30.0373630Z copying torch/onnx/_internal/exporter/_torchlib/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib 2025-09-07T07:26:30.0374320Z copying torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib 2025-09-07T07:26:30.0382740Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:30.0383310Z copying torch/onnx/_internal/exporter/_torchlib/ops/nn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:30.0391260Z copying torch/onnx/_internal/exporter/_torchlib/ops/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:30.0399320Z copying torch/onnx/_internal/exporter/_torchlib/ops/core.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:30.0406610Z copying torch/onnx/_internal/exporter/_torchlib/ops/symops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:30.0413830Z copying torch/onnx/_internal/exporter/_torchlib/ops/symbolic.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:30.0421000Z copying torch/onnx/_internal/exporter/_torchlib/ops/hop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:30.0428950Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor/packaging 2025-09-07T07:26:30.0429670Z copying torch/_vendor/packaging/version.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor/packaging 2025-09-07T07:26:30.0436920Z copying torch/_vendor/packaging/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor/packaging 2025-09-07T07:26:30.0443430Z copying torch/_vendor/packaging/_structures.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor/packaging 2025-09-07T07:26:30.0451180Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/cpu/amp 2025-09-07T07:26:30.0451570Z copying torch/cpu/amp/autocast_mode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cpu/amp 2025-09-07T07:26:30.0458780Z copying torch/cpu/amp/grad_scaler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cpu/amp 2025-09-07T07:26:30.0465820Z copying torch/cpu/amp/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cpu/amp 2025-09-07T07:26:30.0472630Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tensor 2025-09-07T07:26:30.0473100Z copying torch/distributed/_tensor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tensor 2025-09-07T07:26:30.0480850Z copying torch/distributed/_tensor/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tensor 2025-09-07T07:26:30.0487810Z copying torch/distributed/_tensor/placement_types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tensor 2025-09-07T07:26:30.0495150Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_sharding_spec 2025-09-07T07:26:30.0495660Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_sharding_spec 2025-09-07T07:26:30.0502870Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/launcher 2025-09-07T07:26:30.0503330Z copying torch/distributed/launcher/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/launcher 2025-09-07T07:26:30.0510640Z copying torch/distributed/launcher/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/launcher 2025-09-07T07:26:30.0522560Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0523190Z copying torch/distributed/checkpoint/_async_process_executor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0535910Z copying torch/distributed/checkpoint/logging_handlers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0546430Z copying torch/distributed/checkpoint/format_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0553510Z copying torch/distributed/checkpoint/planner.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0561610Z copying torch/distributed/checkpoint/_consolidate_hf_safetensors.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0577380Z copying torch/distributed/checkpoint/_dedup_save_plans.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0586140Z copying torch/distributed/checkpoint/state_dict.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0606170Z copying torch/distributed/checkpoint/metadata.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0619480Z copying torch/distributed/checkpoint/_storage_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0626540Z copying torch/distributed/checkpoint/_version.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0633200Z copying torch/distributed/checkpoint/_traverse.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0640750Z copying torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0650880Z copying torch/distributed/checkpoint/_dedup_tensors.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0660380Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0681970Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0696600Z copying torch/distributed/checkpoint/quantized_hf_storage.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0697400Z copying torch/distributed/checkpoint/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0703410Z copying torch/distributed/checkpoint/_hf_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0709390Z copying torch/distributed/checkpoint/logger.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0715870Z copying torch/distributed/checkpoint/_pg_transport.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0722790Z copying torch/distributed/checkpoint/resharding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0729350Z copying torch/distributed/checkpoint/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0736040Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0742720Z copying torch/distributed/checkpoint/_async_executor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0749710Z copying torch/distributed/checkpoint/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0757110Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0770470Z copying torch/distributed/checkpoint/storage.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0777630Z copying torch/distributed/checkpoint/_state_dict_stager.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0784430Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0797510Z copying torch/distributed/checkpoint/optimizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0805330Z copying torch/distributed/checkpoint/_async_thread_executor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0812370Z copying torch/distributed/checkpoint/staging.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0826210Z copying torch/distributed/checkpoint/_checkpointer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0833310Z copying torch/distributed/checkpoint/stateful.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0840050Z copying torch/distributed/checkpoint/_fsspec_filesystem.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0847460Z copying torch/distributed/checkpoint/_extension.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0855030Z copying torch/distributed/checkpoint/_nested_dict.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0862030Z copying torch/distributed/checkpoint/hf_storage.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint 2025-09-07T07:26:30.0870470Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_sharded_tensor 2025-09-07T07:26:30.0871130Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_sharded_tensor 2025-09-07T07:26:30.0878900Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn 2025-09-07T07:26:30.0879370Z copying torch/distributed/nn/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn 2025-09-07T07:26:30.0886690Z copying torch/distributed/nn/functional.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn 2025-09-07T07:26:30.0894840Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic 2025-09-07T07:26:30.0895860Z copying torch/distributed/elastic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic 2025-09-07T07:26:30.0904330Z copying torch/distributed/elastic/control_plane.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic 2025-09-07T07:26:30.0911770Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/autograd 2025-09-07T07:26:30.0912250Z copying torch/distributed/autograd/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/autograd 2025-09-07T07:26:30.0921120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.0921690Z copying torch/distributed/pipelining/_IR.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.0944190Z copying torch/distributed/pipelining/_unflatten.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.0951630Z copying torch/distributed/pipelining/_schedule_visualizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.0959760Z copying torch/distributed/pipelining/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.0972570Z copying torch/distributed/pipelining/microbatch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.0976650Z copying torch/distributed/pipelining/_backward.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.0984140Z copying torch/distributed/pipelining/_debug.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.0991360Z copying torch/distributed/pipelining/stage.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.1017630Z copying torch/distributed/pipelining/schedules.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.1052830Z copying torch/distributed/pipelining/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining 2025-09-07T07:26:30.1061210Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms 2025-09-07T07:26:30.1061710Z copying torch/distributed/algorithms/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms 2025-09-07T07:26:30.1069700Z copying torch/distributed/algorithms/join.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms 2025-09-07T07:26:30.1079470Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1079960Z copying torch/distributed/optim/_deprecation_warning.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1088200Z copying torch/distributed/optim/named_optimizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1096730Z copying torch/distributed/optim/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1104900Z copying torch/distributed/optim/functional_sgd.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1111860Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1119040Z copying torch/distributed/optim/functional_adamw.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1126720Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1134500Z copying torch/distributed/optim/functional_adam.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1142310Z copying torch/distributed/optim/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1149140Z copying torch/distributed/optim/functional_rprop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1155640Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1163030Z copying torch/distributed/optim/optimizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1170950Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1177900Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1184730Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1213610Z copying torch/distributed/optim/functional_adamax.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:30.1222080Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable 2025-09-07T07:26:30.1222580Z copying torch/distributed/_composable/replicate.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable 2025-09-07T07:26:30.1229760Z copying torch/distributed/_composable/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable 2025-09-07T07:26:30.1237440Z copying torch/distributed/_composable/replicate_with_fsdp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable 2025-09-07T07:26:30.1245870Z copying torch/distributed/_composable/contract.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable 2025-09-07T07:26:30.1254330Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable 2025-09-07T07:26:30.1264090Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1264560Z copying torch/distributed/_tools/mem_tracker.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1277870Z copying torch/distributed/_tools/ilp_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1285830Z copying torch/distributed/_tools/runtime_estimator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1299200Z copying torch/distributed/_tools/fsdp2_mem_tracker.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1314040Z copying torch/distributed/_tools/sac_estimator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1328160Z copying torch/distributed/_tools/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1335890Z copying torch/distributed/_tools/memory_tracker.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1344190Z copying torch/distributed/_tools/fake_collectives.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1351800Z copying torch/distributed/_tools/common_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1358690Z copying torch/distributed/_tools/sac_ilp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1365680Z copying torch/distributed/_tools/mod_tracker.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools 2025-09-07T07:26:30.1375360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1375840Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1383720Z copying torch/distributed/fsdp/_traversal_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1391000Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1398910Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1413880Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1443840Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1454130Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1485200Z copying torch/distributed/fsdp/_trace_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1492680Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1510380Z copying torch/distributed/fsdp/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1517500Z copying torch/distributed/fsdp/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1533820Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1539910Z copying torch/distributed/fsdp/_dynamo_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1546930Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1554340Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1563990Z copying torch/distributed/fsdp/wrap.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1580920Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1601260Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1608260Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1623130Z copying torch/distributed/fsdp/_debug_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1630980Z copying torch/distributed/fsdp/_flat_param.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp 2025-09-07T07:26:30.1666000Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard 2025-09-07T07:26:30.1666460Z copying torch/distributed/_shard/metadata.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard 2025-09-07T07:26:30.1674330Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard 2025-09-07T07:26:30.1686490Z copying torch/distributed/_shard/sharder.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard 2025-09-07T07:26:30.1696520Z copying torch/distributed/_shard/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard 2025-09-07T07:26:30.1703270Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard 2025-09-07T07:26:30.1709560Z copying torch/distributed/_shard/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard 2025-09-07T07:26:30.1716320Z copying torch/distributed/_shard/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard 2025-09-07T07:26:30.1724410Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_symmetric_memory 2025-09-07T07:26:30.1724970Z copying torch/distributed/_symmetric_memory/_nvshmem_triton.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_symmetric_memory 2025-09-07T07:26:30.1739300Z copying torch/distributed/_symmetric_memory/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_symmetric_memory 2025-09-07T07:26:30.1773120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1773610Z copying torch/distributed/tensor/_shards_wrapper.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1780780Z copying torch/distributed/tensor/_redistribute.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1787390Z copying torch/distributed/tensor/_sharding_prop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1788620Z copying torch/distributed/tensor/_collective_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1795490Z copying torch/distributed/tensor/_api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1796740Z copying torch/distributed/tensor/_dtensor_spec.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1803570Z copying torch/distributed/tensor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1809770Z copying torch/distributed/tensor/_dispatch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1810890Z copying torch/distributed/tensor/_random.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1823490Z copying torch/distributed/tensor/_op_schema.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1842880Z copying torch/distributed/tensor/placement_types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1855510Z copying torch/distributed/tensor/_tp_conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1862110Z copying torch/distributed/tensor/device_mesh.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1868690Z copying torch/distributed/tensor/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor 2025-09-07T07:26:30.1877270Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1877790Z copying torch/distributed/rpc/functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1884500Z copying torch/distributed/rpc/options.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1891370Z copying torch/distributed/rpc/internal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1901300Z copying torch/distributed/rpc/constants.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1909710Z copying torch/distributed/rpc/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1917030Z copying torch/distributed/rpc/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1930860Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1937620Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1950450Z copying torch/distributed/rpc/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1960200Z copying torch/distributed/rpc/backend_registry.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc 2025-09-07T07:26:30.1968710Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.1969310Z copying torch/distributed/checkpoint/_experimental/config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.1976840Z copying torch/distributed/checkpoint/_experimental/barriers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.1986730Z copying torch/distributed/checkpoint/_experimental/checkpointer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.1995750Z copying torch/distributed/checkpoint/_experimental/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.2002150Z copying torch/distributed/checkpoint/_experimental/types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.2009200Z copying torch/distributed/checkpoint/_experimental/builder.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.2016710Z copying torch/distributed/checkpoint/_experimental/checkpoint_reader.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.2024700Z copying torch/distributed/checkpoint/_experimental/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.2031000Z copying torch/distributed/checkpoint/_experimental/checkpoint_process.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.2038260Z copying torch/distributed/checkpoint/_experimental/checkpoint_writer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.2045780Z copying torch/distributed/checkpoint/_experimental/staging.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:30.2053080Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit 2025-09-07T07:26:30.2053560Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit 2025-09-07T07:26:30.2059950Z copying torch/distributed/nn/jit/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit 2025-09-07T07:26:30.2061320Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/api 2025-09-07T07:26:30.2062040Z copying torch/distributed/nn/api/remote_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/api 2025-09-07T07:26:30.2075640Z copying torch/distributed/nn/api/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/api 2025-09-07T07:26:30.2076990Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit/templates 2025-09-07T07:26:30.2077660Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit/templates 2025-09-07T07:26:30.2078710Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit/templates 2025-09-07T07:26:30.2086170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/metrics 2025-09-07T07:26:30.2086890Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/metrics 2025-09-07T07:26:30.2094560Z copying torch/distributed/elastic/metrics/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/metrics 2025-09-07T07:26:30.2103250Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2103900Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2111490Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2117900Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2124570Z copying torch/distributed/elastic/rendezvous/_etcd_stub.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2131810Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2156000Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2168930Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2175680Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2182060Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2187900Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2207490Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2214590Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous 2025-09-07T07:26:30.2221660Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:30.2222260Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:30.2229200Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:30.2236470Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:30.2257340Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:30.2265410Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer 2025-09-07T07:26:30.2265930Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer 2025-09-07T07:26:30.2272630Z copying torch/distributed/elastic/timer/debug_info_logging.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer 2025-09-07T07:26:30.2279120Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer 2025-09-07T07:26:30.2285470Z copying torch/distributed/elastic/timer/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer 2025-09-07T07:26:30.2292250Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer 2025-09-07T07:26:30.2307190Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils 2025-09-07T07:26:30.2307700Z copying torch/distributed/elastic/utils/store.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils 2025-09-07T07:26:30.2314090Z copying torch/distributed/elastic/utils/logging.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils 2025-09-07T07:26:30.2321360Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils 2025-09-07T07:26:30.2328000Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils 2025-09-07T07:26:30.2334870Z copying torch/distributed/elastic/utils/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils 2025-09-07T07:26:30.2341600Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils 2025-09-07T07:26:30.2348940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent 2025-09-07T07:26:30.2349450Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent 2025-09-07T07:26:30.2350920Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/events 2025-09-07T07:26:30.2351570Z copying torch/distributed/elastic/events/handlers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/events 2025-09-07T07:26:30.2358860Z copying torch/distributed/elastic/events/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/events 2025-09-07T07:26:30.2366130Z copying torch/distributed/elastic/events/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/events 2025-09-07T07:26:30.2374300Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-09-07T07:26:30.2375430Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-09-07T07:26:30.2382560Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-09-07T07:26:30.2389060Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-09-07T07:26:30.2397420Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/errors 2025-09-07T07:26:30.2398090Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/errors 2025-09-07T07:26:30.2404930Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/errors 2025-09-07T07:26:30.2412000Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/errors 2025-09-07T07:26:30.2419810Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/data 2025-09-07T07:26:30.2420420Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/data 2025-09-07T07:26:30.2427320Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/data 2025-09-07T07:26:30.2434320Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/data 2025-09-07T07:26:30.2442190Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/server 2025-09-07T07:26:30.2443000Z copying torch/distributed/elastic/agent/server/health_check_server.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/server 2025-09-07T07:26:30.2450610Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/server 2025-09-07T07:26:30.2458190Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/server 2025-09-07T07:26:30.2473340Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/server 2025-09-07T07:26:30.2492480Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_comm_hooks 2025-09-07T07:26:30.2493050Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_comm_hooks 2025-09-07T07:26:30.2499970Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_comm_hooks 2025-09-07T07:26:30.2507690Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_checkpoint 2025-09-07T07:26:30.2508300Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_checkpoint 2025-09-07T07:26:30.2516400Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_checkpoint 2025-09-07T07:26:30.2517820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:30.2518430Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:30.2519300Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:30.2530810Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:30.2541380Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:30.2549850Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2550490Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2558580Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2565920Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2573250Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2580140Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2587200Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2601230Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2608550Z copying torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2615450Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:30.2631580Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_optimizer_overlap 2025-09-07T07:26:30.2632250Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_optimizer_overlap 2025-09-07T07:26:30.2639440Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_optimizer_overlap 2025-09-07T07:26:30.2646980Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_quantization 2025-09-07T07:26:30.2647590Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_quantization 2025-09-07T07:26:30.2654740Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_quantization 2025-09-07T07:26:30.2656120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/fsdp 2025-09-07T07:26:30.2656720Z copying torch/distributed/_composable/fsdp/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/fsdp 2025-09-07T07:26:30.2664720Z copying torch/distributed/_composable/fsdp/fully_shard.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/fsdp 2025-09-07T07:26:30.2673470Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2674010Z copying torch/distributed/fsdp/_fully_shard/_fsdp_api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2682310Z copying torch/distributed/fsdp/_fully_shard/_fsdp_common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2691090Z copying torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2705280Z copying torch/distributed/fsdp/_fully_shard/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2712960Z copying torch/distributed/fsdp/_fully_shard/_fsdp_param.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2727920Z copying torch/distributed/fsdp/_fully_shard/_fsdp_init.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2737740Z copying torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2753620Z copying torch/distributed/fsdp/_fully_shard/_fully_shard.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2767850Z copying torch/distributed/fsdp/_fully_shard/_fsdp_state.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:30.2782110Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/checkpoint 2025-09-07T07:26:30.2782640Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/checkpoint 2025-09-07T07:26:30.2790960Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.2791550Z copying torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.2799190Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.2805700Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.2819970Z copying torch/distributed/_shard/sharded_tensor/logger.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.2826810Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.2840030Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.2863810Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.2871420Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.2878560Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_plan 2025-09-07T07:26:30.2879100Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_plan 2025-09-07T07:26:30.2886450Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_plan 2025-09-07T07:26:30.2894550Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:30.2895180Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:30.2902340Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:30.2911770Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:30.2920870Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:30.2929440Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_optim 2025-09-07T07:26:30.2929990Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_optim 2025-09-07T07:26:30.2936850Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_optim 2025-09-07T07:26:30.2944780Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:30.2945380Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:30.2952340Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:30.2959740Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:30.2970680Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:30.2980620Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:30.2987720Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:30.2995220Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:30.2995960Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:30.3003450Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:30.3011140Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:30.3012070Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:30.3025730Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental 2025-09-07T07:26:30.3026300Z copying torch/distributed/tensor/experimental/_attention.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental 2025-09-07T07:26:30.3047360Z copying torch/distributed/tensor/experimental/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental 2025-09-07T07:26:30.3054370Z copying torch/distributed/tensor/experimental/_tp_transform.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental 2025-09-07T07:26:30.3074230Z copying torch/distributed/tensor/experimental/_register_sharding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental 2025-09-07T07:26:30.3081540Z copying torch/distributed/tensor/experimental/_func_map.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental 2025-09-07T07:26:30.3090920Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel 2025-09-07T07:26:30.3091500Z copying torch/distributed/tensor/parallel/ddp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel 2025-09-07T07:26:30.3106460Z copying torch/distributed/tensor/parallel/fsdp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel 2025-09-07T07:26:30.3111310Z copying torch/distributed/tensor/parallel/style.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel 2025-09-07T07:26:30.3123470Z copying torch/distributed/tensor/parallel/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel 2025-09-07T07:26:30.3130660Z copying torch/distributed/tensor/parallel/api.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel 2025-09-07T07:26:30.3137500Z copying torch/distributed/tensor/parallel/loss.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel 2025-09-07T07:26:30.3138410Z copying torch/distributed/tensor/parallel/input_reshard.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel 2025-09-07T07:26:30.3145960Z copying torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel 2025-09-07T07:26:30.3154200Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3154720Z copying torch/distributed/tensor/_ops/_einsum_strategy.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3162640Z copying torch/distributed/tensor/_ops/_embedding_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3169450Z copying torch/distributed/tensor/_ops/_tensor_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3183710Z copying torch/distributed/tensor/_ops/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3191270Z copying torch/distributed/tensor/_ops/_conv_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3199590Z copying torch/distributed/tensor/_ops/_pointwise_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3214000Z copying torch/distributed/tensor/_ops/_matrix_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3228710Z copying torch/distributed/tensor/_ops/_math_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3243610Z copying torch/distributed/tensor/_ops/_common_rules.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3252100Z copying torch/distributed/tensor/_ops/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3259450Z copying torch/distributed/tensor/_ops/_random_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3266640Z copying torch/distributed/tensor/_ops/_view_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops 2025-09-07T07:26:30.3284890Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/debug 2025-09-07T07:26:30.3285390Z copying torch/distributed/tensor/debug/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/debug 2025-09-07T07:26:30.3295230Z copying torch/distributed/tensor/debug/_op_coverage.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/debug 2025-09-07T07:26:30.3302760Z copying torch/distributed/tensor/debug/_visualize_sharding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/debug 2025-09-07T07:26:30.3310390Z copying torch/distributed/tensor/debug/_comm_mode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/debug 2025-09-07T07:26:30.3326640Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/_testing 2025-09-07T07:26:30.3327130Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/_testing 2025-09-07T07:26:30.3334010Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/_testing 2025-09-07T07:26:30.3341460Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/_functions 2025-09-07T07:26:30.3342040Z copying torch/autograd/_functions/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/_functions 2025-09-07T07:26:30.3349640Z copying torch/autograd/_functions/tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/_functions 2025-09-07T07:26:30.3356810Z copying torch/autograd/_functions/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/_functions 2025-09-07T07:26:30.3366980Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3367540Z copying torch/fx/experimental/validator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3381990Z copying torch/fx/experimental/meta_tracer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3389440Z copying torch/fx/experimental/_dynamism.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3396280Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3404140Z copying torch/fx/experimental/recording.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3418940Z copying torch/fx/experimental/rewriter.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3427070Z copying torch/fx/experimental/const_fold.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3434610Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3451170Z copying torch/fx/experimental/normalize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3459890Z copying torch/fx/experimental/_constant_symnode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3467170Z copying torch/fx/experimental/optimization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3481320Z copying torch/fx/experimental/refinement_types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3488300Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3501750Z copying torch/fx/experimental/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3502270Z copying torch/fx/experimental/sym_node.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3534110Z copying torch/fx/experimental/unify_refinements.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3541510Z copying torch/fx/experimental/merge_matmul.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3548220Z copying torch/fx/experimental/debug.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3554320Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3561290Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3611130Z copying torch/fx/experimental/_config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3620150Z copying torch/fx/experimental/_backward_state.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3627840Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental 2025-09-07T07:26:30.3631970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3632420Z copying torch/fx/passes/net_min_base.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3648100Z copying torch/fx/passes/param_fetch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3655170Z copying torch/fx/passes/tools_common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3663220Z copying torch/fx/passes/split_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3671010Z copying torch/fx/passes/shape_prop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3678310Z copying torch/fx/passes/split_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3692610Z copying torch/fx/passes/runtime_assert.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3706560Z copying torch/fx/passes/reinplace.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3726200Z copying torch/fx/passes/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3737350Z copying torch/fx/passes/pass_manager.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3744270Z copying torch/fx/passes/_tensorify_python_scalars.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3752360Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3759500Z copying torch/fx/passes/operator_support.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3769980Z copying torch/fx/passes/annotate_getitem_nodes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3779070Z copying torch/fx/passes/graph_manipulation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3788880Z copying torch/fx/passes/graph_drawer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3803520Z copying torch/fx/passes/splitter_base.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3816520Z copying torch/fx/passes/graph_transform_observer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes 2025-09-07T07:26:30.3824650Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification 2025-09-07T07:26:30.3825190Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification 2025-09-07T07:26:30.3832180Z copying torch/fx/experimental/unification/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification 2025-09-07T07:26:30.3838410Z copying torch/fx/experimental/unification/core.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification 2025-09-07T07:26:30.3845360Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification 2025-09-07T07:26:30.3851820Z copying torch/fx/experimental/unification/variable.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification 2025-09-07T07:26:30.3858850Z copying torch/fx/experimental/unification/more.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification 2025-09-07T07:26:30.3865470Z copying torch/fx/experimental/unification/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification 2025-09-07T07:26:30.3872730Z copying torch/fx/experimental/unification/match.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification 2025-09-07T07:26:30.3880270Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:30.3880880Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:30.3901580Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:30.3914640Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:30.3922060Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:30.3922810Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:30.3930170Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:30.3936910Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:30.3944250Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:30.3965170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:30.3965860Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:30.3973240Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:30.3980600Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:30.3987580Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:30.3994580Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:30.4002110Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:30.4009220Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/infra 2025-09-07T07:26:30.4009680Z copying torch/fx/passes/infra/partitioner.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/infra 2025-09-07T07:26:30.4024510Z copying torch/fx/passes/infra/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/infra 2025-09-07T07:26:30.4031820Z copying torch/fx/passes/infra/pass_base.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/infra 2025-09-07T07:26:30.4039020Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/infra 2025-09-07T07:26:30.4046970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/backends 2025-09-07T07:26:30.4047420Z copying torch/fx/passes/backends/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/backends 2025-09-07T07:26:30.4048300Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/backends 2025-09-07T07:26:30.4056200Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/tests 2025-09-07T07:26:30.4056690Z copying torch/fx/passes/tests/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/tests 2025-09-07T07:26:30.4057450Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/tests 2025-09-07T07:26:30.4065660Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils 2025-09-07T07:26:30.4066120Z copying torch/fx/passes/utils/source_matcher_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils 2025-09-07T07:26:30.4073450Z copying torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils 2025-09-07T07:26:30.4081080Z copying torch/fx/passes/utils/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils 2025-09-07T07:26:30.4088660Z copying torch/fx/passes/utils/common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils 2025-09-07T07:26:30.4095400Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils 2025-09-07T07:26:30.4108720Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils 2025-09-07T07:26:30.4122200Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/dialect 2025-09-07T07:26:30.4122640Z copying torch/fx/passes/dialect/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/dialect 2025-09-07T07:26:30.4124280Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/dialect/common 2025-09-07T07:26:30.4124950Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/dialect/common 2025-09-07T07:26:30.4135820Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/dialect/common 2025-09-07T07:26:30.4137210Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/amp 2025-09-07T07:26:30.4137890Z copying torch/cuda/amp/autocast_mode.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/amp 2025-09-07T07:26:30.4145920Z copying torch/cuda/amp/grad_scaler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/amp 2025-09-07T07:26:30.4152410Z copying torch/cuda/amp/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/amp 2025-09-07T07:26:30.4159240Z copying torch/cuda/amp/common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/amp 2025-09-07T07:26:30.4167230Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/opt_einsum 2025-09-07T07:26:30.4167800Z copying torch/backends/opt_einsum/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/opt_einsum 2025-09-07T07:26:30.4175740Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mha 2025-09-07T07:26:30.4176150Z copying torch/backends/mha/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mha 2025-09-07T07:26:30.4183950Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/nnpack 2025-09-07T07:26:30.4184380Z copying torch/backends/nnpack/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/nnpack 2025-09-07T07:26:30.4195940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mps 2025-09-07T07:26:30.4196350Z copying torch/backends/mps/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mps 2025-09-07T07:26:30.4207060Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cpu 2025-09-07T07:26:30.4207470Z copying torch/backends/cpu/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cpu 2025-09-07T07:26:30.4215560Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_coreml 2025-09-07T07:26:30.4216010Z copying torch/backends/_coreml/preprocess.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_coreml 2025-09-07T07:26:30.4223300Z copying torch/backends/_coreml/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_coreml 2025-09-07T07:26:30.4224610Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cuda 2025-09-07T07:26:30.4225050Z copying torch/backends/cuda/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cuda 2025-09-07T07:26:30.4239130Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/quantized 2025-09-07T07:26:30.4239570Z copying torch/backends/quantized/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/quantized 2025-09-07T07:26:30.4247530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/miopen 2025-09-07T07:26:30.4247950Z copying torch/backends/miopen/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/miopen 2025-09-07T07:26:30.4255260Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mkl 2025-09-07T07:26:30.4255660Z copying torch/backends/mkl/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mkl 2025-09-07T07:26:30.4262860Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/xnnpack 2025-09-07T07:26:30.4263300Z copying torch/backends/xnnpack/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/xnnpack 2025-09-07T07:26:30.4270440Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/kleidiai 2025-09-07T07:26:30.4270880Z copying torch/backends/kleidiai/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/kleidiai 2025-09-07T07:26:30.4278860Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cusparselt 2025-09-07T07:26:30.4279320Z copying torch/backends/cusparselt/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cusparselt 2025-09-07T07:26:30.4286980Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mkldnn 2025-09-07T07:26:30.4287410Z copying torch/backends/mkldnn/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mkldnn 2025-09-07T07:26:30.4296710Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/xeon 2025-09-07T07:26:30.4297130Z copying torch/backends/xeon/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/xeon 2025-09-07T07:26:30.4297840Z copying torch/backends/xeon/run_cpu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/xeon 2025-09-07T07:26:30.4314010Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_nnapi 2025-09-07T07:26:30.4314430Z copying torch/backends/_nnapi/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_nnapi 2025-09-07T07:26:30.4315140Z copying torch/backends/_nnapi/serializer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_nnapi 2025-09-07T07:26:30.4342690Z copying torch/backends/_nnapi/prepare.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_nnapi 2025-09-07T07:26:30.4351170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/openmp 2025-09-07T07:26:30.4351620Z copying torch/backends/openmp/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/openmp 2025-09-07T07:26:30.4360180Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cudnn 2025-09-07T07:26:30.4360610Z copying torch/backends/cudnn/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cudnn 2025-09-07T07:26:30.4367700Z copying torch/backends/cudnn/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cudnn 2025-09-07T07:26:30.4376400Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor 2025-09-07T07:26:30.4376920Z copying torch/masked/maskedtensor/binary.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor 2025-09-07T07:26:30.4383350Z copying torch/masked/maskedtensor/creation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor 2025-09-07T07:26:30.4391030Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor 2025-09-07T07:26:30.4405790Z copying torch/masked/maskedtensor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor 2025-09-07T07:26:30.4413330Z copying torch/masked/maskedtensor/core.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor 2025-09-07T07:26:30.4422530Z copying torch/masked/maskedtensor/unary.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor 2025-09-07T07:26:30.4431120Z copying torch/masked/maskedtensor/reductions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor 2025-09-07T07:26:30.4438240Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor 2025-09-07T07:26:30.4445880Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/optim/_multi_tensor 2025-09-07T07:26:30.4446340Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim/_multi_tensor 2025-09-07T07:26:30.4453580Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/analysis 2025-09-07T07:26:30.4454040Z copying torch/_inductor/analysis/device_info.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/analysis 2025-09-07T07:26:30.4461200Z copying torch/_inductor/analysis/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/analysis 2025-09-07T07:26:30.4461850Z copying torch/_inductor/analysis/profile_analysis.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/analysis 2025-09-07T07:26:30.4478990Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4479450Z copying torch/_inductor/runtime/cache_dir_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4485970Z copying torch/_inductor/runtime/triton_heuristics.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4528960Z copying torch/_inductor/runtime/runtime_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4536710Z copying torch/_inductor/runtime/halide_helpers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4543970Z copying torch/_inductor/runtime/coordinate_descent_tuner.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4544980Z copying torch/_inductor/runtime/triton_compat.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4552620Z copying torch/_inductor/runtime/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4553380Z copying torch/_inductor/runtime/compile_tasks.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4561260Z copying torch/_inductor/runtime/triton_helpers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4574040Z copying torch/_inductor/runtime/autotune_cache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4586750Z copying torch/_inductor/runtime/hints.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4593130Z copying torch/_inductor/runtime/static_cuda_launcher.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4600150Z copying torch/_inductor/runtime/benchmarking.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4607050Z copying torch/_inductor/runtime/debug_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime 2025-09-07T07:26:30.4617380Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4617860Z copying torch/_inductor/codegen/cpp_grouped_gemm_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4632340Z copying torch/_inductor/codegen/cpp_wrapper_gpu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4645950Z copying torch/_inductor/codegen/wrapper.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4647620Z copying torch/_inductor/codegen/mps_device_op_overrides.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4654700Z copying torch/_inductor/codegen/triton_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4663090Z copying torch/_inductor/codegen/triton.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4705470Z copying torch/_inductor/codegen/cpp_bmm_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4712830Z copying torch/_inductor/codegen/mps.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4728860Z copying torch/_inductor/codegen/aoti_hipify_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4737120Z copying torch/_inductor/codegen/simd.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4768320Z copying torch/_inductor/codegen/triton_combo_kernel.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4786350Z copying torch/_inductor/codegen/memory_planning.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4802050Z copying torch/_inductor/codegen/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4802740Z copying torch/_inductor/codegen/cpp_flex_attention_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4818980Z copying torch/_inductor/codegen/wrapper_fxir.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4838150Z copying torch/_inductor/codegen/cpp_micro_gemm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4860570Z copying torch/_inductor/codegen/cpp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4902710Z copying torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4904460Z copying torch/_inductor/codegen/block_analysis.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4911980Z copying torch/_inductor/codegen/common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4913460Z copying torch/_inductor/codegen/cpp_wrapper_mps.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4920720Z copying torch/_inductor/codegen/cpp_template_kernel.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4934480Z copying torch/_inductor/codegen/cpp_gemm_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4953340Z copying torch/_inductor/codegen/segmented_tree.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4960380Z copying torch/_inductor/codegen/cpu_device_op_overrides.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4966820Z copying torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4981540Z copying torch/_inductor/codegen/triton_split_scan.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.4988630Z copying torch/_inductor/codegen/halide.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.5009500Z copying torch/_inductor/codegen/cpp_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.5018040Z copying torch/_inductor/codegen/cuda_combined_scheduling.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.5027280Z copying torch/_inductor/codegen/multi_kernel.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.5041970Z copying torch/_inductor/codegen/subgraph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.5048560Z copying torch/_inductor/codegen/python_wrapper_mtia.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.5055060Z copying torch/_inductor/codegen/cpp_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.5056160Z copying torch/_inductor/codegen/debug_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.5063640Z copying torch/_inductor/codegen/simd_kernel_features.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen 2025-09-07T07:26:30.5079550Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5080080Z copying torch/_inductor/template_heuristics/triton.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5081530Z copying torch/_inductor/template_heuristics/contiguous_mm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5082780Z copying torch/_inductor/template_heuristics/registry.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5089330Z copying torch/_inductor/template_heuristics/gemm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5090240Z copying torch/_inductor/template_heuristics/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5091340Z copying torch/_inductor/template_heuristics/triton_addmm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5098190Z copying torch/_inductor/template_heuristics/decompose_k.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5098940Z copying torch/_inductor/template_heuristics/aten.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5100100Z copying torch/_inductor/template_heuristics/base.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics 2025-09-07T07:26:30.5102470Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker 2025-09-07T07:26:30.5102990Z copying torch/_inductor/compile_worker/tracked_process_pool.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker 2025-09-07T07:26:30.5110350Z copying torch/_inductor/compile_worker/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker 2025-09-07T07:26:30.5110930Z copying torch/_inductor/compile_worker/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker 2025-09-07T07:26:30.5118380Z copying torch/_inductor/compile_worker/subproc_pool.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker 2025-09-07T07:26:30.5119350Z copying torch/_inductor/compile_worker/__main__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker 2025-09-07T07:26:30.5128570Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic 2025-09-07T07:26:30.5129080Z copying torch/_inductor/autoheuristic/autoheuristic.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic 2025-09-07T07:26:30.5136510Z copying torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic 2025-09-07T07:26:30.5144410Z copying torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic 2025-09-07T07:26:30.5152450Z copying torch/_inductor/autoheuristic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic 2025-09-07T07:26:30.5153100Z copying torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic 2025-09-07T07:26:30.5162800Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5169880Z copying torch/_inductor/fx_passes/post_grad.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5192230Z copying torch/_inductor/fx_passes/fsdp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5200870Z copying torch/_inductor/fx_passes/replace_random.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5208230Z copying torch/_inductor/fx_passes/ddp_fusion.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5224750Z copying torch/_inductor/fx_passes/numeric_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5232520Z copying torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5240300Z copying torch/_inductor/fx_passes/reinplace.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5258530Z copying torch/_inductor/fx_passes/quantization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5288800Z copying torch/_inductor/fx_passes/split_cat.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5318140Z copying torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5326270Z copying torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5333580Z copying torch/_inductor/fx_passes/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5334210Z copying torch/_inductor/fx_passes/group_batch_fusion.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5356620Z copying torch/_inductor/fx_passes/pre_grad.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5371570Z copying torch/_inductor/fx_passes/binary_folding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5387070Z copying torch/_inductor/fx_passes/fuse_attention.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5401960Z copying torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5415900Z copying torch/_inductor/fx_passes/joint_graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5433860Z copying torch/_inductor/fx_passes/bucketing.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5449820Z copying torch/_inductor/fx_passes/b2b_gemm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5464530Z copying torch/_inductor/fx_passes/mkldnn_fusion.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5489710Z copying torch/_inductor/fx_passes/pad_mm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5508670Z copying torch/_inductor/fx_passes/freezing_patterns.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5517420Z copying torch/_inductor/fx_passes/misc_patterns.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes 2025-09-07T07:26:30.5525800Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel 2025-09-07T07:26:30.5526250Z copying torch/_inductor/kernel/mm_common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel 2025-09-07T07:26:30.5533830Z copying torch/_inductor/kernel/mm_grouped.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel 2025-09-07T07:26:30.5546710Z copying torch/_inductor/kernel/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel 2025-09-07T07:26:30.5553520Z copying torch/_inductor/kernel/mm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel 2025-09-07T07:26:30.5554700Z copying torch/_inductor/kernel/bmm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel 2025-09-07T07:26:30.5556030Z copying torch/_inductor/kernel/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel 2025-09-07T07:26:30.5569050Z copying torch/_inductor/kernel/mm_plus_mm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel 2025-09-07T07:26:30.5570740Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/package 2025-09-07T07:26:30.5571490Z copying torch/_inductor/package/package.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/package 2025-09-07T07:26:30.5578570Z copying torch/_inductor/package/build_package.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/package 2025-09-07T07:26:30.5585440Z copying torch/_inductor/package/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/package 2025-09-07T07:26:30.5593350Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:30.5593890Z copying torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:30.5601300Z copying torch/_inductor/codegen/cutedsl/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:30.5608990Z copying torch/_inductor/codegen/cutedsl/cutedsl_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:30.5615820Z copying torch/_inductor/codegen/cutedsl/cutedsl_kernel.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:30.5623140Z copying torch/_inductor/codegen/cutedsl/cutedsl_scheduling.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:30.5632510Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5633050Z copying torch/_inductor/codegen/cuda/cutlass_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5648190Z copying torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5655860Z copying torch/_inductor/codegen/cuda/cuda_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5663300Z copying torch/_inductor/codegen/cuda/gemm_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5687570Z copying torch/_inductor/codegen/cuda/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5688310Z copying torch/_inductor/codegen/cuda/cutlass_presets.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5696380Z copying torch/_inductor/codegen/cuda/cutlass_python_evt.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5704030Z copying torch/_inductor/codegen/cuda/device_op_overrides.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5711740Z copying torch/_inductor/codegen/cuda/cuda_env.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5719010Z copying torch/_inductor/codegen/cuda/serialization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5736620Z copying torch/_inductor/codegen/cuda/cutlass_cache.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5744260Z copying torch/_inductor/codegen/cuda/cuda_kernel.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda 2025-09-07T07:26:30.5759880Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/xpu 2025-09-07T07:26:30.5760410Z copying torch/_inductor/codegen/xpu/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/xpu 2025-09-07T07:26:30.5761200Z copying torch/_inductor/codegen/xpu/device_op_overrides.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/xpu 2025-09-07T07:26:30.5768640Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/mtia 2025-09-07T07:26:30.5769120Z copying torch/_inductor/codegen/mtia/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/mtia 2025-09-07T07:26:30.5769890Z copying torch/_inductor/codegen/mtia/device_op_overrides.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/mtia 2025-09-07T07:26:30.5779230Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5779730Z copying torch/_inductor/codegen/rocm/ck_tile_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5786720Z copying torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5794170Z copying torch/_inductor/codegen/rocm/rocm_kernel.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5801350Z copying torch/_inductor/codegen/rocm/rocm_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5808430Z copying torch/_inductor/codegen/rocm/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5809020Z copying torch/_inductor/codegen/rocm/compile_command.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5810260Z copying torch/_inductor/codegen/rocm/rocm_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5818140Z copying torch/_inductor/codegen/rocm/ck_conv_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5832360Z copying torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5840140Z copying torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5854520Z copying torch/_inductor/codegen/rocm/ck_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5862250Z copying torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5870140Z copying torch/_inductor/codegen/rocm/ck_tile_universal_gemm_template.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm 2025-09-07T07:26:30.5885530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-09-07T07:26:30.5886330Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-09-07T07:26:30.5902650Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-09-07T07:26:30.5903460Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/evt_extensions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-09-07T07:26:30.5912030Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports 2025-09-07T07:26:30.5912840Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports 2025-09-07T07:26:30.5914300Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda 2025-09-07T07:26:30.5915250Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/cudart.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda 2025-09-07T07:26:30.5922190Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda 2025-09-07T07:26:30.5929500Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/cuda.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda 2025-09-07T07:26:30.5937200Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/pydot 2025-09-07T07:26:30.5938060Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/pydot/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/pydot 2025-09-07T07:26:30.5945820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy 2025-09-07T07:26:30.5946670Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy 2025-09-07T07:26:30.5953790Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy/special.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy 2025-09-07T07:26:30.5961930Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:30.5962520Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:30.5973330Z copying torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:30.5982930Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:30.5998000Z copying torch/_inductor/autoheuristic/artifacts/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:30.5998710Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:30.6014940Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:30.6025030Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6025650Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6048070Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6060580Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6067780Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6082620Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6089800Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6096580Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6114930Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6121430Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6128830Z copying torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6135330Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6150520Z copying torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6151270Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6158810Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6166390Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6173850Z copying torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6183490Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6198570Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6206110Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6214270Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6221920Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_24.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6229290Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6237030Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6246940Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6255700Z copying torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6262510Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6269690Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6281920Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:30.6293220Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex 2025-09-07T07:26:30.6293710Z copying torch/_inductor/kernel/flex/flex_decoding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex 2025-09-07T07:26:30.6294690Z copying torch/_inductor/kernel/flex/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex 2025-09-07T07:26:30.6341530Z copying torch/_inductor/kernel/flex/flex_cpu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex 2025-09-07T07:26:30.6348780Z copying torch/_inductor/kernel/flex/common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex 2025-09-07T07:26:30.6356410Z copying torch/_inductor/kernel/flex/flex_attention.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex 2025-09-07T07:26:30.6358750Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark 2025-09-07T07:26:30.6359230Z copying torch/utils/benchmark/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark 2025-09-07T07:26:30.6367830Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6368250Z copying torch/utils/_sympy/functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6388550Z copying torch/utils/_sympy/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6389140Z copying torch/utils/_sympy/symbol.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6396260Z copying torch/utils/_sympy/numbers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6403700Z copying torch/utils/_sympy/reference.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6412110Z copying torch/utils/_sympy/singleton_int.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6418370Z copying torch/utils/_sympy/value_ranges.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6432680Z copying torch/utils/_sympy/printers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6448500Z copying torch/utils/_sympy/solve.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6455400Z copying torch/utils/_sympy/interp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy 2025-09-07T07:26:30.6463500Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/serialization 2025-09-07T07:26:30.6463970Z copying torch/utils/serialization/config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/serialization 2025-09-07T07:26:30.6471740Z copying torch/utils/serialization/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/serialization 2025-09-07T07:26:30.6479420Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/backcompat 2025-09-07T07:26:30.6479870Z copying torch/utils/backcompat/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/backcompat 2025-09-07T07:26:30.6488450Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify 2025-09-07T07:26:30.6488860Z copying torch/utils/hipify/version.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify 2025-09-07T07:26:30.6495200Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify 2025-09-07T07:26:30.6552890Z copying torch/utils/hipify/constants.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify 2025-09-07T07:26:30.6561220Z copying torch/utils/hipify/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify 2025-09-07T07:26:30.6568580Z copying torch/utils/hipify/hipify_python.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify 2025-09-07T07:26:30.6583740Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/bottleneck 2025-09-07T07:26:30.6584180Z copying torch/utils/bottleneck/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/bottleneck 2025-09-07T07:26:30.6584880Z copying torch/utils/bottleneck/__main__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/bottleneck 2025-09-07T07:26:30.6592980Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/viz 2025-09-07T07:26:30.6593360Z copying torch/utils/viz/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/viz 2025-09-07T07:26:30.6594270Z copying torch/utils/viz/_cycles.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/viz 2025-09-07T07:26:30.6614840Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/jit 2025-09-07T07:26:30.6615220Z copying torch/utils/jit/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/jit 2025-09-07T07:26:30.6616030Z copying torch/utils/jit/log_extract.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/jit 2025-09-07T07:26:30.6624600Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6625110Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6632330Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6639000Z copying torch/utils/tensorboard/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6646360Z copying torch/utils/tensorboard/_embedding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6653050Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6659870Z copying torch/utils/tensorboard/summary.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6674960Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6682740Z copying torch/utils/tensorboard/writer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6702740Z copying torch/utils/tensorboard/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard 2025-09-07T07:26:30.6711590Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump 2025-09-07T07:26:30.6712030Z copying torch/utils/model_dump/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump 2025-09-07T07:26:30.6725470Z copying torch/utils/model_dump/__main__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump 2025-09-07T07:26:30.6733310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data 2025-09-07T07:26:30.6733780Z copying torch/utils/data/graph_settings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data 2025-09-07T07:26:30.6740320Z copying torch/utils/data/graph.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data 2025-09-07T07:26:30.6747480Z copying torch/utils/data/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data 2025-09-07T07:26:30.6753850Z copying torch/utils/data/dataset.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data 2025-09-07T07:26:30.6768480Z copying torch/utils/data/distributed.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data 2025-09-07T07:26:30.6775090Z copying torch/utils/data/backward_compatibility.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data 2025-09-07T07:26:30.6781970Z copying torch/utils/data/dataloader.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data 2025-09-07T07:26:30.6803980Z copying torch/utils/data/sampler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data 2025-09-07T07:26:30.6812270Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_strobelight 2025-09-07T07:26:30.6812820Z copying torch/utils/_strobelight/cli_function_profiler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_strobelight 2025-09-07T07:26:30.6820340Z copying torch/utils/_strobelight/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_strobelight 2025-09-07T07:26:30.6822010Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:30.6822680Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:30.6830740Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:30.6839070Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:30.6845530Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:30.6846140Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:30.6853430Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:30.6861880Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6862360Z copying torch/utils/benchmark/utils/timer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6883190Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6883960Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6890880Z copying torch/utils/benchmark/utils/common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6902270Z copying torch/utils/benchmark/utils/compile.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6911770Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6924210Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6931500Z copying torch/utils/benchmark/utils/compare.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6939110Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:30.6946620Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples 2025-09-07T07:26:30.6947140Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples 2025-09-07T07:26:30.6954940Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples 2025-09-07T07:26:30.6955630Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples 2025-09-07T07:26:30.6963410Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples 2025-09-07T07:26:30.6970020Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples 2025-09-07T07:26:30.6976950Z copying torch/utils/benchmark/examples/compare.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples 2025-09-07T07:26:30.6983880Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:30.6984570Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:30.6998570Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:30.7000090Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils 2025-09-07T07:26:30.7000680Z copying torch/utils/data/_utils/fetch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils 2025-09-07T07:26:30.7008650Z copying torch/utils/data/_utils/worker.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils 2025-09-07T07:26:30.7016450Z copying torch/utils/data/_utils/collate.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils 2025-09-07T07:26:30.7023850Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils 2025-09-07T07:26:30.7031290Z copying torch/utils/data/_utils/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils 2025-09-07T07:26:30.7039240Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils 2025-09-07T07:26:30.7047170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes 2025-09-07T07:26:30.7047650Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes 2025-09-07T07:26:30.7055450Z copying torch/utils/data/datapipes/_typing.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes 2025-09-07T07:26:30.7069650Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes 2025-09-07T07:26:30.7081190Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes 2025-09-07T07:26:30.7095940Z copying torch/utils/data/datapipes/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes 2025-09-07T07:26:30.7103270Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes 2025-09-07T07:26:30.7112860Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:30.7113410Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:30.7120330Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:30.7127360Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:30.7133560Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:30.7140440Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:30.7148880Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7149400Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7156360Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7164610Z copying torch/utils/data/datapipes/iter/sharding.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7172760Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7180810Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7189190Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7196000Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7214060Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7223820Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7230230Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7237140Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7244170Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter 2025-09-07T07:26:30.7252010Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/utils 2025-09-07T07:26:30.7252520Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/utils 2025-09-07T07:26:30.7259490Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/utils 2025-09-07T07:26:30.7260170Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/utils 2025-09-07T07:26:30.7267770Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/utils 2025-09-07T07:26:30.7276140Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map 2025-09-07T07:26:30.7276660Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map 2025-09-07T07:26:30.7284560Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map 2025-09-07T07:26:30.7291640Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map 2025-09-07T07:26:30.7298250Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map 2025-09-07T07:26:30.7305010Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map 2025-09-07T07:26:30.7311670Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map 2025-09-07T07:26:30.7319910Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7320410Z copying torch/quantization/fx/graph_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7328050Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7335890Z copying torch/quantization/fx/_equalize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7342770Z copying torch/quantization/fx/quantization_types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7349690Z copying torch/quantization/fx/convert.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7356830Z copying torch/quantization/fx/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7364120Z copying torch/quantization/fx/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7371260Z copying torch/quantization/fx/pattern_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7378730Z copying torch/quantization/fx/fuse.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7386070Z copying torch/quantization/fx/match_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7392800Z copying torch/quantization/fx/prepare.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7399870Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx 2025-09-07T07:26:30.7411010Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7411460Z copying torch/testing/_internal/common_dtype.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7419100Z copying torch/testing/_internal/common_pruning.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7426910Z copying torch/testing/_internal/fake_config_module3.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7433660Z copying torch/testing/_internal/hop_db.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7434560Z copying torch/testing/_internal/triton_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7450290Z copying torch/testing/_internal/static_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7458290Z copying torch/testing/_internal/subclasses.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7465360Z copying torch/testing/_internal/common_nn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7506150Z copying torch/testing/_internal/custom_op_db.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7520610Z copying torch/testing/_internal/fake_config_module2.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7528780Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7548790Z copying torch/testing/_internal/common_fsdp.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7570100Z copying torch/testing/_internal/two_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7577320Z copying torch/testing/_internal/torchbind_impls.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7584350Z copying torch/testing/_internal/common_optimizers.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7612390Z copying torch/testing/_internal/common_device_type.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7634810Z copying torch/testing/_internal/autograd_function_db.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7649080Z copying torch/testing/_internal/common_mkldnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7656150Z copying torch/testing/_internal/inductor_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7656990Z copying torch/testing/_internal/common_distributed.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7678860Z copying torch/testing/_internal/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7679580Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7777060Z copying torch/testing/_internal/custom_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7788430Z copying torch/testing/_internal/logging_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7798740Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7805940Z copying torch/testing/_internal/common_cuda.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7806970Z copying torch/testing/_internal/common_quantization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7847160Z copying torch/testing/_internal/common_modules.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7890610Z copying torch/testing/_internal/common_jit.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7898920Z copying torch/testing/_internal/common_mps.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7911010Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7928540Z copying torch/testing/_internal/dynamo_test_failures.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7934910Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7941260Z copying torch/testing/_internal/common_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.7999120Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.8005260Z copying torch/testing/_internal/common_quantized.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.8006320Z copying torch/testing/_internal/common_dist_composable.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.8014770Z copying torch/testing/_internal/common_subclass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.8021310Z copying torch/testing/_internal/composite_compliance.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.8032670Z copying torch/testing/_internal/logging_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.8039430Z copying torch/testing/_internal/dist_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.8048350Z copying torch/testing/_internal/fake_config_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.8055050Z copying torch/testing/_internal/jit_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal 2025-09-07T07:26:30.8066810Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/generated 2025-09-07T07:26:30.8067340Z copying torch/testing/_internal/generated/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/generated 2025-09-07T07:26:30.8068230Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/generated 2025-09-07T07:26:30.8132590Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo 2025-09-07T07:26:30.8133090Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo 2025-09-07T07:26:30.8140230Z copying torch/testing/_internal/opinfo/core.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo 2025-09-07T07:26:30.8165910Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo 2025-09-07T07:26:30.8174340Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo 2025-09-07T07:26:30.8182010Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/test_module 2025-09-07T07:26:30.8182580Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/test_module 2025-09-07T07:26:30.8183250Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/test_module 2025-09-07T07:26:30.8189770Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/test_module 2025-09-07T07:26:30.8198990Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8199590Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8215330Z copying torch/testing/_internal/distributed/fake_pg.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8221430Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8222150Z copying torch/testing/_internal/distributed/checkpoint_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8229050Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8235840Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8290180Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8304360Z copying torch/testing/_internal/distributed/common_state_dict.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8310970Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed 2025-09-07T07:26:30.8318990Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests 2025-09-07T07:26:30.8319490Z copying torch/testing/_internal/optests/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests 2025-09-07T07:26:30.8326200Z copying torch/testing/_internal/optests/fake_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests 2025-09-07T07:26:30.8333100Z copying torch/testing/_internal/optests/aot_autograd.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests 2025-09-07T07:26:30.8339780Z copying torch/testing/_internal/optests/make_fx.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests 2025-09-07T07:26:30.8346120Z copying torch/testing/_internal/optests/generate_tests.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests 2025-09-07T07:26:30.8359220Z copying torch/testing/_internal/optests/autograd_registration.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests 2025-09-07T07:26:30.8367070Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/codegen 2025-09-07T07:26:30.8367560Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/codegen 2025-09-07T07:26:30.8375250Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/data 2025-09-07T07:26:30.8375830Z copying torch/testing/_internal/data/network1.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/data 2025-09-07T07:26:30.8382410Z copying torch/testing/_internal/data/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/data 2025-09-07T07:26:30.8389350Z copying torch/testing/_internal/data/network2.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/data 2025-09-07T07:26:30.8397570Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:30.8398170Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:30.8405990Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:30.8413330Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:30.8427870Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:30.8456510Z copying torch/testing/_internal/opinfo/definitions/sparse.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:30.8470590Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:30.8485580Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:30.8500700Z copying torch/testing/_internal/opinfo/definitions/nested.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:30.8524770Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_tensor 2025-09-07T07:26:30.8525360Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_tensor 2025-09-07T07:26:30.8526170Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_tensor 2025-09-07T07:26:30.8541600Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/nn 2025-09-07T07:26:30.8542160Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/nn 2025-09-07T07:26:30.8543500Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard 2025-09-07T07:26:30.8544260Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard 2025-09-07T07:26:30.8556650Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard 2025-09-07T07:26:30.8568650Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:30.8569270Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:30.8576410Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:30.8586660Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:30.8587370Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:30.8620070Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:30.8627730Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:30.8637180Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:30.8681150Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:30.8690150Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/nn/api 2025-09-07T07:26:30.8690730Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/nn/api 2025-09-07T07:26:30.8692050Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/nn/api 2025-09-07T07:26:30.8705480Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.8706210Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.8713070Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.8719020Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-09-07T07:26:30.8726890Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:30.8727480Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:30.8728490Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:30.8735100Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:30.8749090Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:30.8756630Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/examples 2025-09-07T07:26:30.8757260Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/examples 2025-09-07T07:26:30.8758210Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/examples 2025-09-07T07:26:30.8765390Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/examples 2025-09-07T07:26:30.8773130Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_passes 2025-09-07T07:26:30.8773680Z copying torch/jit/_passes/_property_propagation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_passes 2025-09-07T07:26:30.8780590Z copying torch/jit/_passes/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_passes 2025-09-07T07:26:30.8781840Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/jit/mobile 2025-09-07T07:26:30.8782420Z copying torch/jit/mobile/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit/mobile 2025-09-07T07:26:30.8792200Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8792650Z copying torch/_dynamo/backends/registry.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8810910Z copying torch/_dynamo/backends/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8811640Z copying torch/_dynamo/backends/debugging.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8831490Z copying torch/_dynamo/backends/distributed.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8843430Z copying torch/_dynamo/backends/common.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8850420Z copying torch/_dynamo/backends/inductor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8856490Z copying torch/_dynamo/backends/onnxrt.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8862180Z copying torch/_dynamo/backends/tvm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8868970Z copying torch/_dynamo/backends/cudagraphs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8876310Z copying torch/_dynamo/backends/tensorrt.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8883100Z copying torch/_dynamo/backends/torchxla.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends 2025-09-07T07:26:30.8891440Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.8891890Z copying torch/_dynamo/variables/functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.8893430Z copying torch/_dynamo/variables/iter.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.8906500Z copying torch/_dynamo/variables/misc.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.8926820Z copying torch/_dynamo/variables/lists.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.8947940Z copying torch/_dynamo/variables/script_object.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.8955790Z copying torch/_dynamo/variables/torch_function.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.8970050Z copying torch/_dynamo/variables/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.8977280Z copying torch/_dynamo/variables/user_defined.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.8978670Z copying torch/_dynamo/variables/nn_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9003620Z copying torch/_dynamo/variables/builder.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9005420Z copying torch/_dynamo/variables/tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9030660Z copying torch/_dynamo/variables/higher_order_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9032360Z copying torch/_dynamo/variables/sdpa.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9040720Z copying torch/_dynamo/variables/distributed.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9047710Z copying torch/_dynamo/variables/optimizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9056340Z copying torch/_dynamo/variables/builtin.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9087080Z copying torch/_dynamo/variables/constant.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9095570Z copying torch/_dynamo/variables/lazy.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9102830Z copying torch/_dynamo/variables/torch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9146810Z copying torch/_dynamo/variables/ctx_manager.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9166250Z copying torch/_dynamo/variables/dicts.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9186000Z copying torch/_dynamo/variables/base.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables 2025-09-07T07:26:30.9200360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/repro 2025-09-07T07:26:30.9200840Z copying torch/_dynamo/repro/after_dynamo.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/repro 2025-09-07T07:26:30.9218040Z copying torch/_dynamo/repro/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/repro 2025-09-07T07:26:30.9218700Z copying torch/_dynamo/repro/after_aot.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/repro 2025-09-07T07:26:30.9235150Z copying torch/_dynamo/repro/aoti.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/repro 2025-09-07T07:26:30.9250030Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9250540Z copying torch/_dynamo/polyfills/functools.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9258110Z copying torch/_dynamo/polyfills/builtins.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9264360Z copying torch/_dynamo/polyfills/operator.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9270360Z copying torch/_dynamo/polyfills/os.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9276340Z copying torch/_dynamo/polyfills/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9283300Z copying torch/_dynamo/polyfills/tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9290280Z copying torch/_dynamo/polyfills/_collections.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9297010Z copying torch/_dynamo/polyfills/loader.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9304260Z copying torch/_dynamo/polyfills/fx.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9311010Z copying torch/_dynamo/polyfills/struct.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9317450Z copying torch/_dynamo/polyfills/sys.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9324530Z copying torch/_dynamo/polyfills/pytree.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9331930Z copying torch/_dynamo/polyfills/itertools.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills 2025-09-07T07:26:30.9340150Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn 2025-09-07T07:26:30.9340500Z copying torch/ao/nn/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn 2025-09-07T07:26:30.9348160Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns 2025-09-07T07:26:30.9348520Z copying torch/ao/ns/_numeric_suite.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns 2025-09-07T07:26:30.9368740Z copying torch/ao/ns/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns 2025-09-07T07:26:30.9369490Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns 2025-09-07T07:26:30.9385730Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9386170Z copying torch/ao/quantization/observer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9409260Z copying torch/ao/quantization/fuse_modules.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9417420Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9424530Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9431680Z copying torch/ao/quantization/_correct_bias.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9438910Z copying torch/ao/quantization/quantize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9453210Z copying torch/ao/quantization/_equalize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9460480Z copying torch/ao/quantization/fake_quantize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9474760Z copying torch/ao/quantization/qconfig.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9487480Z copying torch/ao/quantization/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9494910Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9503020Z copying torch/ao/quantization/stubs.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9511490Z copying torch/ao/quantization/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9529300Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9539220Z copying torch/ao/quantization/quantize_jit.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9547040Z copying torch/ao/quantization/quantize_pt2e.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9554280Z copying torch/ao/quantization/quant_type.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9561720Z copying torch/ao/quantization/quantize_fx.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization 2025-09-07T07:26:30.9576520Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning 2025-09-07T07:26:30.9576910Z copying torch/ao/pruning/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning 2025-09-07T07:26:30.9585490Z copying torch/ao/pruning/_mappings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning 2025-09-07T07:26:30.9593350Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat 2025-09-07T07:26:30.9593720Z copying torch/ao/nn/qat/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat 2025-09-07T07:26:30.9602190Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized 2025-09-07T07:26:30.9602620Z copying torch/ao/nn/quantized/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized 2025-09-07T07:26:30.9610090Z copying torch/ao/nn/quantized/functional.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized 2025-09-07T07:26:30.9624880Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable 2025-09-07T07:26:30.9625320Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable 2025-09-07T07:26:30.9634020Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic 2025-09-07T07:26:30.9634440Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic 2025-09-07T07:26:30.9642430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse 2025-09-07T07:26:30.9642840Z copying torch/ao/nn/sparse/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse 2025-09-07T07:26:30.9650610Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/dynamic 2025-09-07T07:26:30.9651050Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/dynamic 2025-09-07T07:26:30.9658800Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/modules 2025-09-07T07:26:30.9659240Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/modules 2025-09-07T07:26:30.9666840Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/modules 2025-09-07T07:26:30.9674300Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/modules 2025-09-07T07:26:30.9682230Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/modules 2025-09-07T07:26:30.9690070Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/dynamic/modules 2025-09-07T07:26:30.9690580Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/dynamic/modules 2025-09-07T07:26:30.9697740Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/dynamic/modules 2025-09-07T07:26:30.9705950Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic 2025-09-07T07:26:30.9706440Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic 2025-09-07T07:26:30.9714970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9715480Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9722990Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9735930Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9747090Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9754210Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9762130Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9769950Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9776920Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9789900Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9797640Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9804760Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules 2025-09-07T07:26:30.9812920Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference 2025-09-07T07:26:30.9813470Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference 2025-09-07T07:26:30.9822840Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:30.9823390Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:30.9831960Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:30.9838840Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:30.9851940Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:30.9887430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:30.9888060Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:30.9894200Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:30.9900410Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:30.9907300Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:30.9913600Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:30.9922980Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:30.9945100Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable/modules 2025-09-07T07:26:30.9945600Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable/modules 2025-09-07T07:26:30.9956250Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable/modules 2025-09-07T07:26:30.9977100Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable/modules 2025-09-07T07:26:30.9990770Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat 2025-09-07T07:26:30.9991230Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat 2025-09-07T07:26:30.9998300Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized 2025-09-07T07:26:30.9998800Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized 2025-09-07T07:26:31.0005270Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/modules 2025-09-07T07:26:31.0005760Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/modules 2025-09-07T07:26:31.0012220Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/modules 2025-09-07T07:26:31.0019630Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:31.0020160Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:31.0032670Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:31.0039110Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:31.0045470Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:31.0053620Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/dynamic 2025-09-07T07:26:31.0054190Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/dynamic 2025-09-07T07:26:31.0062530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:31.0063100Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:31.0069780Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:31.0076380Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:31.0082760Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:31.0089540Z copying torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:31.0097200Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:31.0097840Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:31.0106020Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:31.0114120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized 2025-09-07T07:26:31.0114620Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized 2025-09-07T07:26:31.0121970Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized 2025-09-07T07:26:31.0129070Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized 2025-09-07T07:26:31.0136290Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized/dynamic 2025-09-07T07:26:31.0136850Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized/dynamic 2025-09-07T07:26:31.0143970Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized/dynamic 2025-09-07T07:26:31.0153280Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0153670Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0168080Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0176390Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0190510Z copying torch/ao/ns/fx/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0191200Z copying torch/ao/ns/fx/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0206370Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0214290Z copying torch/ao/ns/fx/ns_types.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0221650Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0242930Z copying torch/ao/ns/fx/mappings.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0258680Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx 2025-09-07T07:26:31.0268240Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0268840Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0283650Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0291620Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0299120Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0306900Z copying torch/ao/quantization/backend_config/native.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0313870Z copying torch/ao/quantization/backend_config/onednn.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0332020Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0340160Z copying torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0348340Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0361810Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0376710Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0384290Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config 2025-09-07T07:26:31.0392510Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0393020Z copying torch/ao/quantization/pt2e/port_metadata_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0401130Z copying torch/ao/quantization/pt2e/export_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0409990Z copying torch/ao/quantization/pt2e/qat_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0426360Z copying torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0434320Z copying torch/ao/quantization/pt2e/lowering.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0442990Z copying torch/ao/quantization/pt2e/graph_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0450160Z copying torch/ao/quantization/pt2e/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0450720Z copying torch/ao/quantization/pt2e/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0465420Z copying torch/ao/quantization/pt2e/_affine_quantization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0479640Z copying torch/ao/quantization/pt2e/prepare.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0494690Z copying torch/ao/quantization/pt2e/_numeric_debugger.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e 2025-09-07T07:26:31.0504530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0505010Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0512340Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0519920Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0534220Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0541440Z copying torch/ao/quantization/fx/convert.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0572500Z copying torch/ao/quantization/fx/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0579480Z copying torch/ao/quantization/fx/quantize_handler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0586200Z copying torch/ao/quantization/fx/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0600490Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0607950Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0634270Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0652230Z copying torch/ao/quantization/fx/fuse.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0659340Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0666500Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0673930Z copying torch/ao/quantization/fx/prepare.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0700570Z copying torch/ao/quantization/fx/tracer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0708350Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0724080Z copying torch/ao/quantization/fx/fuse_handler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0731840Z copying torch/ao/quantization/fx/lstm_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx 2025-09-07T07:26:31.0740550Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0741100Z copying torch/ao/quantization/quantizer/embedding_quantizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0748720Z copying torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0769180Z copying torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0776860Z copying torch/ao/quantization/quantizer/composable_quantizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0783740Z copying torch/ao/quantization/quantizer/xpu_inductor_quantizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0790100Z copying torch/ao/quantization/quantizer/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0797110Z copying torch/ao/quantization/quantizer/quantizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0804180Z copying torch/ao/quantization/quantizer/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0811560Z copying torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer 2025-09-07T07:26:31.0831790Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/representation 2025-09-07T07:26:31.0832390Z copying torch/ao/quantization/pt2e/representation/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/representation 2025-09-07T07:26:31.0839560Z copying torch/ao/quantization/pt2e/representation/rewrite.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/representation 2025-09-07T07:26:31.0854940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:31.0855570Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:31.0877250Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:31.0892160Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:31.0899380Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:31.0900080Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:31.0921920Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier 2025-09-07T07:26:31.0922460Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier 2025-09-07T07:26:31.0929760Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier 2025-09-07T07:26:31.0930340Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier 2025-09-07T07:26:31.0937570Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier 2025-09-07T07:26:31.0944360Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier 2025-09-07T07:26:31.0952540Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental 2025-09-07T07:26:31.0953350Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental 2025-09-07T07:26:31.0954480Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/scheduler 2025-09-07T07:26:31.0955180Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/scheduler 2025-09-07T07:26:31.0962440Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/scheduler 2025-09-07T07:26:31.0969230Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/scheduler 2025-09-07T07:26:31.0969830Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/scheduler 2025-09-07T07:26:31.0977690Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:31.0978480Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:31.0985940Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:31.0993320Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:31.1000310Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:31.1008930Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:31.1009500Z copying torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:31.1017600Z copying torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:31.1025270Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:31.1032340Z copying torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:31.1039860Z copying torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:31.1054440Z copying torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:31.1062160Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:31.1068680Z copying torch/ao/pruning/_experimental/pruner/match_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:31.1076450Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/activation_sparsifier 2025-09-07T07:26:31.1077190Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/activation_sparsifier 2025-09-07T07:26:31.1091180Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/activation_sparsifier 2025-09-07T07:26:31.1092400Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_scheduler 2025-09-07T07:26:31.1093090Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_scheduler 2025-09-07T07:26:31.1101660Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_scheduler 2025-09-07T07:26:31.1110700Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning 2025-09-07T07:26:31.1111390Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning 2025-09-07T07:26:31.1112720Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-09-07T07:26:31.1113530Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-09-07T07:26:31.1122460Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-09-07T07:26:31.1123470Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-09-07T07:26:31.1130820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/linalg 2025-09-07T07:26:31.1131220Z copying torch/_refs/linalg/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/linalg 2025-09-07T07:26:31.1139310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/nn 2025-09-07T07:26:31.1139680Z copying torch/_refs/nn/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/nn 2025-09-07T07:26:31.1147910Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/special 2025-09-07T07:26:31.1148330Z copying torch/_refs/special/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/special 2025-09-07T07:26:31.1156600Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/nn/functional 2025-09-07T07:26:31.1157050Z copying torch/_refs/nn/functional/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/nn/functional 2025-09-07T07:26:31.1175700Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/export/experimental 2025-09-07T07:26:31.1176190Z copying torch/export/experimental/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export/experimental 2025-09-07T07:26:31.1193450Z copying torch/export/experimental/_utils.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export/experimental 2025-09-07T07:26:31.1201680Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/export/passes 2025-09-07T07:26:31.1202100Z copying torch/export/passes/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export/passes 2025-09-07T07:26:31.1203880Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/export/pt2_archive 2025-09-07T07:26:31.1204560Z copying torch/export/pt2_archive/_package.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export/pt2_archive 2025-09-07T07:26:31.1226640Z copying torch/export/pt2_archive/_package_weights.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export/pt2_archive 2025-09-07T07:26:31.1233260Z copying torch/export/pt2_archive/constants.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export/pt2_archive 2025-09-07T07:26:31.1239990Z copying torch/export/pt2_archive/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/export/pt2_archive 2025-09-07T07:26:31.1247830Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal 2025-09-07T07:26:31.1248280Z copying torch/nested/_internal/nested_tensor.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal 2025-09-07T07:26:31.1272550Z copying torch/nested/_internal/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal 2025-09-07T07:26:31.1273210Z copying torch/nested/_internal/ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal 2025-09-07T07:26:31.1309640Z copying torch/nested/_internal/sdpa.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal 2025-09-07T07:26:31.1326570Z copying torch/nested/_internal/nested_int.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal 2025-09-07T07:26:31.1336300Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/signal/windows 2025-09-07T07:26:31.1336730Z copying torch/signal/windows/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/signal/windows 2025-09-07T07:26:31.1343360Z copying torch/signal/windows/windows.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/signal/windows 2025-09-07T07:26:31.1356370Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/package/analyze 2025-09-07T07:26:31.1356840Z copying torch/package/analyze/trace_dependencies.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package/analyze 2025-09-07T07:26:31.1363330Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package/analyze 2025-09-07T07:26:31.1369710Z copying torch/package/analyze/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package/analyze 2025-09-07T07:26:31.1375520Z copying torch/package/analyze/is_from_package.py -> build/lib.macosx-14.0-arm64-cpython-312/torch/package/analyze 2025-09-07T07:26:31.1382250Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/selective_build 2025-09-07T07:26:31.1382710Z copying torchgen/selective_build/selector.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/selective_build 2025-09-07T07:26:31.1389440Z copying torchgen/selective_build/operator.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/selective_build 2025-09-07T07:26:31.1395860Z copying torchgen/selective_build/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/selective_build 2025-09-07T07:26:31.1397300Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/static_runtime 2025-09-07T07:26:31.1397940Z copying torchgen/static_runtime/config.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/static_runtime 2025-09-07T07:26:31.1405380Z copying torchgen/static_runtime/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/static_runtime 2025-09-07T07:26:31.1406050Z copying torchgen/static_runtime/generator.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/static_runtime 2025-09-07T07:26:31.1419480Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/static_runtime 2025-09-07T07:26:31.1426640Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/operator_versions 2025-09-07T07:26:31.1427110Z copying torchgen/operator_versions/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/operator_versions 2025-09-07T07:26:31.1428020Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/operator_versions 2025-09-07T07:26:31.1434910Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/operator_versions 2025-09-07T07:26:31.1443420Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest 2025-09-07T07:26:31.1443810Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest 2025-09-07T07:26:31.1451660Z copying torchgen/dest/ufunc.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest 2025-09-07T07:26:31.1464760Z copying torchgen/dest/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest 2025-09-07T07:26:31.1471810Z copying torchgen/dest/native_functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest 2025-09-07T07:26:31.1478920Z copying torchgen/dest/lazy_ir.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest 2025-09-07T07:26:31.1494450Z copying torchgen/dest/register_dispatch_key.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest 2025-09-07T07:26:31.1511620Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1512010Z copying torchgen/api/dispatcher.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1520700Z copying torchgen/api/translate.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1534100Z copying torchgen/api/ufunc.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1540940Z copying torchgen/api/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1541470Z copying torchgen/api/native.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1549280Z copying torchgen/api/cpp.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1556420Z copying torchgen/api/unboxing.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1564060Z copying torchgen/api/functionalization.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1571060Z copying torchgen/api/autograd.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1591360Z copying torchgen/api/structured.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1602530Z copying torchgen/api/python.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1621660Z copying torchgen/api/lazy.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1635270Z copying torchgen/api/meta.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api 2025-09-07T07:26:31.1642980Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/aoti 2025-09-07T07:26:31.1643340Z copying torchgen/aoti/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/aoti 2025-09-07T07:26:31.1644180Z copying torchgen/aoti/fallback_ops.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/aoti 2025-09-07T07:26:31.1652150Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/types 2025-09-07T07:26:31.1652570Z copying torchgen/api/types/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/types 2025-09-07T07:26:31.1659240Z copying torchgen/api/types/types.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/types 2025-09-07T07:26:31.1667400Z copying torchgen/api/types/signatures.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/types 2025-09-07T07:26:31.1674870Z copying torchgen/api/types/types_base.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/types 2025-09-07T07:26:31.1682510Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch/experimental 2025-09-07T07:26:31.1682960Z copying functorch/experimental/control_flow.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/experimental 2025-09-07T07:26:31.1689740Z copying functorch/experimental/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/experimental 2025-09-07T07:26:31.1697400Z copying functorch/experimental/ops.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/experimental 2025-09-07T07:26:31.1704850Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch/_src 2025-09-07T07:26:31.1705220Z copying functorch/_src/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/_src 2025-09-07T07:26:31.1707380Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch/dim 2025-09-07T07:26:31.1707790Z copying functorch/dim/magic_trace.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/dim 2025-09-07T07:26:31.1714490Z copying functorch/dim/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/dim 2025-09-07T07:26:31.1721070Z copying functorch/dim/op_properties.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/dim 2025-09-07T07:26:31.1728090Z copying functorch/dim/wrap_type.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/dim 2025-09-07T07:26:31.1735360Z copying functorch/dim/tree_map.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/dim 2025-09-07T07:26:31.1742630Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch/compile 2025-09-07T07:26:31.1743030Z copying functorch/compile/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/compile 2025-09-07T07:26:31.1750590Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch/einops 2025-09-07T07:26:31.1751080Z copying functorch/einops/_parsing.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/einops 2025-09-07T07:26:31.1759170Z copying functorch/einops/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/einops 2025-09-07T07:26:31.1767310Z copying functorch/einops/rearrange.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/einops 2025-09-07T07:26:31.1776150Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/make_functional 2025-09-07T07:26:31.1776640Z copying functorch/_src/make_functional/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/make_functional 2025-09-07T07:26:31.1784430Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/eager_transforms 2025-09-07T07:26:31.1785010Z copying functorch/_src/eager_transforms/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/eager_transforms 2025-09-07T07:26:31.1792770Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/aot_autograd 2025-09-07T07:26:31.1793240Z copying functorch/_src/aot_autograd/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/aot_autograd 2025-09-07T07:26:31.1801520Z creating build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/vmap 2025-09-07T07:26:31.1801930Z copying functorch/_src/vmap/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/vmap 2025-09-07T07:26:31.4778860Z copying torch/return_types.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:31.4799950Z copying torch/_VF.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:31.4885100Z copying torch/py.typed -> build/lib.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:31.4886150Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.4886780Z copying torch/bin/FileStoreTest -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.4958060Z copying torch/bin/test_lazy -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.5178000Z copying torch/bin/protoc-3.13.0.0 -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.5336230Z copying torch/bin/torch_shm_manager -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.5357320Z copying torch/bin/test_cpp_rpc -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.5416960Z copying torch/bin/test_jit -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.5758990Z copying torch/bin/test_api -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.6142970Z copying torch/bin/protoc -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.6202940Z copying torch/bin/HashStoreTest -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.6272850Z copying torch/bin/TCPStoreTest -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.6327980Z copying torch/bin/test_dist_autograd -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.6399200Z copying torch/bin/test_nativert -> build/lib.macosx-14.0-arm64-cpython-312/torch/bin 2025-09-07T07:26:31.6552280Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.6552730Z copying torch/test/c10_ConstexprCrc_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.6605820Z copying torch/test/type_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.6675440Z copying torch/test/cpu_allocator_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.6737450Z copying torch/test/weakref_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.6809000Z copying torch/test/c10_string_view_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.6858640Z copying torch/test/c10_exception_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.6905330Z copying torch/test/packedtensoraccessor_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.6962780Z copying torch/test/quantized_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7016220Z copying torch/test/c10_small_vector_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7109680Z copying torch/test/type_ptr_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7208970Z copying torch/test/c10_error_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7257200Z copying torch/test/c10_Semaphore_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7325700Z copying torch/test/c10_SizesAndStrides_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7387480Z copying torch/test/scalar_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7444440Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7511300Z copying torch/test/math_kernel_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7588810Z copying torch/test/kernel_stackbased_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7651010Z copying torch/test/c10_Metaprogramming_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7730940Z copying torch/test/MaybeOwned_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7805120Z copying torch/test/c10_ArrayRef_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.7863410Z copying torch/test/operator_name_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.8185280Z copying torch/test/c10_Synchronized_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.8491820Z copying torch/test/inline_container_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.8565780Z copying torch/test/c10_ssize_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.8639660Z copying torch/test/c10_cow_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.8733350Z copying torch/test/Dimname_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.8800860Z copying torch/test/cpu_rng_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.8872640Z copying torch/test/kernel_lambda_legacy_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.8955300Z copying torch/test/mps_test_objc_interface -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9020830Z copying torch/test/mps_test_allocator -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9081090Z copying torch/test/dlconvertor_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9132760Z copying torch/test/c10_AllocatorConfig_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9209970Z copying torch/test/cpu_profiling_allocator_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9271330Z copying torch/test/c10_intrusive_ptr_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9352570Z copying torch/test/pow_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9452610Z copying torch/test/c10_DispatchKeySet_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9514120Z copying torch/test/c10_NetworkFlow_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9573430Z copying torch/test/c10_Enumerate_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9646300Z copying torch/test/backend_fallback_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9705420Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9775050Z copying torch/test/c10_optional_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9852800Z copying torch/test/c10_TypeIndex_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9909120Z copying torch/test/undefined_tensor_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:31.9988460Z copying torch/test/basic -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0049980Z copying torch/test/List_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0136970Z copying torch/test/c10_SymInt_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0201400Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0253070Z copying torch/test/extension_backend_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0307140Z copying torch/test/c10_Bitset_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0369590Z copying torch/test/thread_init_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0444580Z copying torch/test/kernel_function_legacy_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0528140Z copying torch/test/apply_utils_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0601370Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0682980Z copying torch/test/c10_Scalar_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0742170Z copying torch/test/legacy_vmap_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0827200Z copying torch/test/c10_DeviceGuard_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0889340Z copying torch/test/CppSignature_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0944390Z copying torch/test/reportMemoryUsage_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.0996880Z copying torch/test/lazy_tensor_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1050560Z copying torch/test/mps_test_metal_library -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1111110Z copying torch/test/c10_string_util_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1182400Z copying torch/test/reduce_ops_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1226540Z copying torch/test/stride_properties_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1280530Z copying torch/test/c10_StreamGuard_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1333170Z copying torch/test/IListRef_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1403710Z copying torch/test/NamedTensor_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1470110Z copying torch/test/verify_api_visibility -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1520520Z copying torch/test/test_parallel -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1590340Z copying torch/test/operators_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1643890Z copying torch/test/op_allowlist_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1696680Z copying torch/test/c10_bit_cast_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1746800Z copying torch/test/mps_test_print -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1804170Z copying torch/test/scalar_tensor_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1871180Z copying torch/test/c10_Half_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1919100Z copying torch/test/c10_registry_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.1968760Z copying torch/test/xla_tensor_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2030180Z copying torch/test/half_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2089830Z copying torch/test/c10_complex_math_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2149990Z copying torch/test/c10_DeadlockDetection_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2214510Z copying torch/test/c10_accumulate_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2275830Z copying torch/test/c10_ThreadLocal_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2331100Z copying torch/test/native_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2384930Z copying torch/test/c10_TypeList_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2432550Z copying torch/test/c10_IntrusiveList_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2496150Z copying torch/test/c10_bfloat16_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2563210Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2641890Z copying torch/test/wrapdim_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2695140Z copying torch/test/op_registration_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2905430Z copying torch/test/c10_lazy_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.2969080Z copying torch/test/atest -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3026470Z copying torch/test/c10_generic_math_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3089840Z copying torch/test/kernel_function_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3180970Z copying torch/test/kernel_lambda_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3257590Z copying torch/test/memory_overlapping_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3318720Z copying torch/test/Dict_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3387160Z copying torch/test/c10_irange_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3455670Z copying torch/test/mobile_memory_cleanup -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3516500Z copying torch/test/c10_tempfile_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3576020Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3645110Z copying torch/test/StorageUtils_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3704870Z copying torch/test/c10_Device_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3761040Z copying torch/test/broadcast_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3823730Z copying torch/test/c10_LeftRight_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3886570Z copying torch/test/ivalue_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.3955500Z copying torch/test/c10_flags_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.4010860Z copying torch/test/c10_TypeTraits_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.4060840Z copying torch/test/KernelFunction_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.4137900Z copying torch/test/memory_format_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.4193980Z copying torch/test/c10_logging_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.4255070Z copying torch/test/tensor_iterator_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.4329610Z copying torch/test/cpu_generator_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.4394780Z copying torch/test/c10_typeid_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.4449080Z copying torch/test/c10_complex_test -> build/lib.macosx-14.0-arm64-cpython-312/torch/test 2025-09-07T07:26:32.4505060Z copying torch/nn/parameter.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:32.4511390Z copying torch/nn/functional.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:32.4525770Z copying torch/distributed/optim/zero_redundancy_optimizer.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:32.4535120Z copying torch/optim/_multi_tensor/__init__.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim/_multi_tensor 2025-09-07T07:26:32.4542470Z copying torch/utils/_config_typing.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:32.4547820Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes 2025-09-07T07:26:32.4559600Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4559950Z copying torch/_C/_profiler.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4566300Z copying torch/_C/_onnx.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4571170Z copying torch/_C/_distributed_c10d.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4580340Z copying torch/_C/_autograd.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4589440Z copying torch/_C/_monitor.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4593970Z copying torch/_C/_itt.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4598680Z copying torch/_C/_lazy.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4603650Z copying torch/_C/__init__.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4651670Z copying torch/_C/_nvtx.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4656710Z copying torch/_C/_cpu.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4661840Z copying torch/_C/_nn.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4667580Z copying torch/_C/_cusparselt.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4672430Z copying torch/_C/_instruction_counter.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4677680Z copying torch/_C/_jit_tree_views.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4682290Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4687150Z copying torch/_C/_functorch.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4691660Z copying torch/_C/_VariableFunctions.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4781460Z copying torch/_C/_distributed_rpc.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4792650Z copying torch/_C/_verbose.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4798760Z copying torch/_C/_aoti.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4804250Z copying torch/_C/_functions.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4810060Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4814780Z copying torch/_C/_cudnn.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4819990Z copying torch/_C/_distributed_autograd.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C 2025-09-07T07:26:32.4825020Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_export 2025-09-07T07:26:32.4825410Z copying torch/_C/_export/__init__.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_export 2025-09-07T07:26:32.4830950Z copying torch/_C/_export/pt2_archive_constants.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_export 2025-09-07T07:26:32.4836260Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_dynamo 2025-09-07T07:26:32.4836630Z copying torch/_C/_dynamo/__init__.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_dynamo 2025-09-07T07:26:32.4841800Z copying torch/_C/_dynamo/compiled_autograd.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_dynamo 2025-09-07T07:26:32.4847200Z copying torch/_C/_dynamo/guards.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_dynamo 2025-09-07T07:26:32.4853560Z copying torch/_C/_dynamo/eval_frame.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_dynamo 2025-09-07T07:26:32.4858300Z copying torch/jit/_script.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:32.4865150Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_C_flatbuffer 2025-09-07T07:26:32.4865570Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/_C_flatbuffer 2025-09-07T07:26:32.4871580Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:32.4871930Z copying torch/lib/libshm.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:32.4888000Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm_windows 2025-09-07T07:26:32.4888440Z copying torch/lib/libshm_windows/libshm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm_windows 2025-09-07T07:26:32.4894260Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm 2025-09-07T07:26:32.4894630Z copying torch/lib/libshm/err.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm 2025-09-07T07:26:32.4900950Z copying torch/lib/libshm/libshm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm 2025-09-07T07:26:32.4902310Z copying torch/lib/libshm/socket.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm 2025-09-07T07:26:32.4908060Z copying torch/lib/libshm/alloc_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm 2025-09-07T07:26:32.4915170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4915580Z copying torch/include/sleef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4917970Z copying torch/include/cpuinfo.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4919190Z copying torch/include/nnpack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4920720Z copying torch/include/xnnpack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4923300Z copying torch/include/libshm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4924390Z copying torch/include/fp16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4925650Z copying torch/include/qnnpack_func.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4926980Z copying torch/include/pthreadpool.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4929200Z copying torch/include/clog.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4930210Z copying torch/include/psimd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4931930Z copying torch/include/experiments-config.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4933240Z copying torch/include/fxdiv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:32.4934590Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4935150Z copying torch/include/pybind11/gil_simple.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4936470Z copying torch/include/pybind11/attr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4937900Z copying torch/include/pybind11/embed.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4939140Z copying torch/include/pybind11/numpy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4940960Z copying torch/include/pybind11/pybind11.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4943440Z copying torch/include/pybind11/warnings.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4944370Z copying torch/include/pybind11/operators.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4945740Z copying torch/include/pybind11/iostream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4946940Z copying torch/include/pybind11/gil.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4948160Z copying torch/include/pybind11/chrono.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4949500Z copying torch/include/pybind11/subinterpreter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4950780Z copying torch/include/pybind11/typing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4951980Z copying torch/include/pybind11/stl_bind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4953440Z copying torch/include/pybind11/buffer_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4954690Z copying torch/include/pybind11/options.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4955950Z copying torch/include/pybind11/functional.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4957270Z copying torch/include/pybind11/native_enum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4958420Z copying torch/include/pybind11/stl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4959920Z copying torch/include/pybind11/critical_section.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4961150Z copying torch/include/pybind11/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4962450Z copying torch/include/pybind11/eval.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4963670Z copying torch/include/pybind11/cast.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4965590Z copying torch/include/pybind11/trampoline_self_life_support.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4966880Z copying torch/include/pybind11/type_caster_pyobject_ptr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4968090Z copying torch/include/pybind11/eigen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4969350Z copying torch/include/pybind11/gil_safe_call_once.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4970600Z copying torch/include/pybind11/pytypes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4972990Z copying torch/include/pybind11/complex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11 2025-09-07T07:26:32.4973930Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/conduit 2025-09-07T07:26:32.4974600Z copying torch/include/pybind11/conduit/pybind11_platform_abi_id.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/conduit 2025-09-07T07:26:32.4976030Z copying torch/include/pybind11/conduit/pybind11_conduit_v1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/conduit 2025-09-07T07:26:32.4977360Z copying torch/include/pybind11/conduit/wrap_include_python_h.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/conduit 2025-09-07T07:26:32.4978700Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/eigen 2025-09-07T07:26:32.4979190Z copying torch/include/pybind11/eigen/matrix.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/eigen 2025-09-07T07:26:32.4980690Z copying torch/include/pybind11/eigen/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/eigen 2025-09-07T07:26:32.4981960Z copying torch/include/pybind11/eigen/tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/eigen 2025-09-07T07:26:32.4983430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/stl 2025-09-07T07:26:32.4984020Z copying torch/include/pybind11/stl/filesystem.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/stl 2025-09-07T07:26:32.4985360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4986030Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4987730Z copying torch/include/pybind11/detail/exception_translation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4988900Z copying torch/include/pybind11/detail/typeid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4990130Z copying torch/include/pybind11/detail/descr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4991450Z copying torch/include/pybind11/detail/using_smart_holder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4992710Z copying torch/include/pybind11/detail/function_record_pyobject.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4994110Z copying torch/include/pybind11/detail/internals.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4995500Z copying torch/include/pybind11/detail/cpp_conduit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4996840Z copying torch/include/pybind11/detail/value_and_holder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4998000Z copying torch/include/pybind11/detail/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.4999660Z copying torch/include/pybind11/detail/class.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.5001170Z copying torch/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.5002800Z copying torch/include/pybind11/detail/pybind11_namespace_macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.5003970Z copying torch/include/pybind11/detail/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.5005310Z copying torch/include/pybind11/detail/native_enum_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.5006520Z copying torch/include/pybind11/detail/struct_smart_holder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail 2025-09-07T07:26:32.5007780Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5008310Z copying torch/include/fmt/ostream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5009630Z copying torch/include/fmt/format-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5011310Z copying torch/include/fmt/ranges.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5012740Z copying torch/include/fmt/xchar.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5014120Z copying torch/include/fmt/core.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5015340Z copying torch/include/fmt/chrono.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5016940Z copying torch/include/fmt/os.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5018250Z copying torch/include/fmt/color.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5019630Z copying torch/include/fmt/args.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5020930Z copying torch/include/fmt/printf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5022460Z copying torch/include/fmt/compile.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5023800Z copying torch/include/fmt/format.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5030620Z copying torch/include/fmt/std.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5031720Z copying torch/include/fmt/base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt 2025-09-07T07:26:32.5033950Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2 2025-09-07T07:26:32.5034380Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/core 2025-09-07T07:26:32.5034830Z copying torch/include/caffe2/core/timer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/core 2025-09-07T07:26:32.5035910Z copying torch/include/caffe2/core/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/core 2025-09-07T07:26:32.5037170Z copying torch/include/caffe2/core/macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/core 2025-09-07T07:26:32.5038680Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/perfkernels 2025-09-07T07:26:32.5039400Z copying torch/include/caffe2/perfkernels/batch_box_cox_vec.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/perfkernels 2025-09-07T07:26:32.5040600Z copying torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/perfkernels 2025-09-07T07:26:32.5041820Z copying torch/include/caffe2/perfkernels/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/perfkernels 2025-09-07T07:26:32.5043120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize 2025-09-07T07:26:32.5043740Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize 2025-09-07T07:26:32.5045010Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize 2025-09-07T07:26:32.5046200Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize 2025-09-07T07:26:32.5047870Z copying torch/include/caffe2/serialize/versions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize 2025-09-07T07:26:32.5049090Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize 2025-09-07T07:26:32.5050260Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize 2025-09-07T07:26:32.5051460Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize 2025-09-07T07:26:32.5052730Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils 2025-09-07T07:26:32.5053310Z copying torch/include/caffe2/utils/string_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils 2025-09-07T07:26:32.5054530Z copying torch/include/caffe2/utils/fixed_divisor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils 2025-09-07T07:26:32.5055770Z copying torch/include/caffe2/utils/proto_wrap.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils 2025-09-07T07:26:32.5057020Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:32.5057650Z copying torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:32.5058990Z copying torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:32.5060250Z copying torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:32.5061760Z copying torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:32.5063040Z copying torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:32.5064360Z copying torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:32.5065570Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google 2025-09-07T07:26:32.5066110Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5066760Z copying torch/include/google/protobuf/source_context.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5068060Z copying torch/include/google/protobuf/repeated_field.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5069890Z copying torch/include/google/protobuf/port.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5071180Z copying torch/include/google/protobuf/wire_format.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5072580Z copying torch/include/google/protobuf/inlined_string_field.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5073790Z copying torch/include/google/protobuf/map.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5075380Z copying torch/include/google/protobuf/arenastring.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5076610Z copying torch/include/google/protobuf/map_entry_lite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5078040Z copying torch/include/google/protobuf/service.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5079310Z copying torch/include/google/protobuf/struct.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5080840Z copying torch/include/google/protobuf/empty.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5082090Z copying torch/include/google/protobuf/descriptor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5083950Z copying torch/include/google/protobuf/message.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5085550Z copying torch/include/google/protobuf/wrappers.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5087100Z copying torch/include/google/protobuf/text_format.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5088480Z copying torch/include/google/protobuf/has_bits.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5089870Z copying torch/include/google/protobuf/arena_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5091200Z copying torch/include/google/protobuf/api.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5092850Z copying torch/include/google/protobuf/metadata.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5093990Z copying torch/include/google/protobuf/extension_set.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5095710Z copying torch/include/google/protobuf/reflection_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5097110Z copying torch/include/google/protobuf/generated_message_table_driven.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5098580Z copying torch/include/google/protobuf/duration.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5099840Z copying torch/include/google/protobuf/generated_message_reflection.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5101070Z copying torch/include/google/protobuf/unknown_field_set.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5102300Z copying torch/include/google/protobuf/type.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5104240Z copying torch/include/google/protobuf/map_field_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5105440Z copying torch/include/google/protobuf/timestamp.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5106720Z copying torch/include/google/protobuf/field_mask.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5108090Z copying torch/include/google/protobuf/descriptor.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5112400Z copying torch/include/google/protobuf/map_entry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5113350Z copying torch/include/google/protobuf/message_lite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5114710Z copying torch/include/google/protobuf/generated_message_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5116010Z copying torch/include/google/protobuf/descriptor_database.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5121160Z copying torch/include/google/protobuf/map_field.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5121850Z copying torch/include/google/protobuf/generated_enum_reflection.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5122530Z copying torch/include/google/protobuf/generated_enum_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5123160Z copying torch/include/google/protobuf/any.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5123760Z copying torch/include/google/protobuf/map_type_handler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5124400Z copying torch/include/google/protobuf/parse_context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5125560Z copying torch/include/google/protobuf/extension_set_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5126740Z copying torch/include/google/protobuf/map_field_lite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5128340Z copying torch/include/google/protobuf/metadata_lite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5129590Z copying torch/include/google/protobuf/implicit_weak_message.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5130860Z copying torch/include/google/protobuf/arena.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5132310Z copying torch/include/google/protobuf/any.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5133540Z copying torch/include/google/protobuf/reflection.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5134970Z copying torch/include/google/protobuf/dynamic_message.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5136260Z copying torch/include/google/protobuf/wire_format_lite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf 2025-09-07T07:26:32.5138260Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5139050Z copying torch/include/google/protobuf/stubs/stringpiece.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5140420Z copying torch/include/google/protobuf/stubs/stl_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5141760Z copying torch/include/google/protobuf/stubs/port.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5143140Z copying torch/include/google/protobuf/stubs/status.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5144450Z copying torch/include/google/protobuf/stubs/template_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5145750Z copying torch/include/google/protobuf/stubs/map_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5147080Z copying torch/include/google/protobuf/stubs/casts.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5148400Z copying torch/include/google/protobuf/stubs/logging.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5149610Z copying torch/include/google/protobuf/stubs/bytestream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5151040Z copying torch/include/google/protobuf/stubs/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5152200Z copying torch/include/google/protobuf/stubs/macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5153570Z copying torch/include/google/protobuf/stubs/platform_macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5154760Z copying torch/include/google/protobuf/stubs/once.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5156040Z copying torch/include/google/protobuf/stubs/fastmem.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5157280Z copying torch/include/google/protobuf/stubs/mutex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5158550Z copying torch/include/google/protobuf/stubs/callback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5159970Z copying torch/include/google/protobuf/stubs/strutil.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5162000Z copying torch/include/google/protobuf/stubs/hash.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs 2025-09-07T07:26:32.5162790Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util 2025-09-07T07:26:32.5163380Z copying torch/include/google/protobuf/util/time_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util 2025-09-07T07:26:32.5164680Z copying torch/include/google/protobuf/util/field_mask_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util 2025-09-07T07:26:32.5165900Z copying torch/include/google/protobuf/util/json_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util 2025-09-07T07:26:32.5167270Z copying torch/include/google/protobuf/util/type_resolver.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util 2025-09-07T07:26:32.5168560Z copying torch/include/google/protobuf/util/field_comparator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util 2025-09-07T07:26:32.5169830Z copying torch/include/google/protobuf/util/type_resolver_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util 2025-09-07T07:26:32.5171100Z copying torch/include/google/protobuf/util/message_differencer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util 2025-09-07T07:26:32.5172600Z copying torch/include/google/protobuf/util/delimited_message_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util 2025-09-07T07:26:32.5173930Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5174590Z copying torch/include/google/protobuf/io/zero_copy_stream_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5176050Z copying torch/include/google/protobuf/io/printer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5177370Z copying torch/include/google/protobuf/io/gzip_stream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5178890Z copying torch/include/google/protobuf/io/zero_copy_stream_impl_lite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5180220Z copying torch/include/google/protobuf/io/strtod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5181440Z copying torch/include/google/protobuf/io/tokenizer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5182910Z copying torch/include/google/protobuf/io/zero_copy_stream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5184200Z copying torch/include/google/protobuf/io/io_win32.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5185470Z copying torch/include/google/protobuf/io/coded_stream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io 2025-09-07T07:26:32.5187330Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler 2025-09-07T07:26:32.5187930Z copying torch/include/google/protobuf/compiler/code_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler 2025-09-07T07:26:32.5189210Z copying torch/include/google/protobuf/compiler/plugin.pb.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler 2025-09-07T07:26:32.5191230Z copying torch/include/google/protobuf/compiler/plugin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler 2025-09-07T07:26:32.5192200Z copying torch/include/google/protobuf/compiler/parser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler 2025-09-07T07:26:32.5193830Z copying torch/include/google/protobuf/compiler/command_line_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler 2025-09-07T07:26:32.5196430Z copying torch/include/google/protobuf/compiler/importer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler 2025-09-07T07:26:32.5197630Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/python 2025-09-07T07:26:32.5198570Z copying torch/include/google/protobuf/compiler/python/python_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/python 2025-09-07T07:26:32.5199840Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/js 2025-09-07T07:26:32.5200520Z copying torch/include/google/protobuf/compiler/js/well_known_types_embed.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/js 2025-09-07T07:26:32.5202280Z copying torch/include/google/protobuf/compiler/js/js_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/js 2025-09-07T07:26:32.5203180Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/java 2025-09-07T07:26:32.5203890Z copying torch/include/google/protobuf/compiler/java/java_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/java 2025-09-07T07:26:32.5205390Z copying torch/include/google/protobuf/compiler/java/java_names.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/java 2025-09-07T07:26:32.5206780Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/php 2025-09-07T07:26:32.5207460Z copying torch/include/google/protobuf/compiler/php/php_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/php 2025-09-07T07:26:32.5208700Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/cpp 2025-09-07T07:26:32.5209340Z copying torch/include/google/protobuf/compiler/cpp/cpp_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/cpp 2025-09-07T07:26:32.5210800Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/csharp 2025-09-07T07:26:32.5211530Z copying torch/include/google/protobuf/compiler/csharp/csharp_names.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/csharp 2025-09-07T07:26:32.5212810Z copying torch/include/google/protobuf/compiler/csharp/csharp_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/csharp 2025-09-07T07:26:32.5214070Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/ruby 2025-09-07T07:26:32.5214720Z copying torch/include/google/protobuf/compiler/ruby/ruby_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/ruby 2025-09-07T07:26:32.5216350Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/objectivec 2025-09-07T07:26:32.5217050Z copying torch/include/google/protobuf/compiler/objectivec/objectivec_helpers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/objectivec 2025-09-07T07:26:32.5218650Z copying torch/include/google/protobuf/compiler/objectivec/objectivec_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/objectivec 2025-09-07T07:26:32.5219780Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch 2025-09-07T07:26:32.5220380Z copying torch/include/torch/script.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch 2025-09-07T07:26:32.5223040Z copying torch/include/torch/library.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch 2025-09-07T07:26:32.5224550Z copying torch/include/torch/custom_class_detail.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch 2025-09-07T07:26:32.5226300Z copying torch/include/torch/custom_class.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch 2025-09-07T07:26:32.5227460Z copying torch/include/torch/extension.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch 2025-09-07T07:26:32.5229120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly 2025-09-07T07:26:32.5229560Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/core 2025-09-07T07:26:32.5230330Z copying torch/include/torch/headeronly/core/ScalarType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/core 2025-09-07T07:26:32.5231710Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5232310Z copying torch/include/torch/headeronly/util/quint4x2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5233910Z copying torch/include/torch/headeronly/util/Half.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5235570Z copying torch/include/torch/headeronly/util/TypeSafeSignMath.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5236660Z copying torch/include/torch/headeronly/util/qint32.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5238100Z copying torch/include/torch/headeronly/util/Float4_e2m1fn_x2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5239540Z copying torch/include/torch/headeronly/util/Float8_e5m2fnuz.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5241070Z copying torch/include/torch/headeronly/util/shim_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5242430Z copying torch/include/torch/headeronly/util/Float8_e4m3fnuz.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5243820Z copying torch/include/torch/headeronly/util/quint8.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5245300Z copying torch/include/torch/headeronly/util/Float8_e5m2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5246610Z copying torch/include/torch/headeronly/util/Float8_e8m0fnu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5248510Z copying torch/include/torch/headeronly/util/BFloat16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5249590Z copying torch/include/torch/headeronly/util/quint2x4.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5251100Z copying torch/include/torch/headeronly/util/floating_point_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5252470Z copying torch/include/torch/headeronly/util/bit_cast.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5253790Z copying torch/include/torch/headeronly/util/qint8.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5255250Z copying torch/include/torch/headeronly/util/Exception.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5256270Z copying torch/include/torch/headeronly/util/Float8_e4m3fn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5257720Z copying torch/include/torch/headeronly/util/complex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5259110Z copying torch/include/torch/headeronly/util/bits.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5260820Z copying torch/include/torch/headeronly/util/Float8_fnuz_cvt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util 2025-09-07T07:26:32.5262310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu 2025-09-07T07:26:32.5262730Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec 2025-09-07T07:26:32.5263310Z copying torch/include/torch/headeronly/cpu/vec/vec_half.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec 2025-09-07T07:26:32.5264650Z copying torch/include/torch/headeronly/cpu/vec/intrinsics.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec 2025-09-07T07:26:32.5265970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec/vec256 2025-09-07T07:26:32.5266650Z copying torch/include/torch/headeronly/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec/vec256 2025-09-07T07:26:32.5267960Z copying torch/include/torch/headeronly/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec/vec256 2025-09-07T07:26:32.5269160Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/macros 2025-09-07T07:26:32.5269920Z copying torch/include/torch/headeronly/macros/cmake_macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/macros 2025-09-07T07:26:32.5271300Z copying torch/include/torch/headeronly/macros/Export.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/macros 2025-09-07T07:26:32.5272610Z copying torch/include/torch/headeronly/macros/Macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/macros 2025-09-07T07:26:32.5274220Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5274710Z copying torch/include/torch/csrc/Size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5276140Z copying torch/include/torch/csrc/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5277410Z copying torch/include/torch/csrc/DeviceAccelerator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5278830Z copying torch/include/torch/csrc/Export.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5280020Z copying torch/include/torch/csrc/Device.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5281350Z copying torch/include/torch/csrc/THConcat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5282690Z copying torch/include/torch/csrc/Event.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5283830Z copying torch/include/torch/csrc/Types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5285080Z copying torch/include/torch/csrc/serialization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5286460Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5287640Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5289040Z copying torch/include/torch/csrc/QScheme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5290230Z copying torch/include/torch/csrc/Stream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5291620Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5293250Z copying torch/include/torch/csrc/THP.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5294550Z copying torch/include/torch/csrc/python_headers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5295780Z copying torch/include/torch/csrc/Layout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5297370Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5298380Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5299700Z copying torch/include/torch/csrc/Storage.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5300920Z copying torch/include/torch/csrc/PyInterpreterHooks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5302220Z copying torch/include/torch/csrc/itt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5303510Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5304970Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5306210Z copying torch/include/torch/csrc/PyInterpreter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5307610Z copying torch/include/torch/csrc/Dtype.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5308820Z copying torch/include/torch/csrc/Module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5310110Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5311340Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5312580Z copying torch/include/torch/csrc/Generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5313910Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5315290Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc 2025-09-07T07:26:32.5316590Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable 2025-09-07T07:26:32.5317170Z copying torch/include/torch/csrc/stable/stableivalue_conversions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable 2025-09-07T07:26:32.5318570Z copying torch/include/torch/csrc/stable/library.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable 2025-09-07T07:26:32.5320330Z copying torch/include/torch/csrc/stable/accelerator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable 2025-09-07T07:26:32.5321820Z copying torch/include/torch/csrc/stable/tensor_struct.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable 2025-09-07T07:26:32.5323250Z copying torch/include/torch/csrc/stable/tensor_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable 2025-09-07T07:26:32.5324330Z copying torch/include/torch/csrc/stable/ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable 2025-09-07T07:26:32.5325750Z copying torch/include/torch/csrc/stable/tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable 2025-09-07T07:26:32.5327070Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor 2025-09-07T07:26:32.5327670Z copying torch/include/torch/csrc/inductor/inductor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor 2025-09-07T07:26:32.5329110Z copying torch/include/torch/csrc/inductor/array_ref_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor 2025-09-07T07:26:32.5330320Z copying torch/include/torch/csrc/inductor/static_cuda_launcher.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor 2025-09-07T07:26:32.5331530Z copying torch/include/torch/csrc/inductor/cpp_prefix.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor 2025-09-07T07:26:32.5333090Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_package 2025-09-07T07:26:32.5333780Z copying torch/include/torch/csrc/inductor/aoti_package/pybind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_package 2025-09-07T07:26:32.5335180Z copying torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_package 2025-09-07T07:26:32.5336510Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_eager 2025-09-07T07:26:32.5337150Z copying torch/include/torch/csrc/inductor/aoti_eager/kernel_meta_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_eager 2025-09-07T07:26:32.5338420Z copying torch/include/torch/csrc/inductor/aoti_eager/kernel_holder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_eager 2025-09-07T07:26:32.5339810Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:32.5340580Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_mps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:32.5342270Z copying torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:32.5343240Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:32.5344870Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:32.5346140Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:32.5347550Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:32.5348660Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5349340Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5350690Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5351970Z copying torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5353220Z copying torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5354420Z copying torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5355940Z copying torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5357110Z copying torch/include/torch/csrc/inductor/aoti_runtime/constant_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5358380Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5359710Z copying torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5361120Z copying torch/include/torch/csrc/inductor/aoti_runtime/mini_array_ref.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5362410Z copying torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5363670Z copying torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5365130Z copying torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5366730Z copying torch/include/torch/csrc/inductor/aoti_runtime/model_base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:32.5368120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:32.5368730Z copying torch/include/torch/csrc/inductor/aoti_include/xpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:32.5370150Z copying torch/include/torch/csrc/inductor/aoti_include/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:32.5371420Z copying torch/include/torch/csrc/inductor/aoti_include/cuda.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:32.5372630Z copying torch/include/torch/csrc/inductor/aoti_include/cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:32.5373880Z copying torch/include/torch/csrc/inductor/aoti_include/mps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:32.5375240Z copying torch/include/torch/csrc/inductor/aoti_include/array_ref.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:32.5376470Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:32.5377080Z copying torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:32.5378620Z copying torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:32.5379840Z copying torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:32.5381410Z copying torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:32.5382640Z copying torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:32.5384070Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:32.5384770Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:32.5386190Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_aten.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:32.5387540Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_mps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:32.5389160Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:32.5390510Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:32.5391720Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:32.5392350Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim_cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:32.5393600Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim_mps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:32.5394900Z copying torch/include/torch/csrc/inductor/aoti_torch/c/macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:32.5396170Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim_deprecated.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:32.5397340Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:32.5398570Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:32.5400170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:32.5400780Z copying torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:32.5401860Z copying torch/include/torch/csrc/inductor/cpp_wrapper/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:32.5403140Z copying torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:32.5404290Z copying torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:32.5405570Z copying torch/include/torch/csrc/inductor/cpp_wrapper/mps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:32.5406750Z copying torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:32.5408080Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:32.5408810Z copying torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:32.5410030Z copying torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:32.5411190Z copying torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:32.5412430Z copying torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/mps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:32.5413590Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/monitor 2025-09-07T07:26:32.5414220Z copying torch/include/torch/csrc/monitor/events.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/monitor 2025-09-07T07:26:32.5415500Z copying torch/include/torch/csrc/monitor/counters.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/monitor 2025-09-07T07:26:32.5416660Z copying torch/include/torch/csrc/monitor/python_init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/monitor 2025-09-07T07:26:32.5417940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/instruction_counter 2025-09-07T07:26:32.5418580Z copying torch/include/torch/csrc/instruction_counter/Module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/instruction_counter 2025-09-07T07:26:32.5419820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/mps 2025-09-07T07:26:32.5420410Z copying torch/include/torch/csrc/mps/Module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/mps 2025-09-07T07:26:32.5421620Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/onnx 2025-09-07T07:26:32.5422210Z copying torch/include/torch/csrc/onnx/back_compat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/onnx 2025-09-07T07:26:32.5423510Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/onnx 2025-09-07T07:26:32.5424730Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/onnx 2025-09-07T07:26:32.5426010Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cpu 2025-09-07T07:26:32.5426540Z copying torch/include/torch/csrc/cpu/Module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cpu 2025-09-07T07:26:32.5427940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed 2025-09-07T07:26:32.5428500Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd 2025-09-07T07:26:32.5429190Z copying torch/include/torch/csrc/distributed/autograd/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd 2025-09-07T07:26:32.5430820Z copying torch/include/torch/csrc/distributed/autograd/python_autograd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd 2025-09-07T07:26:32.5432060Z copying torch/include/torch/csrc/distributed/autograd/autograd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd 2025-09-07T07:26:32.5433420Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/context 2025-09-07T07:26:32.5434130Z copying torch/include/torch/csrc/distributed/autograd/context/container.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/context 2025-09-07T07:26:32.5435170Z copying torch/include/torch/csrc/distributed/autograd/context/context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/context 2025-09-07T07:26:32.5436430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5437260Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5438520Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5439900Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5441260Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5442640Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5443920Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5445250Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5446460Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5447800Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5449120Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:32.5450340Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/functions 2025-09-07T07:26:32.5451120Z copying torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/functions 2025-09-07T07:26:32.5452390Z copying torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/functions 2025-09-07T07:26:32.5453590Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/engine 2025-09-07T07:26:32.5454420Z copying torch/include/torch/csrc/distributed/autograd/engine/dist_engine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/engine 2025-09-07T07:26:32.5456050Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5456660Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5458110Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5460020Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5460940Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5462210Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5463720Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5465050Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5466320Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5467550Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5473170Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5473940Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5474690Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5475460Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5476260Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5477020Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5477870Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5479000Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5480340Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5481640Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5482960Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5484450Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5485720Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5487010Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5488210Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5489570Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5490830Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5492080Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:32.5493450Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/metrics 2025-09-07T07:26:32.5494160Z copying torch/include/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/metrics 2025-09-07T07:26:32.5495490Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/testing 2025-09-07T07:26:32.5496160Z copying torch/include/torch/csrc/distributed/rpc/testing/testing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/testing 2025-09-07T07:26:32.5497530Z copying torch/include/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/testing 2025-09-07T07:26:32.5498780Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/profiler 2025-09-07T07:26:32.5499510Z copying torch/include/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/profiler 2025-09-07T07:26:32.5500910Z copying torch/include/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/profiler 2025-09-07T07:26:32.5502050Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5502690Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5503930Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5505240Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5506490Z copying torch/include/torch/csrc/distributed/c10d/socket_fmt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5507780Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5509050Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5510350Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5511620Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5512860Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:32.5514200Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/quantization 2025-09-07T07:26:32.5514990Z copying torch/include/torch/csrc/distributed/c10d/quantization/quantization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/quantization 2025-09-07T07:26:32.5516230Z copying torch/include/torch/csrc/distributed/c10d/quantization/quantization_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/quantization 2025-09-07T07:26:32.5517480Z copying torch/include/torch/csrc/distributed/c10d/quantization/quantization_gpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/quantization 2025-09-07T07:26:32.5518730Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:32.5519450Z copying torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:32.5520530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5521280Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5522500Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5523920Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5525240Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5526480Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5527700Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5528950Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5530220Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5531470Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5532740Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5534050Z copying torch/include/torch/csrc/autograd/variable_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5535280Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5536640Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5537850Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5539220Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5540450Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5541790Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5543030Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5544400Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5545590Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5546820Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5548040Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5549330Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5550880Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5552180Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5553500Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5554790Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5556050Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5557390Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5558720Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5560390Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5561630Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5563020Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5564350Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5565600Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5566860Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5568580Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5569930Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5571550Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5572790Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5574180Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5575430Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5577570Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5579090Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5580450Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5581830Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd 2025-09-07T07:26:32.5583230Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:32.5583910Z copying torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:32.5585320Z copying torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:32.5586790Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:32.5588060Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:32.5589390Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:32.5593670Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:32.5594700Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:32.5595350Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:32.5596650Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:32.5597940Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:32.5599250Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:32.5600490Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:32.5601820Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:32.5603170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:32.5603790Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:32.5605060Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:32.5606270Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:32.5607600Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:32.5608890Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:32.5610120Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:32.5611380Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/fx 2025-09-07T07:26:32.5611910Z copying torch/include/torch/csrc/fx/node.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/fx 2025-09-07T07:26:32.5613300Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/multiprocessing 2025-09-07T07:26:32.5613990Z copying torch/include/torch/csrc/multiprocessing/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/multiprocessing 2025-09-07T07:26:32.5615180Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5615820Z copying torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5617090Z copying torch/include/torch/csrc/cuda/GdsFile.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5618300Z copying torch/include/torch/csrc/cuda/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5619560Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5620780Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5622090Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5623360Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5624600Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5625950Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5627330Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5628850Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5630150Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5631680Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda 2025-09-07T07:26:32.5633130Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/xpu 2025-09-07T07:26:32.5633800Z copying torch/include/torch/csrc/xpu/Event.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/xpu 2025-09-07T07:26:32.5635310Z copying torch/include/torch/csrc/xpu/Stream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/xpu 2025-09-07T07:26:32.5636750Z copying torch/include/torch/csrc/xpu/Module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/xpu 2025-09-07T07:26:32.5638250Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5638990Z copying torch/include/torch/csrc/dynamo/cache_entry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5640440Z copying torch/include/torch/csrc/dynamo/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5641900Z copying torch/include/torch/csrc/dynamo/cpython_defs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5643270Z copying torch/include/torch/csrc/dynamo/cpp_shim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5644760Z copying torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5646360Z copying torch/include/torch/csrc/dynamo/cpython_includes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5647680Z copying torch/include/torch/csrc/dynamo/extra_state.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5649320Z copying torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5651140Z copying torch/include/torch/csrc/dynamo/eval_frame_cpp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5652350Z copying torch/include/torch/csrc/dynamo/eval_frame.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5653670Z copying torch/include/torch/csrc/dynamo/debug_macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5655320Z copying torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5656180Z copying torch/include/torch/csrc/dynamo/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5657450Z copying torch/include/torch/csrc/dynamo/guards.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo 2025-09-07T07:26:32.5658740Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5659300Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5660630Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5661840Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5663140Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5664310Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5665580Z copying torch/include/torch/csrc/utils/python_raii.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5666800Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5668040Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5669260Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5670550Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5671830Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5673060Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5674560Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5675780Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5677160Z copying torch/include/torch/csrc/utils/generated_serialization_types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5679120Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5680520Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5681700Z copying torch/include/torch/csrc/utils/verbose.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5687500Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5688720Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5690110Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5691340Z copying torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5698990Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5700090Z copying torch/include/torch/csrc/utils/device_lazy_init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5701400Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5702580Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5703840Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5705270Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5706410Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5707660Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5708930Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5710400Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5711830Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5713210Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5714810Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5716300Z copying torch/include/torch/csrc/utils/pyobject_preservation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5717630Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5718830Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5720380Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5721970Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5723220Z copying torch/include/torch/csrc/utils/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5724580Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5726050Z copying torch/include/torch/csrc/utils/six.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5727400Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5728630Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils 2025-09-07T07:26:32.5729980Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit 2025-09-07T07:26:32.5730580Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit 2025-09-07T07:26:32.5731860Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit 2025-09-07T07:26:32.5733140Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit 2025-09-07T07:26:32.5734390Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5735030Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5736370Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5737810Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5739150Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5740470Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5741780Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5743030Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5744610Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5745880Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5748730Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5749910Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5751420Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5752830Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5754060Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5755370Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5756730Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5758250Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5759500Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5760770Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5762410Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5763670Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5765000Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5766190Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5767700Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5768950Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5770200Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5771490Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5772730Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:32.5774030Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5774620Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5775900Z copying torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5777070Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5778340Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5779600Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5780810Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5782070Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5783320Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5784540Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5785760Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5787080Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5788310Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5789860Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5791050Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5792330Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5793770Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python 2025-09-07T07:26:32.5794980Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5795620Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5797030Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5798390Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5799600Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5800840Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5802050Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5803340Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5812480Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5813720Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5815140Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5816360Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5824290Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5825110Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5826410Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5827840Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5829090Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5830310Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5831650Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5832910Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5834270Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5835480Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5836790Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5838180Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5839360Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5840710Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5842050Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5843390Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5844690Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5846070Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5847260Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5848810Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5850040Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5851320Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5852660Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5854000Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5855300Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5856690Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5858740Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5860050Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5865760Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5866480Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5867210Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:32.5867810Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5868560Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5869420Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5870260Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5871090Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5871940Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5872780Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5873640Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5874950Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5876260Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:32.5877550Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5878150Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5879460Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5880790Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5882580Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5883700Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5885010Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5886250Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5887610Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5888910Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5890170Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5891400Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5892810Z copying torch/include/torch/csrc/jit/ir/graph_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5894090Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:32.5895500Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/cuda 2025-09-07T07:26:32.5896120Z copying torch/include/torch/csrc/jit/cuda/cuda.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/cuda 2025-09-07T07:26:32.5897590Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5898210Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5899470Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5900780Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5902030Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5903400Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5904670Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5906140Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5907280Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5908610Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5910010Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5911370Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5912610Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5914100Z copying torch/include/torch/csrc/jit/serialization/pickler_helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5915230Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5916660Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5917940Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5919370Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5920630Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5922010Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5923290Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5924560Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5926620Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:32.5927780Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5928540Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5929800Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5931340Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5932350Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5933580Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5934860Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5936080Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5937470Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5938700Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:32.5940250Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml 2025-09-07T07:26:32.5940720Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/cpp 2025-09-07T07:26:32.5941380Z copying torch/include/torch/csrc/jit/backends/coreml/cpp/context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/cpp 2025-09-07T07:26:32.5942480Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:32.5943180Z copying torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:32.5944570Z copying torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:32.5946110Z copying torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:32.5947350Z copying torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:32.5948640Z copying torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:32.5949840Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack 2025-09-07T07:26:32.5950520Z copying torch/include/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack 2025-09-07T07:26:32.5951880Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/serialization 2025-09-07T07:26:32.5952660Z copying torch/include/torch/csrc/jit/backends/xnnpack/serialization/serializer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/serialization 2025-09-07T07:26:32.5953840Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/executor 2025-09-07T07:26:32.5954570Z copying torch/include/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/executor 2025-09-07T07:26:32.5955670Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/compiler 2025-09-07T07:26:32.5956390Z copying torch/include/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/compiler 2025-09-07T07:26:32.5957560Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5958200Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5959610Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5961110Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5962430Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5963730Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5965140Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5966380Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5967930Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5969180Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5970560Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5971830Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5973100Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5974300Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5975740Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5977070Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5978450Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5979720Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5981050Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5982400Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5983780Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5984980Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5986440Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5987970Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5988890Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5990070Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5991350Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5992750Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5993900Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5995120Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5996380Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5997790Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:32.5999090Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:32.5999740Z copying torch/include/torch/csrc/jit/runtime/interpreter/frame.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:32.6001140Z copying torch/include/torch/csrc/jit/runtime/interpreter/preprocess_graph.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:32.6002420Z copying torch/include/torch/csrc/jit/runtime/interpreter/can_emit_inline.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:32.6003710Z copying torch/include/torch/csrc/jit/runtime/interpreter/code_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:32.6005220Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6005850Z copying torch/include/torch/csrc/jit/runtime/static/te_wrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6007310Z copying torch/include/torch/csrc/jit/runtime/static/processed_node_wrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6008550Z copying torch/include/torch/csrc/jit/runtime/static/static_method.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6009730Z copying torch/include/torch/csrc/jit/runtime/static/memory_planner.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6011050Z copying torch/include/torch/csrc/jit/runtime/static/fusion.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6012370Z copying torch/include/torch/csrc/jit/runtime/static/passes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6013640Z copying torch/include/torch/csrc/jit/runtime/static/ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6014870Z copying torch/include/torch/csrc/jit/runtime/static/impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6016460Z copying torch/include/torch/csrc/jit/runtime/static/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6018050Z copying torch/include/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:32.6019430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6020080Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6021370Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6022680Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6023930Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6025280Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6026490Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6027870Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6029100Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6030360Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6031590Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6032910Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6034170Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6035710Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6036800Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6038020Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6039210Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6040550Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6041800Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6043120Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6044270Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6045590Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6046850Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6048090Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6049320Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6050610Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6051870Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6053110Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6054400Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6055630Z copying torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6056980Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6058420Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6059930Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6061320Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6062750Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6064130Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6065980Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6067400Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6068720Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6070000Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6071300Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6072550Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6073820Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6075270Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6076380Z copying torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6077660Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6078880Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6080190Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6081800Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6082690Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6083960Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6085280Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6086500Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6087730Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6088930Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6090260Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6091490Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6092810Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6094050Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6095270Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6096570Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6097860Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6099110Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6100400Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6101620Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6102900Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6104190Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6105390Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6106740Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6107970Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6109200Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6110460Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6111710Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6112960Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6114200Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6115480Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6116730Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6117950Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6119210Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6120430Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6121680Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6122920Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6124190Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6125420Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6126670Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6127920Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6129200Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6130470Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:32.6131740Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6132430Z copying torch/include/torch/csrc/jit/passes/onnx/eval_peephole.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6133700Z copying torch/include/torch/csrc/jit/passes/onnx/function_substitution.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6135010Z copying torch/include/torch/csrc/jit/passes/onnx/helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6136240Z copying torch/include/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6137550Z copying torch/include/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6138840Z copying torch/include/torch/csrc/jit/passes/onnx/scalar_type_analysis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6140140Z copying torch/include/torch/csrc/jit/passes/onnx/shape_type_inference.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6141290Z copying torch/include/torch/csrc/jit/passes/onnx/onnx_log.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6142540Z copying torch/include/torch/csrc/jit/passes/onnx/peephole.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6143800Z copying torch/include/torch/csrc/jit/passes/onnx/eliminate_unused_items.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6144970Z copying torch/include/torch/csrc/jit/passes/onnx/constant_fold.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6146290Z copying torch/include/torch/csrc/jit/passes/onnx/constant_map.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6147510Z copying torch/include/torch/csrc/jit/passes/onnx/function_extraction.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6148820Z copying torch/include/torch/csrc/jit/passes/onnx/deduplicate_initializers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6150080Z copying torch/include/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6151360Z copying torch/include/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6152560Z copying torch/include/torch/csrc/jit/passes/onnx/naming.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6153810Z copying torch/include/torch/csrc/jit/passes/onnx/list_model_parameters.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6155090Z copying torch/include/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6156370Z copying torch/include/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:32.6157670Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:32.6158320Z copying torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:32.6159630Z copying torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:32.6160980Z copying torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:32.6162230Z copying torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:32.6163620Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/dbr_quantization 2025-09-07T07:26:32.6164100Z copying torch/include/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/dbr_quantization 2025-09-07T07:26:32.6165520Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:32.6166070Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:32.6167310Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:32.6168570Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:32.6169830Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:32.6171070Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:32.6172330Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6172960Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6174210Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6175500Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6176760Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6178010Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6179610Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6181230Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6182570Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6184110Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:32.6185170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen 2025-09-07T07:26:32.6185670Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/cuda 2025-09-07T07:26:32.6186360Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/cuda 2025-09-07T07:26:32.6187790Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6188560Z copying torch/include/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6189950Z copying torch/include/torch/csrc/jit/codegen/onednn/operator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6191300Z copying torch/include/torch/csrc/jit/codegen/onednn/defer_size_check.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6192550Z copying torch/include/torch/csrc/jit/codegen/onednn/layout_propagation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6194000Z copying torch/include/torch/csrc/jit/codegen/onednn/interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6195330Z copying torch/include/torch/csrc/jit/codegen/onednn/graph_fuser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6196540Z copying torch/include/torch/csrc/jit/codegen/onednn/kernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6197790Z copying torch/include/torch/csrc/jit/codegen/onednn/guard_shape.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6199060Z copying torch/include/torch/csrc/jit/codegen/onednn/prepare_binary.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6200350Z copying torch/include/torch/csrc/jit/codegen/onednn/graph_helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6201640Z copying torch/include/torch/csrc/jit/codegen/onednn/decompose_silu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:32.6203590Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6204080Z copying torch/include/torch/csrc/jit/codegen/fuser/tensor_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6205420Z copying torch/include/torch/csrc/jit/codegen/fuser/arg_spec.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6206750Z copying torch/include/torch/csrc/jit/codegen/fuser/compiler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6207980Z copying torch/include/torch/csrc/jit/codegen/fuser/fallback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6209450Z copying torch/include/torch/csrc/jit/codegen/fuser/partition_desc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6210550Z copying torch/include/torch/csrc/jit/codegen/fuser/fused_kernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6211780Z copying torch/include/torch/csrc/jit/codegen/fuser/kernel_spec.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6213090Z copying torch/include/torch/csrc/jit/codegen/fuser/interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6214380Z copying torch/include/torch/csrc/jit/codegen/fuser/kernel_cache.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6215730Z copying torch/include/torch/csrc/jit/codegen/fuser/codegen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6217040Z copying torch/include/torch/csrc/jit/codegen/fuser/executor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6218300Z copying torch/include/torch/csrc/jit/codegen/fuser/tensor_desc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:32.6219450Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cpu 2025-09-07T07:26:32.6220090Z copying torch/include/torch/csrc/jit/codegen/fuser/cpu/temp_file.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cpu 2025-09-07T07:26:32.6221500Z copying torch/include/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cpu 2025-09-07T07:26:32.6222780Z copying torch/include/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cpu 2025-09-07T07:26:32.6224040Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cuda 2025-09-07T07:26:32.6224740Z copying torch/include/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cuda 2025-09-07T07:26:32.6226030Z copying torch/include/torch/csrc/jit/codegen/fuser/cuda/resource_strings.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cuda 2025-09-07T07:26:32.6227120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/testing 2025-09-07T07:26:32.6227810Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/testing 2025-09-07T07:26:32.6229350Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/testing 2025-09-07T07:26:32.6230480Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6231150Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6232470Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6233800Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6235070Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6236380Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6237660Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6238990Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6240980Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6241970Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6243220Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6244500Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6245760Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6247160Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6248500Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6249700Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6251000Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6252390Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6253570Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6254830Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6256560Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6257640Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6258880Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:32.6260310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:32.6260960Z copying torch/include/torch/csrc/jit/mobile/compatibility/backport.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:32.6262250Z copying torch/include/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:32.6263560Z copying torch/include/torch/csrc/jit/mobile/compatibility/backport_manager.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:32.6264840Z copying torch/include/torch/csrc/jit/mobile/compatibility/model_compatibility.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:32.6266100Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:32.6271530Z copying torch/include/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:32.6272160Z copying torch/include/torch/csrc/jit/mobile/model_tracer/TensorUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:32.6272570Z copying torch/include/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:32.6272980Z copying torch/include/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:32.6273360Z copying torch/include/torch/csrc/jit/mobile/model_tracer/TracerRunner.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:32.6273760Z copying torch/include/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:32.6274710Z copying torch/include/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:32.6275940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/nnc 2025-09-07T07:26:32.6276900Z copying torch/include/torch/csrc/jit/mobile/nnc/context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/nnc 2025-09-07T07:26:32.6277960Z copying torch/include/torch/csrc/jit/mobile/nnc/registry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/nnc 2025-09-07T07:26:32.6279210Z copying torch/include/torch/csrc/jit/mobile/nnc/aot_compiler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/nnc 2025-09-07T07:26:32.6280530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train 2025-09-07T07:26:32.6281200Z copying torch/include/torch/csrc/jit/mobile/train/sequential.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train 2025-09-07T07:26:32.6282520Z copying torch/include/torch/csrc/jit/mobile/train/export_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train 2025-09-07T07:26:32.6284090Z copying torch/include/torch/csrc/jit/mobile/train/random.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train 2025-09-07T07:26:32.6299250Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train/optim 2025-09-07T07:26:32.6299760Z copying torch/include/torch/csrc/jit/mobile/train/optim/sgd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train/optim 2025-09-07T07:26:32.6299970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:32.6300330Z copying torch/include/torch/csrc/jit/operator_upgraders/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:32.6300700Z copying torch/include/torch/csrc/jit/operator_upgraders/version_map.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:32.6301070Z copying torch/include/torch/csrc/jit/operator_upgraders/upgraders.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:32.6301460Z copying torch/include/torch/csrc/jit/operator_upgraders/upgraders_entry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:32.6301620Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api 2025-09-07T07:26:32.6301920Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api 2025-09-07T07:26:32.6302210Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api 2025-09-07T07:26:32.6302620Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api 2025-09-07T07:26:32.6302900Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api 2025-09-07T07:26:32.6303180Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api 2025-09-07T07:26:32.6303330Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy 2025-09-07T07:26:32.6303540Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/generated 2025-09-07T07:26:32.6303910Z copying torch/include/torch/csrc/lazy/generated/LazyNativeFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/generated 2025-09-07T07:26:32.6304260Z copying torch/include/torch/csrc/lazy/generated/LazyNonNativeIr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/generated 2025-09-07T07:26:32.6304580Z copying torch/include/torch/csrc/lazy/generated/LazyIr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/generated 2025-09-07T07:26:32.6306530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6307030Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6308180Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6309420Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6310910Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6312220Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6313440Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6314800Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6316120Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6317340Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6318590Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6319970Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6321450Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6322700Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6323980Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6325170Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6326490Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6327640Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6328950Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6330160Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6331410Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6332690Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6333980Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6335340Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6336540Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:32.6337940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/internal_ops 2025-09-07T07:26:32.6338670Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/internal_ops 2025-09-07T07:26:32.6339940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ops 2025-09-07T07:26:32.6340540Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ops 2025-09-07T07:26:32.6341890Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ops 2025-09-07T07:26:32.6343110Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/python 2025-09-07T07:26:32.6343700Z copying torch/include/torch/csrc/lazy/python/python_util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/python 2025-09-07T07:26:32.6344970Z copying torch/include/torch/csrc/lazy/python/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/python 2025-09-07T07:26:32.6346380Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6347020Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6348280Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6349540Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6350860Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6352100Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6353500Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6354840Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6356270Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6357470Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6359520Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:32.6360980Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ops 2025-09-07T07:26:32.6361670Z copying torch/include/torch/csrc/lazy/ts_backend/ops/generic.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ops 2025-09-07T07:26:32.6363040Z copying torch/include/torch/csrc/lazy/ts_backend/ops/to_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ops 2025-09-07T07:26:32.6364300Z copying torch/include/torch/csrc/lazy/ts_backend/ops/device_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ops 2025-09-07T07:26:32.6365540Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:32.6366200Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:32.6367800Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:32.6369020Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:32.6370200Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:32.6371500Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/mtia 2025-09-07T07:26:32.6372070Z copying torch/include/torch/csrc/mtia/Module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/mtia 2025-09-07T07:26:32.6373430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/mtia/profiler 2025-09-07T07:26:32.6374070Z copying torch/include/torch/csrc/mtia/profiler/MTIAMemoryProfiler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/mtia/profiler 2025-09-07T07:26:32.6375460Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api 2025-09-07T07:26:32.6375870Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include 2025-09-07T07:26:32.6376370Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6377140Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6378430Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6379690Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6381120Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6382340Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6383630Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6384860Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6386270Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6387590Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6388790Z copying torch/include/torch/csrc/api/include/torch/xpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6390160Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6391370Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6392710Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6393950Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6395320Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6396590Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6397840Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6399150Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6400550Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6402040Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6403360Z copying torch/include/torch/csrc/api/include/torch/mps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6404640Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6405990Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6407330Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:32.6408820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6409350Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6410810Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6411960Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6413260Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6414450Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6415710Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6417000Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6418530Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6419630Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:32.6420880Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6421580Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6423220Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6424320Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6425880Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6427140Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6428460Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6429670Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6431030Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6432260Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6433670Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6435200Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6436550Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6437980Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6439570Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6440890Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6442570Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6443960Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6445350Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6446770Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6448090Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6449340Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:32.6450820Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/parallel 2025-09-07T07:26:32.6451520Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/parallel 2025-09-07T07:26:32.6452750Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/utils 2025-09-07T07:26:32.6453400Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/utils 2025-09-07T07:26:32.6454700Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/utils 2025-09-07T07:26:32.6456120Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/utils 2025-09-07T07:26:32.6457370Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6458030Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6459360Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6460630Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6462030Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6463250Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6464630Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6465960Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6467520Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6469770Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6471000Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6472460Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6473860Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6475320Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6476650Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6477950Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6479450Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6480790Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6482450Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6483810Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6485040Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6486350Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6487740Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6488990Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:32.6490740Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6491380Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6492790Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6494100Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6495460Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6496790Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6498060Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6499430Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6500670Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6502020Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6503520Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:32.6504700Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6505500Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6506780Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6508110Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6509600Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6510740Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6512160Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6513360Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6514640Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6515910Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6517220Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6518510Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6519960Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6521610Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6523000Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6524270Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6525490Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:32.6526860Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/python 2025-09-07T07:26:32.6527510Z copying torch/include/torch/csrc/api/include/torch/python/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/python 2025-09-07T07:26:32.6529160Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:32.6529550Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:32.6530760Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:32.6532000Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:32.6533560Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:32.6534880Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:32.6536300Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:32.6537580Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:32.6538830Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:32.6540080Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-09-07T07:26:32.6540910Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-09-07T07:26:32.6542200Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-09-07T07:26:32.6543480Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-09-07T07:26:32.6544740Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:32.6545420Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:32.6546770Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:32.6548150Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:32.6549310Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:32.6550530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nativert 2025-09-07T07:26:32.6551250Z copying torch/include/torch/csrc/api/include/torch/nativert/ModelRunnerHandle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nativert 2025-09-07T07:26:32.6552620Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/detail 2025-09-07T07:26:32.6553220Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/detail 2025-09-07T07:26:32.6554550Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/detail 2025-09-07T07:26:32.6555700Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:32.6556350Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:32.6557710Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:32.6559000Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:32.6560260Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:32.6561540Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:32.6562840Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:32.6564050Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:32.6565230Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:32.6566550Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:32.6567220Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:32.6568530Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:32.6570000Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:32.6571340Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:32.6573000Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:32.6574220Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:32.6575470Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:32.6576760Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/detail 2025-09-07T07:26:32.6577470Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/detail 2025-09-07T07:26:32.6578730Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/detail 2025-09-07T07:26:32.6580120Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/detail 2025-09-07T07:26:32.6581360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:32.6582060Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:32.6583320Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:32.6584640Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:32.6585870Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:32.6587160Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:32.6588400Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:32.6589280Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:32.6590450Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:32.6591700Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:32.6592980Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:32.6594260Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:32.6595480Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:32.6596930Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:32.6597990Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-09-07T07:26:32.6598760Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-09-07T07:26:32.6600110Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-09-07T07:26:32.6601380Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-09-07T07:26:32.6602530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6603250Z copying torch/include/torch/csrc/profiler/combined_traceback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6604480Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6605710Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6606990Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6608320Z copying torch/include/torch/csrc/profiler/kineto_client_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6609560Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6610790Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6612080Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6613540Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6614760Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6615980Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler 2025-09-07T07:26:32.6617380Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/stubs 2025-09-07T07:26:32.6618120Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/stubs 2025-09-07T07:26:32.6619640Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:32.6620330Z copying torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:32.6621560Z copying torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:32.6622960Z copying torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:32.6624310Z copying torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:32.6625950Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/python 2025-09-07T07:26:32.6626290Z copying torch/include/torch/csrc/profiler/python/pybind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/python 2025-09-07T07:26:32.6627580Z copying torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/python 2025-09-07T07:26:32.6628800Z copying torch/include/torch/csrc/profiler/python/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/python 2025-09-07T07:26:32.6630150Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/orchestration 2025-09-07T07:26:32.6630810Z copying torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/orchestration 2025-09-07T07:26:32.6632190Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/orchestration 2025-09-07T07:26:32.6633190Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/orchestration 2025-09-07T07:26:32.6634310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6635030Z copying torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6636310Z copying torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6637590Z copying torch/include/torch/csrc/profiler/unwind/unwind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6638870Z copying torch/include/torch/csrc/profiler/unwind/sections.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6640110Z copying torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6641350Z copying torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6642630Z copying torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6643850Z copying torch/include/torch/csrc/profiler/unwind/action.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6645230Z copying torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6646320Z copying torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6647520Z copying torch/include/torch/csrc/profiler/unwind/fde.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6648760Z copying torch/include/torch/csrc/profiler/unwind/communicate.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6649990Z copying torch/include/torch/csrc/profiler/unwind/lexer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6651500Z copying torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6652670Z copying torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6653840Z copying torch/include/torch/csrc/profiler/unwind/range_table.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:32.6655010Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/tensor 2025-09-07T07:26:32.6655660Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/tensor 2025-09-07T07:26:32.6656950Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/export 2025-09-07T07:26:32.6657620Z copying torch/include/torch/csrc/export/pt2_archive_constants.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/export 2025-09-07T07:26:32.6658780Z copying torch/include/torch/csrc/export/pybind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/export 2025-09-07T07:26:32.6660010Z copying torch/include/torch/csrc/export/example_upgraders.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/export 2025-09-07T07:26:32.6661290Z copying torch/include/torch/csrc/export/upgrader.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/export 2025-09-07T07:26:32.6662550Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/functorch 2025-09-07T07:26:32.6663100Z copying torch/include/torch/csrc/functorch/init.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/functorch 2025-09-07T07:26:32.6664340Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6664870Z copying torch/include/kineto/ClientInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6666130Z copying torch/include/kineto/GenericTraceActivity.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6667360Z copying torch/include/kineto/IActivityProfiler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6668500Z copying torch/include/kineto/Config.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6669730Z copying torch/include/kineto/TraceSpan.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6671060Z copying torch/include/kineto/LoggingAPI.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6672360Z copying torch/include/kineto/ITraceActivity.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6673610Z copying torch/include/kineto/ActivityProfilerInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6674940Z copying torch/include/kineto/ActivityTraceInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6676100Z copying torch/include/kineto/output_base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6677500Z copying torch/include/kineto/ThreadUtil.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6678590Z copying torch/include/kineto/ActivityType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6679850Z copying torch/include/kineto/libkineto.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6681100Z copying torch/include/kineto/time_since_epoch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6682280Z copying torch/include/kineto/ILoggerObserver.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6683470Z copying torch/include/kineto/AbstractConfig.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto 2025-09-07T07:26:32.6684830Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai 2025-09-07T07:26:32.6685300Z copying torch/include/kai/kai_common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai 2025-09-07T07:26:32.6686850Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels 2025-09-07T07:26:32.6687470Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul 2025-09-07T07:26:32.6688090Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6689460Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi4cxp8x4_8x8x32_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6691160Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_8x8x32_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6692600Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1vlx8_qsi4cxp4vlx8_1vlx4vl_sme2_mopa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6694290Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp4x8_1x4x32_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6695630Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_4x4x32_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6697020Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4vlx4_1x4vl_sme2_sdot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6698390Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp_qsi4cxp_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6699760Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6701230Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_8x4x32_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6702570Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp8x8_1x8x32_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6703970Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x4_16x4x32_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6705290Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_4x8x32_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6706530Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6707350Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6708700Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6710000Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp_qsi4cxp_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6711420Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6712710Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:32.6714250Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p 2025-09-07T07:26:32.6714750Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p 2025-09-07T07:26:32.6716080Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p 2025-09-07T07:26:32.6717560Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p16x1biasf16_6x16x8_neon_mla.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p 2025-09-07T07:26:32.6718610Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:32.6719440Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:32.6720770Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:32.6722090Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:32.6723430Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:32.6724620Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:32.6725490Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qsi4c32p4x4_16x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:32.6726790Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_16x4_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:32.6728060Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p_qsi4c32p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:32.6729480Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:32.6730800Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4vlx4_1x4vl_sme2_sdot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:32.6732230Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4x4_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:32.6733550Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p4x8_1x4x32_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:32.6734860Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_8x4x32_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:32.6736030Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p 2025-09-07T07:26:32.6736850Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p 2025-09-07T07:26:32.6738260Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p 2025-09-07T07:26:32.6739680Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p_qai4c32p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p 2025-09-07T07:26:32.6740770Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6741460Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi8cxp_qsi8cx_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6742830Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p2vlx1b_x32_x32_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6744200Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6745410Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4c32p_qsu4c32s1s0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6746690Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f32.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6748070Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32p_qsu4c32s1s0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6749330Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p8x1biasf32_f32_f32_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6750700Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6751900Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6753250Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x8p2vlx4_x8p_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6754540Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p2vlx2b_f32_x32_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6755860Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x32p2vlx1_x32p_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6757170Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f32_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6758500Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp_qsi8cx_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6759840Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f16_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6761240Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6762610Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxp_qs4cxs1s0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6763850Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p8x4_f32_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6765250Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6766440Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6767800Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6769120Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p8x4_f16_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6770360Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4cxp_qs4cxs1s0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6771910Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxps1s0_qsu4cxs1s0_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6773110Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32p_qau4c32s0s1_f32_f32_f32_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6774430Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6775770Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf32_f16_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6777170Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6778420Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p2vlx2_f32_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6779690Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f16p16x1biasf16_f16_f16_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6781140Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_quant_pack_kxn_bf16p12x4biasf32_f32_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6782430Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p1x4_f32_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6783660Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6785020Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32ps1s0scalef16_qsu4c32s16s0_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6786340Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x16p2vlx2_x16p_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6787630Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x16p2vlx2b_x16_x16_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6788980Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pscalef16_qsu4c32s16s0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6790250Z copying torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f16_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6791590Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6792900Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6794330Z copying torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf16_f16_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:32.6795630Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6796380Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp_qsi4c32p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6797960Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6799110Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6800430Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6801760Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6803130Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6804400Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6805750Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6807140Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6808640Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6809930Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6811310Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:32.6812370Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp 2025-09-07T07:26:32.6813160Z copying torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp 2025-09-07T07:26:32.6814690Z copying torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp2vlx4sb_1x16vl_sme2_dot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp 2025-09-07T07:26:32.6815970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:32.6816850Z copying torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:32.6818810Z copying torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p_qsi8cxp_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:32.6819920Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6820750Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6822390Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6823820Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6825280Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6826540Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp_qsi8cxp_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6827830Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6828610Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6830040Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6831290Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp_qsi8cxp_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6832790Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6834040Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:32.6835440Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p 2025-09-07T07:26:32.6836130Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p8x4_bf16p12x4b_8x12_neon_mmla.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p 2025-09-07T07:26:32.6837630Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p_bf16p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p 2025-09-07T07:26:32.6839140Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p1x4_bf16p12x4b_1x36_neon_dot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p 2025-09-07T07:26:32.6840220Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p 2025-09-07T07:26:32.6841050Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p 2025-09-07T07:26:32.6842490Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p_qai4c32p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p 2025-09-07T07:26:32.6843860Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p 2025-09-07T07:26:32.6844970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p 2025-09-07T07:26:32.6845940Z copying torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p 2025-09-07T07:26:32.6847170Z copying torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p_bf16p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p 2025-09-07T07:26:32.6848850Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p 2025-09-07T07:26:32.6849650Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p_f32p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p 2025-09-07T07:26:32.6851130Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p 2025-09-07T07:26:32.6852410Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p 2025-09-07T07:26:32.6853240Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p 2025-09-07T07:26:32.6854700Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p_f16p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p 2025-09-07T07:26:32.6856390Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:32.6857170Z copying torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p_qsi8cxpsb_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:32.6858800Z copying torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:32.6859950Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p 2025-09-07T07:26:32.6860670Z copying torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p_f16p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p 2025-09-07T07:26:32.6862420Z copying torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p 2025-09-07T07:26:32.6863550Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p 2025-09-07T07:26:32.6864350Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p_bf16p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p 2025-09-07T07:26:32.6865840Z copying torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p8x4_bf16p12x4b_8x12_neon_mmla.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p 2025-09-07T07:26:32.6867110Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p 2025-09-07T07:26:32.6867860Z copying torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p_f32p_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p 2025-09-07T07:26:32.6869250Z copying torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme2_mopa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p 2025-09-07T07:26:32.6870600Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6871040Z copying torch/include/ATen/Formatting.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6872290Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6873500Z copying torch/include/ATen/CPUFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6874740Z copying torch/include/ATen/SparseMPSFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6876030Z copying torch/include/ATen/LegacyBatchedFallback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6877310Z copying torch/include/ATen/CollapseDims.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6878640Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6879900Z copying torch/include/ATen/MetaFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6881330Z copying torch/include/ATen/Utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6882600Z copying torch/include/ATen/TensorOptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6883760Z copying torch/include/ATen/DeviceAccelerator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6885120Z copying torch/include/ATen/TensorUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6886410Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6887610Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6888780Z copying torch/include/ATen/LegacyVmapMode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6890230Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6891410Z copying torch/include/ATen/Version.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6892790Z copying torch/include/ATen/DLConvertor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6893920Z copying torch/include/ATen/Device.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6895360Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6896720Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6898030Z copying torch/include/ATen/jiterator_macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6899190Z copying torch/include/ATen/Operators.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6901250Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6902520Z copying torch/include/ATen/ceil_div.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6903800Z copying torch/include/ATen/EmptyTensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6905050Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6906580Z copying torch/include/ATen/dlpack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6907730Z copying torch/include/ATen/Config.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6909130Z copying torch/include/ATen/ThreadLocalPythonObjects.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6910330Z copying torch/include/ATen/Backtrace.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6911750Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6913050Z copying torch/include/ATen/TracerMode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6914260Z copying torch/include/ATen/BlasBackend.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6915440Z copying torch/include/ATen/Backend.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6916780Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6922700Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6923780Z copying torch/include/ATen/PTThreadPool.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6925030Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6926300Z copying torch/include/ATen/MapAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6927550Z copying torch/include/ATen/record_function.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6928960Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6934860Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6942260Z copying torch/include/ATen/Context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6943860Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6944840Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6946120Z copying torch/include/ATen/div_rtn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6947390Z copying torch/include/ATen/ExpandUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6948730Z copying torch/include/ATen/MPSFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6949970Z copying torch/include/ATen/TypeDefault.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6951250Z copying torch/include/ATen/MPSFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6952520Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6962400Z copying torch/include/ATen/MethodOperators.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6963450Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6964760Z copying torch/include/ATen/NamedTensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6966090Z copying torch/include/ATen/Scalar.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6967420Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6968630Z copying torch/include/ATen/LinalgBackend.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6969900Z copying torch/include/ATen/LegacyBatchedTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6971160Z copying torch/include/ATen/SparseCsrMPSFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6972300Z copying torch/include/ATen/ArrayRef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6973490Z copying torch/include/ATen/SequenceNumber.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6974720Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6975890Z copying torch/include/ATen/ExpandBase.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6977110Z copying torch/include/ATen/Parallel-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6978420Z copying torch/include/ATen/MatrixRef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6979680Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6981310Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6982500Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6984190Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6985280Z copying torch/include/ATen/NumericUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6986510Z copying torch/include/ATen/ATen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6987740Z copying torch/include/ATen/TensorNames.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6989030Z copying torch/include/ATen/TensorMeta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6990390Z copying torch/include/ATen/TensorIndexing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6991780Z copying torch/include/ATen/Layout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6992940Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6994320Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6995670Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6997000Z copying torch/include/ATen/StorageUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6998240Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.6999440Z copying torch/include/ATen/code_template.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7000660Z copying torch/include/ATen/TensorOperators.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7001870Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7003080Z copying torch/include/ATen/ScalarType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7004290Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7005580Z copying torch/include/ATen/Dispatch_v2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7007060Z copying torch/include/ATen/Storage.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7008290Z copying torch/include/ATen/DeviceGuard.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7009590Z copying torch/include/ATen/ParallelNative.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7010950Z copying torch/include/ATen/OpMathType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7012220Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7013380Z copying torch/include/ATen/PadNd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7014750Z copying torch/include/ATen/SparseMPSFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7015900Z copying torch/include/ATen/Dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7017700Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7018560Z copying torch/include/ATen/ParallelFuture.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7019780Z copying torch/include/ATen/Functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7021430Z copying torch/include/ATen/SparseCsrMPSFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7022680Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7023800Z copying torch/include/ATen/jit_macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7025120Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7026310Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7027580Z copying torch/include/ATen/ScalarOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7028840Z copying torch/include/ATen/NativeFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7030530Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7032370Z copying torch/include/ATen/TensorGeometry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7033550Z copying torch/include/ATen/DTensorState.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7034760Z copying torch/include/ATen/TensorIterator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7036350Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7037550Z copying torch/include/ATen/Dimname.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7038800Z copying torch/include/ATen/ROCmFABackend.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7040200Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7042100Z copying torch/include/ATen/autocast_mode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7043090Z copying torch/include/ATen/Parallel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7044410Z copying torch/include/ATen/DimVector.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7045640Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7046840Z copying torch/include/ATen/InferSize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7048140Z copying torch/include/ATen/LegacyVmapTransforms.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7049350Z copying torch/include/ATen/SmallVector.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7050550Z copying torch/include/ATen/Tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7051750Z copying torch/include/ATen/Generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7053100Z copying torch/include/ATen/AccumulateType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7054300Z copying torch/include/ATen/TensorAccessor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7055460Z copying torch/include/ATen/SDPBackend.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7056740Z copying torch/include/ATen/CachedTensorUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen 2025-09-07T07:26:32.7058190Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7058800Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7060060Z copying torch/include/ATen/core/Formatting.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7061270Z copying torch/include/ATen/core/TensorBody.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7064340Z copying torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7065270Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7066610Z copying torch/include/ATen/core/typeid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7067860Z copying torch/include/ATen/core/rref_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7069180Z copying torch/include/ATen/core/Range.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7070490Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7071770Z copying torch/include/ATen/core/operator_name.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7073230Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7074350Z copying torch/include/ATen/core/symbol.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7075580Z copying torch/include/ATen/core/Backtrace.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7076830Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7078090Z copying torch/include/ATen/core/blob.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7079390Z copying torch/include/ATen/core/function_schema.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7080810Z copying torch/include/ATen/core/type_factory.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7082090Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7083340Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7084740Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7086320Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7087500Z copying torch/include/ATen/core/class_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7088850Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7090270Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7091360Z copying torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7092550Z copying torch/include/ATen/core/qualified_name.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7093710Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7094900Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7096120Z copying torch/include/ATen/core/Scalar.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7097420Z copying torch/include/ATen/core/CachingHostAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7098840Z copying torch/include/ATen/core/functional.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7100170Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7101430Z copying torch/include/ATen/core/interned_strings.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7102590Z copying torch/include/ATen/core/List.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7103850Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7105100Z copying torch/include/ATen/core/Dict.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7106350Z copying torch/include/ATen/core/type_ptr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7107660Z copying torch/include/ATen/core/grad_mode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7108980Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7110300Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7111480Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7112670Z copying torch/include/ATen/core/ScalarType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7113850Z copying torch/include/ATen/core/Array.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7115080Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7116290Z copying torch/include/ATen/core/stack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7117500Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7118920Z copying torch/include/ATen/core/custom_class.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7119920Z copying torch/include/ATen/core/IListRef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7121190Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7122530Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7123630Z copying torch/include/ATen/core/TensorBase.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7125130Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7126360Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7127580Z copying torch/include/ATen/core/enum_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7128860Z copying torch/include/ATen/core/alias_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7130210Z copying torch/include/ATen/core/List_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7131410Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7132550Z copying torch/include/ATen/core/enum_tag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7133760Z copying torch/include/ATen/core/jit_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7135790Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7136580Z copying torch/include/ATen/core/ivalue.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7138150Z copying torch/include/ATen/core/Dimname.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7139420Z copying torch/include/ATen/core/Vitals.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7140730Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7141960Z copying torch/include/ATen/core/builtin_function.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7143150Z copying torch/include/ATen/core/DimVector.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7144390Z copying torch/include/ATen/core/Reduction.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7145620Z copying torch/include/ATen/core/Tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7146900Z copying torch/include/ATen/core/function.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7148070Z copying torch/include/ATen/core/Generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7149300Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7150640Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7151650Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7153690Z copying torch/include/ATen/core/Variadic.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core 2025-09-07T07:26:32.7154600Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/op_registration 2025-09-07T07:26:32.7155240Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/op_registration 2025-09-07T07:26:32.7156490Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/op_registration 2025-09-07T07:26:32.7157760Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/op_registration 2025-09-07T07:26:32.7159180Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/op_registration 2025-09-07T07:26:32.7160540Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch 2025-09-07T07:26:32.7161240Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch 2025-09-07T07:26:32.7162590Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch 2025-09-07T07:26:32.7163840Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch 2025-09-07T07:26:32.7165120Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch 2025-09-07T07:26:32.7166290Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch 2025-09-07T07:26:32.7167820Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch 2025-09-07T07:26:32.7169070Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch 2025-09-07T07:26:32.7170460Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing 2025-09-07T07:26:32.7171090Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing 2025-09-07T07:26:32.7172320Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing 2025-09-07T07:26:32.7173580Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing 2025-09-07T07:26:32.7174780Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing 2025-09-07T07:26:32.7175930Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing 2025-09-07T07:26:32.7177220Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:32.7177870Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:32.7179340Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:32.7180560Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:32.7181930Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:32.7183270Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:32.7184390Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7184960Z copying torch/include/ATen/mps/MPSProfiler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7186430Z copying torch/include/ATen/mps/EmptyTensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7187670Z copying torch/include/ATen/mps/MPSAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7189560Z copying torch/include/ATen/mps/MPSGuardImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7190990Z copying torch/include/ATen/mps/MPSHooks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7192600Z copying torch/include/ATen/mps/MPSEvent.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7194070Z copying torch/include/ATen/mps/MPSDevice.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7195370Z copying torch/include/ATen/mps/MPSStream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7196690Z copying torch/include/ATen/mps/IndexKernels.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7197990Z copying torch/include/ATen/mps/MPSAllocatorInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7199340Z copying torch/include/ATen/mps/MPSGeneratorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps 2025-09-07T07:26:32.7200740Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7201410Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7202710Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7203940Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7205240Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7206420Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7207910Z copying torch/include/ATen/native/Normalization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7209080Z copying torch/include/ATen/native/ReductionType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7210330Z copying torch/include/ATen/native/Repeat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7211540Z copying torch/include/ATen/native/layer_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7212960Z copying torch/include/ATen/native/GridSampler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7214190Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7215390Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7216740Z copying torch/include/ATen/native/batch_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7218020Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7219280Z copying torch/include/ATen/native/Fill.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7220600Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7221890Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7223050Z copying torch/include/ATen/native/RNN.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7224370Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7225690Z copying torch/include/ATen/native/Pool.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7226930Z copying torch/include/ATen/native/RangeUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7228140Z copying torch/include/ATen/native/Cross.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7229360Z copying torch/include/ATen/native/im2col.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7230680Z copying torch/include/ATen/native/TransposeType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7232060Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7233270Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7234460Z copying torch/include/ATen/native/Distance.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7235850Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7237130Z copying torch/include/ATen/native/Distributions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7238770Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7239690Z copying torch/include/ATen/native/Gelu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7241030Z copying torch/include/ATen/native/SparseTensorUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7242350Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7243580Z copying torch/include/ATen/native/FusedAdagrad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7244830Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7246040Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7247360Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7248650Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7249960Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7251120Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7252320Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7253630Z copying torch/include/ATen/native/Lerp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7254920Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7256220Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7257380Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7258590Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7259900Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7261170Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7262390Z copying torch/include/ATen/native/TensorShape.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7263550Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7265010Z copying torch/include/ATen/native/UpSample.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7266480Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7267890Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7269210Z copying torch/include/ATen/native/Resize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7270610Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7272000Z copying torch/include/ATen/native/Sorting.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7274730Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7275110Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7276030Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7277310Z copying torch/include/ATen/native/vol2col.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7278610Z copying torch/include/ATen/native/LossMulti.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7279880Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7281170Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7282440Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7283690Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7285080Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7286280Z copying torch/include/ATen/native/group_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7287540Z copying torch/include/ATen/native/Histogram.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7288810Z copying torch/include/ATen/native/Activation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7290020Z copying torch/include/ATen/native/Math.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7292310Z copying torch/include/ATen/native/FusedAdam.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7293340Z copying torch/include/ATen/native/GroupedMMUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7294690Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7295870Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7297190Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7298470Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7299750Z copying torch/include/ATen/native/AmpKernels.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7301020Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7302470Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7303820Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7305080Z copying torch/include/ATen/native/FractionalMaxPooling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7306220Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7307610Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7308950Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7310600Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7311400Z copying torch/include/ATen/native/Pow.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7312690Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7313920Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7315140Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7316460Z copying torch/include/ATen/native/FusedSGD.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7317690Z copying torch/include/ATen/native/Padding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7318980Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7320210Z copying torch/include/ATen/native/PixelShuffle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7321470Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7322830Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7323970Z copying torch/include/ATen/native/Copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7325280Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7326510Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native 2025-09-07T07:26:32.7327940Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ao_sparse 2025-09-07T07:26:32.7328490Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ao_sparse/quantized 2025-09-07T07:26:32.7329040Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ao_sparse/quantized/cpu 2025-09-07T07:26:32.7329790Z copying torch/include/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ao_sparse/quantized/cpu 2025-09-07T07:26:32.7331210Z copying torch/include/ATen/native/ao_sparse/quantized/cpu/packed_params.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ao_sparse/quantized/cpu 2025-09-07T07:26:32.7332600Z copying torch/include/ATen/native/ao_sparse/quantized/cpu/qnnpack_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ao_sparse/quantized/cpu 2025-09-07T07:26:32.7333890Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps 2025-09-07T07:26:32.7334490Z copying torch/include/ATen/native/mps/MetalShaderLibrary.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps 2025-09-07T07:26:32.7335780Z copying torch/include/ATen/native/mps/TensorFactory.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps 2025-09-07T07:26:32.7337050Z copying torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps 2025-09-07T07:26:32.7338290Z copying torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps 2025-09-07T07:26:32.7339550Z copying torch/include/ATen/native/mps/MPSGraphSequoiaOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps 2025-09-07T07:26:32.7340960Z copying torch/include/ATen/native/mps/OperationUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps 2025-09-07T07:26:32.7342270Z copying torch/include/ATen/native/mps/Copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps 2025-09-07T07:26:32.7343570Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/kernels 2025-09-07T07:26:32.7344240Z copying torch/include/ATen/native/mps/kernels/GridSampler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/kernels 2025-09-07T07:26:32.7345450Z copying torch/include/ATen/native/mps/kernels/UpSample.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/kernels 2025-09-07T07:26:32.7346730Z copying torch/include/ATen/native/mps/kernels/Pooling.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/kernels 2025-09-07T07:26:32.7348040Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations 2025-09-07T07:26:32.7348670Z copying torch/include/ATen/native/mps/operations/FusedAdamKernelImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations 2025-09-07T07:26:32.7350000Z copying torch/include/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations 2025-09-07T07:26:32.7351370Z copying torch/include/ATen/native/mps/operations/BinaryKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations 2025-09-07T07:26:32.7352850Z copying torch/include/ATen/native/mps/operations/FusedAdamWKernelImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations 2025-09-07T07:26:32.7354200Z copying torch/include/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations 2025-09-07T07:26:32.7355270Z copying torch/include/ATen/native/mps/operations/MultiTensorApply.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations 2025-09-07T07:26:32.7356360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7356990Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7358160Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7359340Z copying torch/include/ATen/native/cpu/ReduceUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7360580Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7361860Z copying torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7363000Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7364210Z copying torch/include/ATen/native/cpu/int_mm_kernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7365510Z copying torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7366650Z copying torch/include/ATen/native/cpu/Gelu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7367940Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7369270Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7370530Z copying torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7371800Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7373020Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7374190Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7375460Z copying torch/include/ATen/native/cpu/LogAddExp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7376690Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7377920Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7379160Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7380450Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7381610Z copying torch/include/ATen/native/cpu/Elu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7382830Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7384230Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7385440Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7386720Z copying torch/include/ATen/native/cpu/LogSoftmaxKernelImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7387920Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7389190Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7390680Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7391890Z copying torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7393380Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7394590Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7396120Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7397210Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu 2025-09-07T07:26:32.7398420Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7399100Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7400310Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7401590Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7402810Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7404190Z copying torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7405420Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7406650Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7407870Z copying torch/include/ATen/native/cuda/ScaledGroupMM.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7409120Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7410340Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7411510Z copying torch/include/ATen/native/cuda/GroupMM.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7412770Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7413960Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7415240Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7416500Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7417690Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7418860Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7420190Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7421440Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7422650Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7423940Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7425370Z copying torch/include/ATen/native/cuda/IndexKernelUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7426580Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7427780Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7428940Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7430120Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:32.7431560Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized 2025-09-07T07:26:32.7432040Z copying torch/include/ATen/native/quantized/ConvUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized 2025-09-07T07:26:32.7433520Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized 2025-09-07T07:26:32.7434500Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized 2025-09-07T07:26:32.7435740Z copying torch/include/ATen/native/quantized/library.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized 2025-09-07T07:26:32.7437000Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized 2025-09-07T07:26:32.7438430Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized 2025-09-07T07:26:32.7439480Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized 2025-09-07T07:26:32.7440700Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized 2025-09-07T07:26:32.7441960Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7442660Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7443880Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7445080Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7446330Z copying torch/include/ATen/native/quantized/cpu/ACLUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7447810Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7448750Z copying torch/include/ATen/native/quantized/cpu/qlinear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7450010Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7451170Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7452400Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7453850Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7455040Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7456290Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7457450Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7458690Z copying torch/include/ATen/native/quantized/cpu/qconv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7459910Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7461110Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:32.7462370Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cudnn 2025-09-07T07:26:32.7463030Z copying torch/include/ATen/native/quantized/cudnn/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cudnn 2025-09-07T07:26:32.7464200Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/utils 2025-09-07T07:26:32.7464820Z copying torch/include/ATen/native/utils/ParamUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/utils 2025-09-07T07:26:32.7466050Z copying torch/include/ATen/native/utils/ParamsHash.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/utils 2025-09-07T07:26:32.7467270Z copying torch/include/ATen/native/utils/Factory.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/utils 2025-09-07T07:26:32.7468520Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers 2025-09-07T07:26:32.7469190Z copying torch/include/ATen/native/transformers/sdp_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers 2025-09-07T07:26:32.7470440Z copying torch/include/ATen/native/transformers/attention.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers 2025-09-07T07:26:32.7471750Z copying torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers 2025-09-07T07:26:32.7473120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda 2025-09-07T07:26:32.7473760Z copying torch/include/ATen/native/transformers/cuda/sdp_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda 2025-09-07T07:26:32.7475040Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:32.7475800Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:32.7477090Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:32.7478330Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:32.7479890Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:32.7481100Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:32.7483050Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels 2025-09-07T07:26:32.7483660Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels 2025-09-07T07:26:32.7485480Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels 2025-09-07T07:26:32.7486780Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:32.7487490Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/find_default_mma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:32.7488800Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_accum_lambda_iterator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:32.7490140Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:32.7491500Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_from_smem.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:32.7493150Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:32.7494470Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:32.7495800Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:32.7496970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue 2025-09-07T07:26:32.7497750Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_thread_apply_logsumexp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue 2025-09-07T07:26:32.7499070Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_rescale_output.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue 2025-09-07T07:26:32.7500410Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_pipelined.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue 2025-09-07T07:26:32.7501650Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform 2025-09-07T07:26:32.7502380Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform/tile_smem_loader.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform 2025-09-07T07:26:32.7503560Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:32.7504380Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:32.7505720Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:32.7507410Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:32.7509190Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/transpose_warp_iterator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:32.7510800Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/default_warp_iterator_from_smem.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:32.7511970Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/warp_iterator_from_smem.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:32.7513160Z copying torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:32.7514380Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/flash_attn 2025-09-07T07:26:32.7515190Z copying torch/include/ATen/native/transformers/cuda/flash_attn/static_switch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/flash_attn 2025-09-07T07:26:32.7516200Z copying torch/include/ATen/native/transformers/cuda/flash_attn/flash_api.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/flash_attn 2025-09-07T07:26:32.7517360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip 2025-09-07T07:26:32.7518010Z copying torch/include/ATen/native/transformers/hip/aotriton_versions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip 2025-09-07T07:26:32.7519240Z copying torch/include/ATen/native/transformers/hip/gemm_kernel_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip 2025-09-07T07:26:32.7520720Z copying torch/include/ATen/native/transformers/hip/aotriton_adapter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip 2025-09-07T07:26:32.7522100Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip/flash_attn 2025-09-07T07:26:32.7522810Z copying torch/include/ATen/native/transformers/hip/flash_attn/flash_api.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip/flash_attn 2025-09-07T07:26:32.7525430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip/flash_attn/ck 2025-09-07T07:26:32.7526800Z copying torch/include/ATen/native/transformers/hip/flash_attn/ck/me_ck_api.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip/flash_attn/ck 2025-09-07T07:26:32.7527440Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip 2025-09-07T07:26:32.7527930Z copying torch/include/ATen/native/hip/ck_types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip 2025-09-07T07:26:32.7528520Z copying torch/include/ATen/native/hip/ck_bgemm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip 2025-09-07T07:26:32.7529510Z copying torch/include/ATen/native/hip/ck_gemm_template.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip 2025-09-07T07:26:32.7530720Z copying torch/include/ATen/native/hip/ck_gemm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip 2025-09-07T07:26:32.7532430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip/bgemm_kernels 2025-09-07T07:26:32.7534310Z copying torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_template.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip/bgemm_kernels 2025-09-07T07:26:32.7536350Z copying torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_collection.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip/bgemm_kernels 2025-09-07T07:26:32.7536970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mtia 2025-09-07T07:26:32.7537490Z copying torch/include/ATen/native/mtia/EmptyTensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mtia 2025-09-07T07:26:32.7538010Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/kleidiai 2025-09-07T07:26:32.7538540Z copying torch/include/ATen/native/kleidiai/kai_pack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/kleidiai 2025-09-07T07:26:32.7544530Z copying torch/include/ATen/native/kleidiai/kai_ukernel_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/kleidiai 2025-09-07T07:26:32.7545260Z copying torch/include/ATen/native/kleidiai/kai_kernels.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/kleidiai 2025-09-07T07:26:32.7545790Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested 2025-09-07T07:26:32.7546400Z copying torch/include/ATen/native/nested/NestedTensorUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested 2025-09-07T07:26:32.7547270Z copying torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested 2025-09-07T07:26:32.7548000Z copying torch/include/ATen/native/nested/NestedTensorMath.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested 2025-09-07T07:26:32.7548730Z copying torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested 2025-09-07T07:26:32.7549490Z copying torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested 2025-09-07T07:26:32.7550090Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn 2025-09-07T07:26:32.7550490Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:32.7551050Z copying torch/include/ATen/native/mkldnn/xpu/FusionUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:32.7551750Z copying torch/include/ATen/native/mkldnn/xpu/qlinear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:32.7553900Z copying torch/include/ATen/native/mkldnn/xpu/qconv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:32.7554650Z copying torch/include/ATen/native/mkldnn/xpu/Conv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:32.7555360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:32.7556010Z copying torch/include/ATen/native/mkldnn/xpu/detail/Utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:32.7557220Z copying torch/include/ATen/native/mkldnn/xpu/detail/Attr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:32.7558640Z copying torch/include/ATen/native/mkldnn/xpu/detail/LRUCache.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:32.7559860Z copying torch/include/ATen/native/mkldnn/xpu/detail/DnnlExt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:32.7561270Z copying torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:32.7562480Z copying torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:32.7563710Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/metal 2025-09-07T07:26:32.7564170Z copying torch/include/ATen/metal/Context.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/metal 2025-09-07T07:26:32.7565460Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu 2025-09-07T07:26:32.7566010Z copying torch/include/ATen/cpu/Utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu 2025-09-07T07:26:32.7567350Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu 2025-09-07T07:26:32.7568450Z copying torch/include/ATen/cpu/vml.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu 2025-09-07T07:26:32.7569790Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7570370Z copying torch/include/ATen/cpu/vec/vec_quant.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7571620Z copying torch/include/ATen/cpu/vec/vec_half.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7572800Z copying torch/include/ATen/cpu/vec/vec_mask.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7574030Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7575330Z copying torch/include/ATen/cpu/vec/vec_convert.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7576540Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7577740Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7579140Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7580420Z copying torch/include/ATen/cpu/vec/vec_n.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7581580Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7582780Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec 2025-09-07T07:26:32.7584350Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:32.7585020Z copying torch/include/ATen/cpu/vec/vec128/vec128_convert.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:32.7586290Z copying torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:32.7587500Z copying torch/include/ATen/cpu/vec/vec128/vec128.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:32.7588760Z copying torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:32.7590130Z copying torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:32.7591510Z copying torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:32.7592850Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7593490Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7594770Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7596010Z copying torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7597210Z copying torch/include/ATen/cpu/vec/vec256/vec256_half.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7598440Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7599980Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7601290Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7602510Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7603930Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7605170Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7606360Z copying torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7607730Z copying torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7609000Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7610660Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:32.7611970Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/zarch 2025-09-07T07:26:32.7612570Z copying torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/zarch 2025-09-07T07:26:32.7614360Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7614960Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7616220Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7617570Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7618710Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7619930Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7621330Z copying torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7622680Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7624190Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7625370Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7626720Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7627950Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7629350Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7630710Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:32.7631890Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7632510Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7634170Z copying torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7635650Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7637520Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7638960Z copying torch/include/ATen/cpu/vec/vec512/vec512_float8.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7640520Z copying torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7641980Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7643650Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7645120Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7646670Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7648110Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:32.7649320Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:32.7649880Z copying torch/include/ATen/cpu/vec/sve/vec_bfloat16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:32.7651270Z copying torch/include/ATen/cpu/vec/sve/vec_qint.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:32.7652610Z copying torch/include/ATen/cpu/vec/sve/vec_double.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:32.7653960Z copying torch/include/ATen/cpu/vec/sve/vec_float.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:32.7655340Z copying torch/include/ATen/cpu/vec/sve/vec_common_sve.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:32.7656510Z copying torch/include/ATen/cpu/vec/sve/sve_helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:32.7657750Z copying torch/include/ATen/cpu/vec/sve/vec_int.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:32.7659110Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7659710Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7661010Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7662220Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7663500Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7664700Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7666020Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7667300Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7668520Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7669750Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7670990Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7672200Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7673400Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7674680Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7675930Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7677150Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7678380Z copying torch/include/ATen/cuda/cub.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7679650Z copying torch/include/ATen/cuda/CUDAContextLight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7680880Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7682090Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7683320Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7684600Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7686060Z copying torch/include/ATen/cuda/PhiloxCudaState.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7687200Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7688660Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7689940Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:32.7691430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:32.7692030Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:32.7693360Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:32.7694700Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:32.7696020Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:32.7697190Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable 2025-09-07T07:26:32.7697810Z copying torch/include/ATen/cuda/tunable/TunableOp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable 2025-09-07T07:26:32.7699040Z copying torch/include/ATen/cuda/tunable/StreamTimer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable 2025-09-07T07:26:32.7700250Z copying torch/include/ATen/cuda/tunable/TunableGemm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable 2025-09-07T07:26:32.7701460Z copying torch/include/ATen/cuda/tunable/GemmCommon.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable 2025-09-07T07:26:32.7702920Z copying torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable 2025-09-07T07:26:32.7704210Z copying torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable 2025-09-07T07:26:32.7705430Z copying torch/include/ATen/cuda/tunable/Tunable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable 2025-09-07T07:26:32.7706600Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/quantized 2025-09-07T07:26:32.7707220Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/quantized 2025-09-07T07:26:32.7708540Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/quantized 2025-09-07T07:26:32.7709700Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu 2025-09-07T07:26:32.7710280Z copying torch/include/ATen/xpu/XPUEvent.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu 2025-09-07T07:26:32.7711500Z copying torch/include/ATen/xpu/XPUDevice.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu 2025-09-07T07:26:32.7712890Z copying torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu 2025-09-07T07:26:32.7714090Z copying torch/include/ATen/xpu/CachingHostAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu 2025-09-07T07:26:32.7715290Z copying torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu 2025-09-07T07:26:32.7716520Z copying torch/include/ATen/xpu/XPUContext.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu 2025-09-07T07:26:32.7717780Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu/detail 2025-09-07T07:26:32.7718370Z copying torch/include/ATen/xpu/detail/XPUHooks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu/detail 2025-09-07T07:26:32.7719690Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen 2025-09-07T07:26:32.7720200Z copying torch/include/ATen/miopen/Utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen 2025-09-07T07:26:32.7721390Z copying torch/include/ATen/miopen/Types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen 2025-09-07T07:26:32.7722650Z copying torch/include/ATen/miopen/Descriptors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen 2025-09-07T07:26:32.7723830Z copying torch/include/ATen/miopen/miopen-wrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen 2025-09-07T07:26:32.7725240Z copying torch/include/ATen/miopen/Exceptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen 2025-09-07T07:26:32.7726380Z copying torch/include/ATen/miopen/Handle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen 2025-09-07T07:26:32.7727670Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7728360Z copying torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7729550Z copying torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7730840Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7732040Z copying torch/include/ATen/detail/MAIAHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7733280Z copying torch/include/ATen/detail/XPUHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7734520Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7735710Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7736980Z copying torch/include/ATen/detail/MPSHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7738180Z copying torch/include/ATen/detail/MTIAHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7739430Z copying torch/include/ATen/detail/HPUHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7740680Z copying torch/include/ATen/detail/IPUHooksInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail 2025-09-07T07:26:32.7741910Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip 2025-09-07T07:26:32.7742430Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip/impl 2025-09-07T07:26:32.7743100Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip/impl 2025-09-07T07:26:32.7744420Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip/impl 2025-09-07T07:26:32.7745740Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip/impl 2025-09-07T07:26:32.7747030Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip/impl 2025-09-07T07:26:32.7748170Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7748800Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7750440Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7752060Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7753320Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7754630Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7756010Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7757380Z copying torch/include/ATen/ops/index_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7758570Z copying torch/include/ATen/ops/new_ones.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7759950Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7761280Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7762700Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7763910Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7765260Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7766450Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7767840Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7769010Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7770270Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7771570Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7772860Z copying torch/include/ATen/ops/cummin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7774150Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7775540Z copying torch/include/ATen/ops/nonzero_static_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7776900Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7778140Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7779430Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7780670Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7781990Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7783160Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7784530Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7785800Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7787160Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7788510Z copying torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7789750Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7790950Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7792300Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7793690Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7795010Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7796260Z copying torch/include/ATen/ops/result_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7797510Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7798790Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7800080Z copying torch/include/ATen/ops/isposinf_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7801310Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7802690Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7803880Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7805170Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7806530Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7807720Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7808920Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7810210Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7811440Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7812760Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7814030Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7815350Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7816690Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7817890Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7819170Z copying torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7820400Z copying torch/include/ATen/ops/signbit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7821590Z copying torch/include/ATen/ops/_propagate_xla_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7822890Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7824230Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7825380Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7826720Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7827870Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7829080Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7830400Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7831930Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7833130Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7834290Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7835610Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7836990Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7838200Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7839450Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7840730Z copying torch/include/ATen/ops/_int_mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7842030Z copying torch/include/ATen/ops/i0_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7843270Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7844640Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7845940Z copying torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7847310Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7848520Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7849860Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7851110Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7852350Z copying torch/include/ATen/ops/_fused_rms_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7853960Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7855270Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7856870Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7858000Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7859700Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7860760Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7861990Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7863440Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7864890Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7866120Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7867420Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7868810Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7870290Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7871580Z copying torch/include/ATen/ops/special_hermite_polynomial_he_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7872720Z copying torch/include/ATen/ops/dist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7874110Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7875680Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7876740Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7877970Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7879270Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7880770Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7881920Z copying torch/include/ATen/ops/sub_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7883170Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7884330Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7885650Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7886850Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7888330Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7889540Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7890890Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7897010Z copying torch/include/ATen/ops/sinc_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7897630Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7898260Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7898860Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7899500Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7900140Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7900740Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7901290Z copying torch/include/ATen/ops/nextafter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7902080Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7903270Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7904540Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7905730Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7907010Z copying torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7908510Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7909720Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7911000Z copying torch/include/ATen/ops/_wrapped_linear_prepack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7912390Z copying torch/include/ATen/ops/softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7913340Z copying torch/include/ATen/ops/arctan2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7914620Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7915910Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7917140Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7918520Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7919670Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7921180Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7922180Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7923600Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7924770Z copying torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7926130Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7927560Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7928770Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7930080Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7931420Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7932730Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7934090Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7935280Z copying torch/include/ATen/ops/addmv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7936510Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7937820Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7939050Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7940220Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7941580Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7942980Z copying torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7944470Z copying torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7945620Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7947000Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7948210Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7949670Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7950900Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7952200Z copying torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7953400Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7954770Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7955860Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7957130Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7958460Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7959720Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7961080Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7962180Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7963600Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7964900Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7966090Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7967270Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7968540Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7969930Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7971150Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7972460Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7973840Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7975060Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7976450Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7977620Z copying torch/include/ATen/ops/igammac_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7978780Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7980140Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7981450Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7982910Z copying torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7983890Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7985390Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7986710Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7988180Z copying torch/include/ATen/ops/lu_unpack_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7989520Z copying torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7990790Z copying torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7992020Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7993240Z copying torch/include/ATen/ops/size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7994460Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7995820Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7996990Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7998250Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.7999390Z copying torch/include/ATen/ops/special_i1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8000610Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8001920Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8003340Z copying torch/include/ATen/ops/_linalg_slogdet_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8004590Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8005770Z copying torch/include/ATen/ops/log_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8007090Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8008550Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8009740Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8010900Z copying torch/include/ATen/ops/atan_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8012190Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8013460Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8014850Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8016060Z copying torch/include/ATen/ops/where_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8017390Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8018690Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8020050Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8021550Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8023050Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8024630Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8027250Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8028720Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8030290Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8031610Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8032930Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8034300Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8035600Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8036900Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8038190Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8039610Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8040850Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8042310Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8043500Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8044790Z copying torch/include/ATen/ops/nan_to_num_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8046020Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8047610Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8048790Z copying torch/include/ATen/ops/special_spherical_bessel_j0_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8050240Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8051220Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8052510Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8053750Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8055070Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8056300Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8057690Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8058950Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8060070Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8061300Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8062670Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8063950Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8065410Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8066610Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8067900Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8069130Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8070330Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8071600Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8073050Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8074290Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8075510Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8076690Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8077870Z copying torch/include/ATen/ops/argmin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8079180Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8080590Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8081800Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8083070Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8084370Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8085780Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8087010Z copying torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8088400Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8089670Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8091020Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8092250Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8093710Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8095030Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8096420Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8097660Z copying torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8099070Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8100320Z copying torch/include/ATen/ops/and_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8101820Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8103200Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8104420Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8105700Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8106920Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8108360Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8109470Z copying torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8110770Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8111970Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8113270Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8114460Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8115740Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8116930Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8118670Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8119530Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8121070Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8122260Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8123570Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8125100Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8126370Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8127470Z copying torch/include/ATen/ops/_fused_sgd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8128840Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8130050Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8131320Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8132600Z copying torch/include/ATen/ops/dequantize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8133750Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8135010Z copying torch/include/ATen/ops/align_to.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8136220Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8138110Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8138930Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8140170Z copying torch/include/ATen/ops/acosh_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8141750Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8142810Z copying torch/include/ATen/ops/_assert_scalar.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8143970Z copying torch/include/ATen/ops/index.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8145240Z copying torch/include/ATen/ops/min_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8146550Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8147890Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8149040Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8150290Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8151700Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8152880Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8154130Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8155590Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8156740Z copying torch/include/ATen/ops/repeat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8158260Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8159210Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8160720Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8161890Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8163240Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8164470Z copying torch/include/ATen/ops/matmul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8165790Z copying torch/include/ATen/ops/floor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8167060Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8168390Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8169720Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8170980Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8172220Z copying torch/include/ATen/ops/_test_check_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8173490Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8174670Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8175950Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8177140Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8178420Z copying torch/include/ATen/ops/selu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8179730Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8180910Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8182210Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8183410Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8184710Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8185960Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8187150Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8188410Z copying torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8189640Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8190820Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8191970Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8193270Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8194390Z copying torch/include/ATen/ops/ge_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8195740Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8196920Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8198240Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8199420Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8200740Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8201970Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8203220Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8204450Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8205780Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8207000Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8208370Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8209490Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8210770Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8211960Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8213230Z copying torch/include/ATen/ops/sign_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8214560Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8215860Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8217090Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8218320Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8219640Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8220890Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8222150Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8223360Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8224790Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8225940Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8227040Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8228410Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8229550Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8231040Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8232290Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8233790Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8235000Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8236260Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8237610Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8238780Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8240180Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8241430Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8242720Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8243930Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8245210Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8246460Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8247700Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8248970Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8250160Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8251440Z copying torch/include/ATen/ops/exponential_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8252780Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8253930Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8255130Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8256490Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8257760Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8259040Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8260330Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8261510Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8262780Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8264020Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8265290Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8266590Z copying torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8267820Z copying torch/include/ATen/ops/rsub_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8269040Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8270380Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8271640Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8272880Z copying torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8274080Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8275290Z copying torch/include/ATen/ops/_weight_int8pack_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8276670Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8277940Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8279150Z copying torch/include/ATen/ops/permute.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8280550Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8281820Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8283120Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8284360Z copying torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8285550Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8286780Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8288090Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8289300Z copying torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8290540Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8291910Z copying torch/include/ATen/ops/ceil_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8293190Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8294450Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8295590Z copying torch/include/ATen/ops/roll.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8296970Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8298210Z copying torch/include/ATen/ops/orgqr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8299400Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8300580Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8301840Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8303330Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8304530Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8305880Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8307000Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8308230Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8309430Z copying torch/include/ATen/ops/take.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8310660Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8311930Z copying torch/include/ATen/ops/isin_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8313220Z copying torch/include/ATen/ops/record_stream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8314570Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8315870Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8317220Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8318490Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8319800Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8321040Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8322310Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8323490Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8324740Z copying torch/include/ATen/ops/expand_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8326100Z copying torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8327330Z copying torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8328670Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8329950Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8331150Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8332390Z copying torch/include/ATen/ops/hash_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8333750Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8335000Z copying torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8336280Z copying torch/include/ATen/ops/multinomial.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8337540Z copying torch/include/ATen/ops/alias_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8338960Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8339920Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8341200Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8342350Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8343570Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8344870Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8346050Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8347260Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8348460Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8349760Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8351000Z copying torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8352270Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8353500Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8354990Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8356390Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8357910Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8358820Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8360280Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8361550Z copying torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8362840Z copying torch/include/ATen/ops/digamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8364160Z copying torch/include/ATen/ops/mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8365470Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8371020Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8371490Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8371740Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8372000Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8372330Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8373970Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8375340Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8376600Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8377920Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8379240Z copying torch/include/ATen/ops/_values_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8380560Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8381740Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8383100Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8384730Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8386000Z copying torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8387160Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8388430Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8390040Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8391170Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8392470Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8393940Z copying torch/include/ATen/ops/all_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8394940Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8396260Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8397520Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8398780Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8399980Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8401300Z copying torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8402730Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8404160Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8405290Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8406540Z copying torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8407870Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8409130Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8410410Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8411820Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8412950Z copying torch/include/ATen/ops/eye_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8414310Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8415440Z copying torch/include/ATen/ops/_fused_adamw.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8416810Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8418090Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8419450Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8420900Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8422230Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8423660Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8425040Z copying torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8426440Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8427750Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8428910Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8430240Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8431540Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8432770Z copying torch/include/ATen/ops/lt_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8433970Z copying torch/include/ATen/ops/_chunk_cat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8435210Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8436430Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8437620Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8438980Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8440310Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8441550Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8442790Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8444170Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8445310Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8446560Z copying torch/include/ATen/ops/_fused_adagrad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8448030Z copying torch/include/ATen/ops/all_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8449060Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8450350Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8451550Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8452780Z copying torch/include/ATen/ops/sqrt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8454120Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8455260Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8456580Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8457850Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8459120Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8460430Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8461770Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8462900Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8464170Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8465460Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8466680Z copying torch/include/ATen/ops/positive.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8467950Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8469500Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8470740Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8472020Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8473200Z copying torch/include/ATen/ops/new_empty.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8474610Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8475910Z copying torch/include/ATen/ops/any_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8477160Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8478440Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8479700Z copying torch/include/ATen/ops/_propagate_xla_data_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8480960Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8482180Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8483330Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8484610Z copying torch/include/ATen/ops/_conj.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8485830Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8487140Z copying torch/include/ATen/ops/flatten.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8488340Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8489650Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8490840Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8492090Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8493410Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8494780Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8495960Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8497240Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8498420Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8499780Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8501040Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8502400Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8503580Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8504890Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8506200Z copying torch/include/ATen/ops/flip_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8507490Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8508820Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8510050Z copying torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8511300Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8512620Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8513760Z copying torch/include/ATen/ops/where_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8515010Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8516280Z copying torch/include/ATen/ops/igamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8517550Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8518790Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8520120Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8521390Z copying torch/include/ATen/ops/kl_div.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8522940Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8524240Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8525520Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8527000Z copying torch/include/ATen/ops/values_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8528290Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8529440Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8530820Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8532020Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8533390Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8534630Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8535890Z copying torch/include/ATen/ops/any_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8537170Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8538560Z copying torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8539810Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8541210Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8542580Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8543820Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8545100Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8546660Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8547820Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8549060Z copying torch/include/ATen/ops/special_bessel_j0_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8550450Z copying torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8551860Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8553230Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8554430Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8555590Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8556870Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8558120Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8559360Z copying torch/include/ATen/ops/atan_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8560710Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8562060Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8563330Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8564640Z copying torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8565830Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8567050Z copying torch/include/ATen/ops/binomial.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8568350Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8569520Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8570710Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8572020Z copying torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8573220Z copying torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8574630Z copying torch/include/ATen/ops/index_add_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8575830Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8577080Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8578340Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8579530Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8580740Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8582030Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8583280Z copying torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8584800Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8585900Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8587270Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8588670Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8589860Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8591070Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8592300Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8593600Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8594830Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8596040Z copying torch/include/ATen/ops/signbit_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8597400Z copying torch/include/ATen/ops/remainder_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8598590Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8599840Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8601010Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8602390Z copying torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8603640Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8605010Z copying torch/include/ATen/ops/zero_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8606180Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8607470Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8608930Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8610020Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8611330Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8612510Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8613700Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8615170Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8616350Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8617570Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8618840Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8620230Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8621430Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8622860Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8624080Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8625390Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8626690Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8628640Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8629770Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8631120Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8632660Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8633730Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8635150Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8636420Z copying torch/include/ATen/ops/lt_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8637650Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8638970Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8640310Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8641630Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8642910Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8644200Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8645450Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8646860Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8647950Z copying torch/include/ATen/ops/unbind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8649350Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8650610Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8651950Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8653240Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8654540Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8655810Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8657180Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8658450Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8659760Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8661020Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8662230Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8663480Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8664740Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8666000Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8667260Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8668450Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8669740Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8670870Z copying torch/include/ATen/ops/_fused_rms_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8672050Z copying torch/include/ATen/ops/topk.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8673270Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8674750Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8676040Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8677310Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8678500Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8680030Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8681250Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8682500Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8683710Z copying torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8685040Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8686410Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8687920Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8689270Z copying torch/include/ATen/ops/empty_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8690500Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8692160Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8693500Z copying torch/include/ATen/ops/stft_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8694770Z copying torch/include/ATen/ops/_sparse_mask_projection.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8695990Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8697430Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8698720Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8700110Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8701410Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8702640Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8704060Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8705230Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8706400Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8707890Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8709080Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8710250Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8711500Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8712750Z copying torch/include/ATen/ops/random_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8714000Z copying torch/include/ATen/ops/repeat_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8715250Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8716460Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8717800Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8719010Z copying torch/include/ATen/ops/output_nr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8720070Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8721280Z copying torch/include/ATen/ops/not_equal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8722550Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8723730Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8724960Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8726260Z copying torch/include/ATen/ops/sym_storage_offset_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8727540Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8728820Z copying torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8729970Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8731260Z copying torch/include/ATen/ops/rand_like.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8732570Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8734120Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8735300Z copying torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8736680Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8737970Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8739370Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8740480Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8741810Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8743160Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8744270Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8745520Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8746780Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8748080Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8749260Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8750880Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8752150Z copying torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8753560Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8754760Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8756080Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8757240Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8758680Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8759810Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8761220Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8762390Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8763760Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8764950Z copying torch/include/ATen/ops/frac_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8766390Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8767600Z copying torch/include/ATen/ops/diff_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8768880Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8770180Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8771520Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8772750Z copying torch/include/ATen/ops/eye_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8774180Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8775480Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8776670Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8778120Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8779390Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8780650Z copying torch/include/ATen/ops/sym_storage_offset.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8781940Z copying torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8783160Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8784450Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8785680Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8787050Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8788240Z copying torch/include/ATen/ops/abs_sparsecsrmps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8789470Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8790680Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8792260Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8793360Z copying torch/include/ATen/ops/and.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8794680Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8795880Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8797050Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8798380Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8799630Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8800770Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8802070Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8803410Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8804590Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8805830Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8807120Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8808420Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8809870Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8811230Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8812580Z copying torch/include/ATen/ops/clamp_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8813990Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8815280Z copying torch/include/ATen/ops/hann_window.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8816630Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8818050Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8819200Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8820390Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8821640Z copying torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8822910Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8824020Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8825280Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8826490Z copying torch/include/ATen/ops/_flash_attention_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8827700Z copying torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8828990Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8830220Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8831560Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8832990Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8834140Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8835410Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8836710Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8837930Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8839130Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8840330Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8841510Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8842770Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8844010Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8845430Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8846600Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8847860Z copying torch/include/ATen/ops/range.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8849120Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8850350Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8851620Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8852820Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8854110Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8855260Z copying torch/include/ATen/ops/sinc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8856410Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8857630Z copying torch/include/ATen/ops/square_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8858890Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8860050Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8861340Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8862630Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8863780Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8865000Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8866300Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8867430Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8868820Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8869970Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8871220Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8872410Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8873630Z copying torch/include/ATen/ops/sparse_dim_sparsecsrmps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8874770Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8875930Z copying torch/include/ATen/ops/range_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8877200Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8878380Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8879650Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8880760Z copying torch/include/ATen/ops/cov.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8882150Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8883310Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8884520Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8885860Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8886940Z copying torch/include/ATen/ops/min.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8888420Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8889360Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8890630Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8892070Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8893090Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8894250Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8895410Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8896590Z copying torch/include/ATen/ops/_prelu_kernel_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8897890Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8899510Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8900620Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8901920Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8903110Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8904330Z copying torch/include/ATen/ops/_test_parallel_materialize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8905560Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8906990Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8908280Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8909530Z copying torch/include/ATen/ops/conj_physical_sparsecsrmps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8910720Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8911920Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8913210Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8914500Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8915730Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8916930Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8918200Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8919510Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8920710Z copying torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8921980Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8923360Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8924600Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8925840Z copying torch/include/ATen/ops/fill.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8927050Z copying torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8928330Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8929680Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8930980Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8932020Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8933220Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8934450Z copying torch/include/ATen/ops/lcm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8935660Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8936930Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8938110Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8939350Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8940670Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8942040Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8943320Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8944560Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8945790Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8946960Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8948310Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8949630Z copying torch/include/ATen/ops/put_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8950870Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8952080Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8953420Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8954660Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8955770Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8957020Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8958260Z copying torch/include/ATen/ops/_int_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8959460Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8960830Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8962040Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8963380Z copying torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8964590Z copying torch/include/ATen/ops/div_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8965780Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8967040Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8968210Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8969400Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8970620Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8971900Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8973130Z copying torch/include/ATen/ops/empty_permuted_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8974520Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8975720Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8976860Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8978150Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8979570Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8980650Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8981960Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8983240Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8984510Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8985800Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8987080Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8988760Z copying torch/include/ATen/ops/_nnz.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8990020Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8991260Z copying torch/include/ATen/ops/isneginf_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8992800Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8993860Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8995100Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8996330Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8997560Z copying torch/include/ATen/ops/_grouped_mm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.8998790Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9000020Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9001240Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9002480Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9003680Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9004780Z copying torch/include/ATen/ops/_convolution.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9006040Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9007210Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9008460Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9009750Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9010990Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9012240Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9013400Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9014710Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9015910Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9017130Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9018330Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9019690Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9021180Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9022520Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9023720Z copying torch/include/ATen/ops/linalg_cholesky_ex_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9024860Z copying torch/include/ATen/ops/topk_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9026420Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9027510Z copying torch/include/ATen/ops/sym_numel_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9028740Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9029970Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9031150Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9032450Z copying torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9033650Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9034850Z copying torch/include/ATen/ops/_coalesced_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9036090Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9037270Z copying torch/include/ATen/ops/sym_numel_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9038640Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9039810Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9041000Z copying torch/include/ATen/ops/_to_sparse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9042480Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9043650Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9044780Z copying torch/include/ATen/ops/pow_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9046060Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9047430Z copying torch/include/ATen/ops/_fused_adagrad_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9048570Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9049940Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9051130Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9052410Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9057550Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9057830Z copying torch/include/ATen/ops/asin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9058120Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9058360Z copying torch/include/ATen/ops/_spsolve_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9058810Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9060040Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9061260Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9062780Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9063880Z copying torch/include/ATen/ops/maximum_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9065140Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9066340Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9067670Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9068910Z copying torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9070170Z copying torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9071320Z copying torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9072770Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9073940Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9075240Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9076470Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9077710Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9078890Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9080350Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9081530Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9082900Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9084160Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9085580Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9086670Z copying torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9088090Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9089210Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9090480Z copying torch/include/ATen/ops/_to_sparse_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9091680Z copying torch/include/ATen/ops/addr_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9092950Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9094120Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9095400Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9096550Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9098090Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9099230Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9100720Z copying torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9101940Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9103260Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9104530Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9105810Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9107040Z copying torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9108420Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9109540Z copying torch/include/ATen/ops/_unsafe_index_put.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9110890Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9112100Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9113670Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9114870Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9116160Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9117280Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9118650Z copying torch/include/ATen/ops/indices_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9120030Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9121210Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9122610Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9124050Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9125220Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9126500Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9127780Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9129090Z copying torch/include/ATen/ops/_nnz_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9130360Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9131540Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9132800Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9134200Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9135370Z copying torch/include/ATen/ops/std_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9136700Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9138040Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9139270Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9140680Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9141890Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9143380Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9144640Z copying torch/include/ATen/ops/hspmm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9145950Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9147100Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9148280Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9149740Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9151090Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9152260Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9153510Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9154780Z copying torch/include/ATen/ops/less_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9155980Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9157170Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9158650Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9159840Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9161300Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9162380Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9163610Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9164870Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9166100Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9167310Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9168510Z copying torch/include/ATen/ops/cat_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9169800Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9171240Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9172390Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9173550Z copying torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9174840Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9176040Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9177310Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9178580Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9179880Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9181130Z copying torch/include/ATen/ops/amax_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9182410Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9183710Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9184960Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9186360Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9187670Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9189170Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9190480Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9191730Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9193230Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9194630Z copying torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9196290Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9197460Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9198820Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9200290Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9201670Z copying torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9203130Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9204450Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9205700Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9206850Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9208210Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9209510Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9210730Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9211970Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9213170Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9214540Z copying torch/include/ATen/ops/isin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9215750Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9216970Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9218210Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9219530Z copying torch/include/ATen/ops/_foreach_max_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9220690Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9221980Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9223200Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9224660Z copying torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9225820Z copying torch/include/ATen/ops/all_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9227060Z copying torch/include/ATen/ops/rms_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9228310Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9229950Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9230930Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9232210Z copying torch/include/ATen/ops/svd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9233420Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9234780Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9236060Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9237430Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9238610Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9239920Z copying torch/include/ATen/ops/log2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9241230Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9242430Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9243660Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9245030Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9246330Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9247590Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9248950Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9250380Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9251670Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9252950Z copying torch/include/ATen/ops/_nested_get_lengths_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9254390Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9255640Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9256840Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9258190Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9259380Z copying torch/include/ATen/ops/randint_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9261070Z copying torch/include/ATen/ops/slogdet.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9262090Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9263280Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9264750Z copying torch/include/ATen/ops/_functional_assert_scalar.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9266110Z copying torch/include/ATen/ops/_lazy_clone.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9267330Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9268710Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9269900Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9271300Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9272680Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9273960Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9275460Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9276770Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9278220Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9279350Z copying torch/include/ATen/ops/cross.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9280780Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9282120Z copying torch/include/ATen/ops/gelu_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9283530Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9284790Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9286310Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9287610Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9288830Z copying torch/include/ATen/ops/log1p.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9290060Z copying torch/include/ATen/ops/less.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9291440Z copying torch/include/ATen/ops/tensordot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9292830Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9294160Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9295390Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9296600Z copying torch/include/ATen/ops/log2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9297970Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9299280Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9300560Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9301840Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9303120Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9304310Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9305610Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9306780Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9308100Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9309380Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9310600Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9311810Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9313080Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9314260Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9315410Z copying torch/include/ATen/ops/or_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9316650Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9318090Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9319240Z copying torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9320510Z copying torch/include/ATen/ops/_fused_rms_norm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9321860Z copying torch/include/ATen/ops/median_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9323030Z copying torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9324250Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9325560Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9326790Z copying torch/include/ATen/ops/_chunk_cat_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9328190Z copying torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9329360Z copying torch/include/ATen/ops/im2col.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9330660Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9331930Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9333260Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9334530Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9335740Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9337010Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9338430Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9339600Z copying torch/include/ATen/ops/sign_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9340810Z copying torch/include/ATen/ops/empty_like.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9342280Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9343520Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9344820Z copying torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9346270Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9347610Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9348820Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9350250Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9351470Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9352850Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9354210Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9355520Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9356860Z copying torch/include/ATen/ops/_cummin_helper_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9358450Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9359590Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9360860Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9362210Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9363420Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9364730Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9366320Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9367560Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9368820Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9370050Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9371470Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9372580Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9373790Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9375190Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9376390Z copying torch/include/ATen/ops/divide.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9377640Z copying torch/include/ATen/ops/_unsafe_masked_index.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9378930Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9380170Z copying torch/include/ATen/ops/is_neg.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9381400Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9382640Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9383940Z copying torch/include/ATen/ops/_fused_adamw_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9385350Z copying torch/include/ATen/ops/slice_inverse_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9386560Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9387750Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9388960Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9390320Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9391670Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9392980Z copying torch/include/ATen/ops/resize_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9394240Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9395880Z copying torch/include/ATen/ops/gt_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9397230Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9398450Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9399640Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9401060Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9402340Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9403580Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9404860Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9406210Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9407440Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9408630Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9409880Z copying torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9411490Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9412740Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9414200Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9415300Z copying torch/include/ATen/ops/expand_as.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9416590Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9417810Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9419240Z copying torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9420500Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9421790Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9423030Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9424250Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9425620Z copying torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9426830Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9428170Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9429620Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9430880Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9432090Z copying torch/include/ATen/ops/lshift_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9433390Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9434670Z copying torch/include/ATen/ops/_linalg_det_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9436020Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9437200Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9438610Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9439860Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9441090Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9442600Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9443900Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9445150Z copying torch/include/ATen/ops/sub_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9446320Z copying torch/include/ATen/ops/glu_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9447590Z copying torch/include/ATen/ops/fmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9448990Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9450210Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9451450Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9452820Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9454190Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9455360Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9456700Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9457980Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9459150Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9460540Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9461760Z copying torch/include/ATen/ops/logspace.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9463230Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9464420Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9465870Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9467020Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9468450Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9469690Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9470810Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9472130Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9473450Z copying torch/include/ATen/ops/_foreach_max.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9474610Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9475830Z copying torch/include/ATen/ops/where_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9477170Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9478480Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9479730Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9481000Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9482340Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9483560Z copying torch/include/ATen/ops/set_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9484860Z copying torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9486160Z copying torch/include/ATen/ops/asinh_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9487510Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9488750Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9489990Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9491200Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9492410Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9493640Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9494890Z copying torch/include/ATen/ops/alias.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9496240Z copying torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9497510Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9498680Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9500070Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9501310Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9502580Z copying torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9503740Z copying torch/include/ATen/ops/poisson.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9505160Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9506570Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9507740Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9509010Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9510400Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9511750Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9512930Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9514180Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9515510Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9516760Z copying torch/include/ATen/ops/heaviside.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9517950Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9519130Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9520480Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9522020Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9523570Z copying torch/include/ATen/ops/special_bessel_j1_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9524850Z copying torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9526230Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9527530Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9529220Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9530430Z copying torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9531850Z copying torch/include/ATen/ops/hash_tensor_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9533070Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9534340Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9535630Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9536880Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9538180Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9539500Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9540760Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9541940Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9543250Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9544450Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9545620Z copying torch/include/ATen/ops/index_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9546970Z copying torch/include/ATen/ops/equal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9548140Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9549520Z copying torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9550810Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9552120Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9553400Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9554720Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9555970Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9557390Z copying torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9558600Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9559970Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9561240Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9562530Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9563820Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9565030Z copying torch/include/ATen/ops/sum_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9566240Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9567670Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9568750Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9569960Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9571190Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9572550Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9573880Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9575160Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9576360Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9577780Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9578970Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9580180Z copying torch/include/ATen/ops/tile.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9581420Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9582800Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9583950Z copying torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9585230Z copying torch/include/ATen/ops/nanmean.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9586500Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9587970Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9589340Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9590710Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9592110Z copying torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9593540Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9595030Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9596280Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9597840Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9599190Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9600580Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9602040Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9603120Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9604480Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9605730Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9606930Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9608320Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9609530Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9610910Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9612120Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9613500Z copying torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9614770Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9616090Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9617320Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9618610Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9619870Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9621070Z copying torch/include/ATen/ops/eq_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9622270Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9623590Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9624910Z copying torch/include/ATen/ops/hypot_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9626180Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9627340Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9628760Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9630240Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9631450Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9632730Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9634100Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9635220Z copying torch/include/ATen/ops/isclose.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9636490Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9637630Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9638850Z copying torch/include/ATen/ops/_linalg_eigvals_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9640070Z copying torch/include/ATen/ops/expm1_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9641340Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9642560Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9643770Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9645090Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9646340Z copying torch/include/ATen/ops/sin_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9647570Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9648870Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9650330Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9651610Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9654050Z copying torch/include/ATen/ops/clamp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9654400Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9655320Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9656510Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9657670Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9659060Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9660470Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9661470Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9662780Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9664070Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9665360Z copying torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9666710Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9668020Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9669570Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9671040Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9672210Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9673530Z copying torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9674880Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9676100Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9677400Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9678580Z copying torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9679760Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9681000Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9682420Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9683580Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9684900Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9686160Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9687470Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9688940Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9690130Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9691430Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9692780Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9694080Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9695300Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9696610Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9697810Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9699060Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9700400Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9701850Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9703040Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9704250Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9705710Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9706990Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9708350Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9709860Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9711120Z copying torch/include/ATen/ops/type_as.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9712400Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9713690Z copying torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9715070Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9716040Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9717480Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9718790Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9720160Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9721250Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9722430Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9723620Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9724940Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9726320Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9727540Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9728880Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9730410Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9732450Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9733690Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9735000Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9736360Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9737630Z copying torch/include/ATen/ops/col2im_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9738800Z copying torch/include/ATen/ops/lift.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9740190Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9741340Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9742630Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9743970Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9745220Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9746480Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9747800Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9752700Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9753210Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9753440Z copying torch/include/ATen/ops/stride.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9753680Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9754330Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9755430Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9756620Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9757850Z copying torch/include/ATen/ops/relu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9759170Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9760560Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9761760Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9762990Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9764240Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9765520Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9766830Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9768000Z copying torch/include/ATen/ops/clone_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9769380Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9770640Z copying torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9771960Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9773110Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9774380Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9775570Z copying torch/include/ATen/ops/_nested_view_from_jagged.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9776810Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9778140Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9779560Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9780710Z copying torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9781950Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9783210Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9784410Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9785660Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9786890Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9788190Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9789490Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9790730Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9792110Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9793410Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9794540Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9795760Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9797060Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9798340Z copying torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9799580Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9800900Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9802180Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9803350Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9804760Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9805960Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9807300Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9808410Z copying torch/include/ATen/ops/acos.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9809760Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9811080Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9812290Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9813560Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9814840Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9816010Z copying torch/include/ATen/ops/chunk.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9817240Z copying torch/include/ATen/ops/_functional_assert_async.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9818580Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9819890Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9821060Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9822350Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9823620Z copying torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9825000Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9826290Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9827500Z copying torch/include/ATen/ops/renorm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9828700Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9829950Z copying torch/include/ATen/ops/absolute.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9831250Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9832570Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9833950Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9835210Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9836500Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9837710Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9839100Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9840380Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9841540Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9842770Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9844370Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9845440Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9846830Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9848100Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9849460Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9850790Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9851990Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9853230Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9854420Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9855760Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9857080Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9858350Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9859480Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9860700Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9861950Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9863260Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9864500Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9865780Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9867010Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9868250Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9869510Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9870720Z copying torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9871940Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9873190Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9874460Z copying torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9875640Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9876990Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9878250Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9879630Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9880800Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9882020Z copying torch/include/ATen/ops/add_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9883320Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9884530Z copying torch/include/ATen/ops/gelu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9885780Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9886980Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9888430Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9889530Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9890740Z copying torch/include/ATen/ops/selu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9892020Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9893330Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9894550Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9895720Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9897000Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9898250Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9899440Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9900660Z copying torch/include/ATen/ops/set_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9901940Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9903130Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9904370Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9905800Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9906850Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9908090Z copying torch/include/ATen/ops/scatter_reduce_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9909400Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9910530Z copying torch/include/ATen/ops/_cudnn_attention_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9911810Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9913050Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9914350Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9915500Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9916820Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9918010Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9919190Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9920500Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9921870Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9923000Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9924180Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9925390Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9926630Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9927810Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9928990Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9930230Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9931390Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9932720Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9933910Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9935010Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9936210Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9937520Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9938690Z copying torch/include/ATen/ops/_to_sparse_csc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9939910Z copying torch/include/ATen/ops/zeros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9941180Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9942430Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9943680Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9944900Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9946060Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9947350Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9948600Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9949800Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9951080Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9952360Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9953620Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9955740Z copying torch/include/ATen/ops/arctanh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9956790Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9958130Z copying torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9959460Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9960690Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9961980Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9963300Z copying torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9964440Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9965750Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9967040Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9968370Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9969650Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9970810Z copying torch/include/ATen/ops/_spsolve_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9972090Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9973380Z copying torch/include/ATen/ops/log10_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9974570Z copying torch/include/ATen/ops/flip.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9976190Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9977370Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9978730Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9980350Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9981740Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9983200Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9984580Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9985860Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9987350Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9988650Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9990470Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9991360Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9992630Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9993930Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9995310Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9996640Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9997910Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:32.9999160Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0000490Z copying torch/include/ATen/ops/neg_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0001830Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0002990Z copying torch/include/ATen/ops/pinverse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0004320Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0005440Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0006810Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0007910Z copying torch/include/ATen/ops/conv1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0009260Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0010640Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0011870Z copying torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0013030Z copying torch/include/ATen/ops/arccosh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0014370Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0015710Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0016980Z copying torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0018180Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0019440Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0020840Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0022340Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0023560Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0024790Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0026470Z copying torch/include/ATen/ops/prod_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0027600Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0028730Z copying torch/include/ATen/ops/index_select.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0029960Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0031230Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0032450Z copying torch/include/ATen/ops/mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0033710Z copying torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0034990Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0036210Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0037470Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0038820Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0040050Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0041380Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0042750Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0043990Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0045270Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0046490Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0047710Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0048950Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0050140Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0051530Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0052730Z copying torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0053900Z copying torch/include/ATen/ops/data_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0055260Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0056480Z copying torch/include/ATen/ops/randn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0058040Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0059580Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0060510Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0061810Z copying torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0062930Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0064220Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0065480Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0066700Z copying torch/include/ATen/ops/_test_functorch_fallback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0068050Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0069310Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0070620Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0071800Z copying torch/include/ATen/ops/_fused_adagrad_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0073230Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0074430Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0075710Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0076950Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0078010Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0079350Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0080600Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0081850Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0083000Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0084250Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0085570Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0086830Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0088010Z copying torch/include/ATen/ops/max_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0089350Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0090600Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0091780Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0093050Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0094280Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0095650Z copying torch/include/ATen/ops/sparse_resize_and_clear_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0096920Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0098080Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0099350Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0100650Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0101930Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0103200Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0104540Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0105940Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0107060Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0108700Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0110710Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0111840Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0113200Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0114470Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0115900Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0117370Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0118640Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0119860Z copying torch/include/ATen/ops/convolution.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0121100Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0122320Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0123620Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0124880Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0126250Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0127430Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0128710Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0130050Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0131300Z copying torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0132520Z copying torch/include/ATen/ops/addmv_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0133740Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0135000Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0136270Z copying torch/include/ATen/ops/clone.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0137650Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0138820Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0140200Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0141430Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0142720Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0144030Z copying torch/include/ATen/ops/special_bessel_y0_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0145380Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0146520Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0147880Z copying torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0149020Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0150330Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0151550Z copying torch/include/ATen/ops/values_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0152920Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0154140Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0155300Z copying torch/include/ATen/ops/swapdims.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0156690Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0157910Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0159080Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0160320Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0161620Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0162960Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0164120Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0165360Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0166740Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0167910Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0169240Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0170450Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0171630Z copying torch/include/ATen/ops/sinh_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0172950Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0174080Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0175560Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0176610Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0177900Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0179040Z copying torch/include/ATen/ops/all.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0180320Z copying torch/include/ATen/ops/_foobar.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0181560Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0182950Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0184040Z copying torch/include/ATen/ops/log_normal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0185320Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0186690Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0188170Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0189630Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0190910Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0192030Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0193970Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0195310Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0196690Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0198100Z copying torch/include/ATen/ops/size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0199300Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0200500Z copying torch/include/ATen/ops/special_erf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0201710Z copying torch/include/ATen/ops/amax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0203060Z copying torch/include/ATen/ops/_foreach_lerp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0204390Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0205600Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0206900Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0208160Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0209420Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0210840Z copying torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0211950Z copying torch/include/ATen/ops/movedim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0213360Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0214480Z copying torch/include/ATen/ops/arccos.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0215890Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0217130Z copying torch/include/ATen/ops/linear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0218360Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0219540Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0220830Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0222150Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0223520Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0224690Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0225970Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0227210Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0228480Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0229780Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0231070Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0232220Z copying torch/include/ATen/ops/_prelu_kernel_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0233470Z copying torch/include/ATen/ops/gather.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0234730Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0235980Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0237170Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0238480Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0239640Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0240910Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0242200Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0243570Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0244840Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0245980Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0247290Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0248590Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0249770Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0251320Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0252630Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0253970Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0255260Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0256590Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0257870Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0259230Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0260970Z copying torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0261690Z copying torch/include/ATen/ops/data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0263000Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0264200Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0265430Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0266760Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0267850Z copying torch/include/ATen/ops/gather_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0269050Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0270330Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0271540Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0272750Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0273930Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0275240Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0276570Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0277730Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0278990Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0280300Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0281520Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0282690Z copying torch/include/ATen/ops/div_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0283880Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0285100Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0286390Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0287610Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0288810Z copying torch/include/ATen/ops/triu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0290110Z copying torch/include/ATen/ops/rename_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0291500Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0292730Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0294230Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0295410Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0296670Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0298120Z copying torch/include/ATen/ops/tan_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0299160Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0300550Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0301710Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0302910Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0304200Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0305480Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0306720Z copying torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0308140Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0309430Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0310600Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0312040Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0313300Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0314690Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0316060Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0317350Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0318550Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0319810Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0321010Z copying torch/include/ATen/ops/gru.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0322200Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0323450Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0324750Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0325930Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0327240Z copying torch/include/ATen/ops/isneginf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0328640Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0329860Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0331230Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0332530Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0333790Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0335130Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0336340Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0337600Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0338810Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0340020Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0341230Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0342530Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0343730Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0345160Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0346400Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0347600Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0348790Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0350100Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0351270Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0352560Z copying torch/include/ATen/ops/relu_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0353910Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0355290Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0356530Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0357860Z copying torch/include/ATen/ops/_indices_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0359260Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0360390Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0361610Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0362840Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0364030Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0365310Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0366470Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0367940Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0368920Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0370290Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0371610Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0373000Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0374510Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0375790Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0377400Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0378370Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0379740Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0381140Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0382480Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0383770Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0385050Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0386280Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0387560Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0388790Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0390180Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0391450Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0392960Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0394240Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0395530Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0396870Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0398120Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0399310Z copying torch/include/ATen/ops/i0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0400550Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0402030Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0403200Z copying torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0404580Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0405960Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0407030Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0408400Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0409630Z copying torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0411060Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0412310Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0413500Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0414840Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0416040Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0417380Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0418550Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0419910Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0421090Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0422420Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0423670Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0424820Z copying torch/include/ATen/ops/clone_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0426040Z copying torch/include/ATen/ops/cov_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0427270Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0428510Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0429920Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0431060Z copying torch/include/ATen/ops/var.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0432350Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0433590Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0434790Z copying torch/include/ATen/ops/index_put.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0436020Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0441760Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0442140Z copying torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0442400Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0442640Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0442890Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0444340Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0445600Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0446780Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0448230Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0449500Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0450980Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0452190Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0453560Z copying torch/include/ATen/ops/remainder.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0454870Z copying torch/include/ATen/ops/batch_norm_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0456060Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0457390Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0458810Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0460280Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0461220Z copying torch/include/ATen/ops/_foreach_lerp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0462520Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0463930Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0465330Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0466580Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0467920Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0469090Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0470550Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0471930Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0473130Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0474400Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0475790Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0477050Z copying torch/include/ATen/ops/_stack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0478260Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0479660Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0480990Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0482290Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0483480Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0484890Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0486320Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0487520Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0488920Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0490310Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0491410Z copying torch/include/ATen/ops/gradient.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0492590Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0494010Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0495440Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0496570Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0497840Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0499230Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0500460Z copying torch/include/ATen/ops/values_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0501700Z copying torch/include/ATen/ops/_prelu_kernel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0502980Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0504230Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0505460Z copying torch/include/ATen/ops/abs_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0506770Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0508110Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0509340Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0510610Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0511910Z copying torch/include/ATen/ops/ne_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0513190Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0514560Z copying torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0515750Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0517140Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0518270Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0519660Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0521050Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0522360Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0523620Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0524840Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0526670Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0528020Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0529360Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0530700Z copying torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0531960Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0533230Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0534680Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0535630Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0537120Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0538490Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0539780Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0540960Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0542410Z copying torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0543650Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0544930Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0546210Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0547730Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0548880Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0550050Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0551290Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0552520Z copying torch/include/ATen/ops/_fused_adagrad_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0553730Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0555100Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0556300Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0557630Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0558970Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0560220Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0561430Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0562850Z copying torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0564210Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0565410Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0566820Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0568030Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0569330Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0570600Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0571830Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0573000Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0574280Z copying torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0575500Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0576780Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0577910Z copying torch/include/ATen/ops/fmod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0579270Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0580400Z copying torch/include/ATen/ops/inverse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0581730Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0583130Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0584220Z copying torch/include/ATen/ops/rshift_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0585660Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0586710Z copying torch/include/ATen/ops/item.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0588090Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0589360Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0590510Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0591670Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0592940Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0594290Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0595520Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0596740Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0598070Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0599310Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0600490Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0601750Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0602940Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0604160Z copying torch/include/ATen/ops/sgn_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0605440Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0606690Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0607890Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0609020Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0610300Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0611650Z copying torch/include/ATen/ops/special_modified_bessel_k0_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0612800Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0614090Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0615380Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0616680Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0617900Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0619190Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0620530Z copying torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0621770Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0623170Z copying torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0624540Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0625490Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0626700Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0627930Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0629170Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0630540Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0631750Z copying torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0633100Z copying torch/include/ATen/ops/silu_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0634340Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0635620Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0636900Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0638130Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0639460Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0640620Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0641840Z copying torch/include/ATen/ops/less_equal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0643100Z copying torch/include/ATen/ops/rrelu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0644460Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0645710Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0647070Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0648290Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0649460Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0650670Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0651990Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0653170Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0654420Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0655650Z copying torch/include/ATen/ops/log_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0656910Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0658110Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0659380Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0660570Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0661920Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0663190Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0664580Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0665710Z copying torch/include/ATen/ops/nansum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0666930Z copying torch/include/ATen/ops/threshold_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0668190Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0669350Z copying torch/include/ATen/ops/det_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0670650Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0671860Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0673360Z copying torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0674280Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0675600Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0676760Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0678270Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0679460Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0680750Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0681910Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0683120Z copying torch/include/ATen/ops/_cslt_compress_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0684420Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0685620Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0687030Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0688480Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0689810Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0690980Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0692400Z copying torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0693670Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0694900Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0696040Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0697280Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0698620Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0699810Z copying torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0701080Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0702300Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0703660Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0704910Z copying torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0706040Z copying torch/include/ATen/ops/sym_stride_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0707270Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0708540Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0709790Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0710940Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0712200Z copying torch/include/ATen/ops/equal_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0713520Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0714660Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0715890Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0717070Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0718290Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0719590Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0720800Z copying torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0721990Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0723250Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0724390Z copying torch/include/ATen/ops/einsum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0725650Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0726870Z copying torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0728310Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0729390Z copying torch/include/ATen/ops/is_conj.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0730730Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0731910Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0733210Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0734370Z copying torch/include/ATen/ops/multiply.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0735700Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0737000Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0738220Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0739570Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0740900Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0741960Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0743190Z copying torch/include/ATen/ops/prelu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0744590Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0745830Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0746950Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0748250Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0749410Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0750810Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0752000Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0753340Z copying torch/include/ATen/ops/unfold_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0754570Z copying torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0755930Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0757100Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0758480Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0759680Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0760970Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0762360Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0763720Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0765310Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0766690Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0768360Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0769740Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0771110Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0772430Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0773750Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0775050Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0776480Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0777770Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0779080Z copying torch/include/ATen/ops/tril_indices_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0780590Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0781670Z copying torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0783020Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0784350Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0785650Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0786850Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0788100Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0789560Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0790680Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0791990Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0793210Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0794510Z copying torch/include/ATen/ops/round_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0795880Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0797130Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0798500Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0799680Z copying torch/include/ATen/ops/ones_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0802330Z copying torch/include/ATen/ops/_foreach_clamp_max.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0802630Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0803530Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0804820Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0806120Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0807390Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0808760Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0809870Z copying torch/include/ATen/ops/lerp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0811210Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0812510Z copying torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0813860Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0815410Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0816550Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0817770Z copying torch/include/ATen/ops/round.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0818970Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0820860Z copying torch/include/ATen/ops/roll_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0821740Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0822990Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0824180Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0825530Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0826880Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0828160Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0829410Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0830720Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0831950Z copying torch/include/ATen/ops/pow_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0833210Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0834350Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0835900Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0837140Z copying torch/include/ATen/ops/_to_sparse_sparsecsrmps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0838470Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0839700Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0840990Z copying torch/include/ATen/ops/select_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0842380Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0843880Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0845410Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0846800Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0848250Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0849720Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0851240Z copying torch/include/ATen/ops/nonzero_static.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0852350Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0853710Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0855030Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0856230Z copying torch/include/ATen/ops/im2col_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0857580Z copying torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0859050Z copying torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0860100Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0861270Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0862520Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0863710Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0865010Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0866290Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0867350Z copying torch/include/ATen/ops/_print.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0868610Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0869790Z copying torch/include/ATen/ops/set_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0871040Z copying torch/include/ATen/ops/is_coalesced_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0872510Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0873510Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0874750Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0875950Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0877110Z copying torch/include/ATen/ops/polygamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0878670Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0880000Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0881250Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0882700Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0883810Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0885400Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0886900Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0888120Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0889650Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0890550Z copying torch/include/ATen/ops/quantile.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0891940Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0893030Z copying torch/include/ATen/ops/_linalg_solve_ex_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0894240Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0895370Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0896650Z copying torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0897810Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0899070Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0900220Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0901520Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0902700Z copying torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0903940Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0905190Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0906380Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0907690Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0908850Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0910070Z copying torch/include/ATen/ops/_foreach_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0911270Z copying torch/include/ATen/ops/mT_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0912470Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0913710Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0914960Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0916150Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0917470Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0918840Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0919810Z copying torch/include/ATen/ops/arange_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0921110Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0922270Z copying torch/include/ATen/ops/ne.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0923440Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0924680Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0926040Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0927360Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0928480Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0929710Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0930960Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0932140Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0933340Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0934550Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0935910Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0937000Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0938240Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0939390Z copying torch/include/ATen/ops/_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0940640Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0941800Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0943030Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0944230Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0945520Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0946640Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0947960Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0949070Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0950260Z copying torch/include/ATen/ops/div_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0951490Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0952690Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0953910Z copying torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0955190Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0956360Z copying torch/include/ATen/ops/mul_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0957680Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0958790Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0960010Z copying torch/include/ATen/ops/divide_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0961520Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0962640Z copying torch/include/ATen/ops/sub.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0963990Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0965260Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0966440Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0967610Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0968820Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0970070Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0971210Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0972460Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0973650Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0974950Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0976220Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0977350Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0978610Z copying torch/include/ATen/ops/index_copy_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0979880Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0981050Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0982270Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0983420Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0984690Z copying torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0985880Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0987090Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0988420Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0989700Z copying torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0990860Z copying torch/include/ATen/ops/log2_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0992140Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0993370Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0996870Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0997130Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0997370Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0998340Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.0999470Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1000930Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1002230Z copying torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1003310Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1004490Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1005690Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1006880Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1008160Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1009320Z copying torch/include/ATen/ops/copy_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1010540Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1011860Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1012990Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1014240Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1015480Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1016700Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1018030Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1019360Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1020770Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1022090Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1023390Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1024610Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1026590Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1028040Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1029070Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1030350Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1031620Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1032900Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1034120Z copying torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1035430Z copying torch/include/ATen/ops/_nested_get_values_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1036650Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1037870Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1039170Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1040320Z copying torch/include/ATen/ops/sort_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1041520Z copying torch/include/ATen/ops/_lazy_clone_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1042830Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1044040Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1045290Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1046410Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1047770Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1048960Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1050180Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1051410Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1052610Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1053800Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1055120Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1056320Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1057670Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1058980Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1060290Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1061470Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1062650Z copying torch/include/ATen/ops/tril_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1063860Z copying torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1065140Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1066380Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1067600Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1068810Z copying torch/include/ATen/ops/arcsin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1070020Z copying torch/include/ATen/ops/qr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1071240Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1072590Z copying torch/include/ATen/ops/copy_sparse_to_sparse_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1073970Z copying torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1075200Z copying torch/include/ATen/ops/frac_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1076600Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1077870Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1079230Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1080440Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1081770Z copying torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1083020Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1084310Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1085540Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1086730Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1087930Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1089310Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1091110Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1091950Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1093140Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1094360Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1095650Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1096820Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1098080Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1099690Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1100880Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1102160Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1103520Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1104910Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1106080Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1107390Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1108710Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1110000Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1111270Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1112430Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1113870Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1115060Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1116230Z copying torch/include/ATen/ops/slice.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1117510Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1118870Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1123880Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1124300Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1124750Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1124980Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1125220Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1126330Z copying torch/include/ATen/ops/sign_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1127890Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1128880Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1130150Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1131410Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1132650Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1133990Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1135590Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1136580Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1137910Z copying torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1139050Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1140410Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1141610Z copying torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1142980Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1144560Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1145860Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1147090Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1148410Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1149750Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1151170Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1152330Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1153950Z copying torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1155160Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1156310Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1157530Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1158940Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1160250Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1161630Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1162730Z copying torch/include/ATen/ops/_safe_softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1164230Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1165420Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1166770Z copying torch/include/ATen/ops/logdet.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1167940Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1169220Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1170610Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1172000Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1173160Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1174330Z copying torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1175500Z copying torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1176770Z copying torch/include/ATen/ops/trunc_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1177930Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1179260Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1180480Z copying torch/include/ATen/ops/mv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1181720Z copying torch/include/ATen/ops/logit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1182960Z copying torch/include/ATen/ops/min_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1184130Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1185360Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1186920Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1188110Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1189410Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1190640Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1191770Z copying torch/include/ATen/ops/normal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1193350Z copying torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1194710Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1195740Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1197010Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1198210Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1199450Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1200730Z copying torch/include/ATen/ops/nonzero_static_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1201920Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1203310Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1204590Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1205930Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1207290Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1208600Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1209850Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1211100Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1212410Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1213720Z copying torch/include/ATen/ops/special_i1_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1214890Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1216190Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1217490Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1218740Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1219980Z copying torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1221250Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1222480Z copying torch/include/ATen/ops/expm1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1223930Z copying torch/include/ATen/ops/dist_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1225350Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1226590Z copying torch/include/ATen/ops/maximum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1227900Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1229160Z copying torch/include/ATen/ops/ones.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1230830Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1232040Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1233520Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1235030Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1236080Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1237590Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1238720Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1240070Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1241290Z copying torch/include/ATen/ops/pad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1242810Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1244330Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1245260Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1246580Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1247830Z copying torch/include/ATen/ops/std_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1249050Z copying torch/include/ATen/ops/round_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1250320Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1251580Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1252870Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1254150Z copying torch/include/ATen/ops/block_diag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1255510Z copying torch/include/ATen/ops/_nested_get_offsets.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1256850Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1258280Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1259690Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1260920Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1262150Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1273990Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1275200Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1276430Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1277570Z copying torch/include/ATen/ops/geqrf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1278920Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1280260Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1281610Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1282980Z copying torch/include/ATen/ops/_fused_rms_norm_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1284450Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1285750Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1287100Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1288460Z copying torch/include/ATen/ops/sym_constrain_range_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1290020Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1291110Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1292420Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1294070Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1295190Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1296560Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1298050Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1299210Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1300510Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1301710Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1302980Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1304290Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1305690Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1306820Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1308250Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1309780Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1310810Z copying torch/include/ATen/ops/add.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1312320Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1313870Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1315090Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1316350Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1317570Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1318890Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1320190Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1321340Z copying torch/include/ATen/ops/cholesky_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1322680Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1324050Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1325210Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1326510Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1327760Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1329120Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1330370Z copying torch/include/ATen/ops/upsample_nearest3d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1331660Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1333070Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1334450Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1335640Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1336820Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1338130Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1339350Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1340600Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1341900Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1343180Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1344480Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1345850Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1346960Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1348340Z copying torch/include/ATen/ops/_cslt_compress.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1349680Z copying torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1351250Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1352210Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1353790Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1354890Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1356040Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1357330Z copying torch/include/ATen/ops/hypot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1358570Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1359910Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1361110Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1362340Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1363680Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1364970Z copying torch/include/ATen/ops/_nnz_sparsecsrmps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1366240Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1367700Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1368990Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1370600Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1371770Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1373360Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1374520Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1375720Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1376930Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1378170Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1379390Z copying torch/include/ATen/ops/sort_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1380700Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1381930Z copying torch/include/ATen/ops/_grouped_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1383370Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1384390Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1385740Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1387370Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1388260Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1389610Z copying torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1391090Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1392340Z copying torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1393580Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1394860Z copying torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1396250Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1397590Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1399120Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1400310Z copying torch/include/ATen/ops/logical_or.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1401690Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1402910Z copying torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1404300Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1405710Z copying torch/include/ATen/ops/empty_permuted_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1406910Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1408170Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1409740Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1410920Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1412200Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1413380Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1414650Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1415790Z copying torch/include/ATen/ops/asinh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1417350Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1418610Z copying torch/include/ATen/ops/resize_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1419860Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1421040Z copying torch/include/ATen/ops/ravel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1422450Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1423700Z copying torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1425080Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1426150Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1427560Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1428800Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1430090Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1431330Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1432750Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1433810Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1435070Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1436350Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1437510Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1438840Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1440050Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1441200Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1442850Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1443940Z copying torch/include/ATen/ops/std_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1445420Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1446550Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1448060Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1449530Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1450740Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1451890Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1453140Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1454460Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1455860Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1457090Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1458420Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1459660Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1461170Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1462270Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1463770Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1464910Z copying torch/include/ATen/ops/_foreach_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1466240Z copying torch/include/ATen/ops/_version_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1467500Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1468750Z copying torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1470020Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1471340Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1472540Z copying torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1473730Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1475030Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1476400Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1477600Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1478730Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1480200Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1481360Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1482660Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1484080Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1485330Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1486640Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1488020Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1489190Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1490730Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1491780Z copying torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1493110Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1494420Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1495760Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1497000Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1498520Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1499890Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1501170Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1502390Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1503620Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1504960Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1506250Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1507480Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1508760Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1510220Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1511300Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1512520Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1513770Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1515060Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1516260Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1517500Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1518820Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1520660Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1521550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1522790Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1523990Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1525220Z copying torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1526410Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1527830Z copying torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1529060Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1530190Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1531340Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1532660Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1533820Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1535010Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1536420Z copying torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1537620Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1538820Z copying torch/include/ATen/ops/_batch_norm_with_update.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1540140Z copying torch/include/ATen/ops/_foreach_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1541520Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1542950Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1544160Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1545390Z copying torch/include/ATen/ops/pdist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1546760Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1548090Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1549190Z copying torch/include/ATen/ops/is_signed.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1550650Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1551780Z copying torch/include/ATen/ops/ne_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1553070Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1554230Z copying torch/include/ATen/ops/logit_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1555720Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1557070Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1558340Z copying torch/include/ATen/ops/rad2deg_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1559530Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1560880Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1562230Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1563450Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1564620Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1566120Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1567260Z copying torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1568710Z copying torch/include/ATen/ops/rand_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1570000Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1571220Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1572540Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1573790Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1575140Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1576330Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1577700Z copying torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1579120Z copying torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1580290Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1581480Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1582730Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1584090Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1585350Z copying torch/include/ATen/ops/_test_check_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1586620Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1587860Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1589160Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1590420Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1591570Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1592980Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1594250Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1595520Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1596930Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1598010Z copying torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1599560Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1600470Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1601800Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1603160Z copying torch/include/ATen/ops/mish_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1604540Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1605860Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1607360Z copying torch/include/ATen/ops/addmm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1608590Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1609840Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1611170Z copying torch/include/ATen/ops/atan2_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1612590Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1613670Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1614850Z copying torch/include/ATen/ops/tan.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1616190Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1617590Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1618780Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1619990Z copying torch/include/ATen/ops/_logcumsumexp_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1621280Z copying torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1622530Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1623760Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1625040Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1626410Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1628140Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1629010Z copying torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1630320Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1631520Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1632740Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1633940Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1635180Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1636480Z copying torch/include/ATen/ops/cosh_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1637690Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1639010Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1640300Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1641560Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1642760Z copying torch/include/ATen/ops/_cslt_sparse_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1644210Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1645380Z copying torch/include/ATen/ops/index_add.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1646630Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1647790Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1649110Z copying torch/include/ATen/ops/nonzero_static_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1650400Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1651720Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1652970Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1654150Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1655460Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1656890Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1657870Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1659160Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1660520Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1661760Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1663100Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1664390Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1665570Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1667030Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1668150Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1669710Z copying torch/include/ATen/ops/select_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1670890Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1672200Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1673570Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1675020Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1676230Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1677570Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1678920Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1680380Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1681680Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1683110Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1684580Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1685930Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1687930Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1689000Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1690380Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1691690Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1693200Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1694520Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1695790Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1697070Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1698320Z copying torch/include/ATen/ops/dot_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1699730Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1700870Z copying torch/include/ATen/ops/stack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1702300Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1703590Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1704880Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1706220Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1707530Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1708980Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1710110Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1711420Z copying torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1712660Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1714030Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1715190Z copying torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1716430Z copying torch/include/ATen/ops/view_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1717940Z copying torch/include/ATen/ops/_foreach_sign_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1719110Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1720440Z copying torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1721870Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1723220Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1724470Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1725710Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1727160Z copying torch/include/ATen/ops/concatenate.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1728080Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1729300Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1730580Z copying torch/include/ATen/ops/_linalg_eigvals.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1731940Z copying torch/include/ATen/ops/qscheme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1733220Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1734810Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1736390Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1737640Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1738890Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1740340Z copying torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1741670Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1742900Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1744120Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1745380Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1746910Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1748240Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1749420Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1750750Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1752180Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1753360Z copying torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1754680Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1756000Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1757380Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1758810Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1760170Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1761490Z copying torch/include/ATen/ops/argmax_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1762850Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1764120Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1765680Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1766750Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1767980Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1769070Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1770400Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1771600Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1772910Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1774080Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1775390Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1776680Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1777950Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1779300Z copying torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1780680Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1781820Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1783440Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1784510Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1785720Z copying torch/include/ATen/ops/from_file.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1786910Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1788200Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1789490Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1790660Z copying torch/include/ATen/ops/celu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1791850Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1793090Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1794380Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1795560Z copying torch/include/ATen/ops/lstm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1796830Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1798200Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1799440Z copying torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1800800Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1802040Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1803300Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1804480Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1805770Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1807010Z copying torch/include/ATen/ops/row_stack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1808300Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1809530Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1810750Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1812030Z copying torch/include/ATen/ops/real.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1813320Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1814620Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1815900Z copying torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1817320Z copying torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1818520Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1819830Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1821120Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1822410Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1823620Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1825080Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1826420Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1827690Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1832080Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1832510Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1832780Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1832990Z copying torch/include/ATen/ops/ceil.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1834550Z copying torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1835650Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1836960Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1838380Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1839630Z copying torch/include/ATen/ops/min_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1841020Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1842450Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1843540Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1844800Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1846090Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1847450Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1848800Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1850030Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1851310Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1852530Z copying torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1853880Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1855290Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1856960Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1858460Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1859690Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1861070Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1862210Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1863610Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1864760Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1866110Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1867310Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1868570Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1869840Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1871020Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1872320Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1873480Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1874730Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1875940Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1877350Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1878560Z copying torch/include/ATen/ops/_scaled_grouped_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1879850Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1881040Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1882270Z copying torch/include/ATen/ops/_nested_get_lengths.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1883710Z copying torch/include/ATen/ops/special_hermite_polynomial_h_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1884870Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1886070Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1887430Z copying torch/include/ATen/ops/floor_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1888710Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1890090Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1891260Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1892510Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1893790Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1895060Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1896270Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1897680Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1898900Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1900220Z copying torch/include/ATen/ops/t_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1901470Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1902850Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1904050Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1905270Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1906430Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1907770Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1909010Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1910390Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1911660Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1912950Z copying torch/include/ATen/ops/fill_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1914310Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1915460Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1916880Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1917950Z copying torch/include/ATen/ops/tanh_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1919200Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1920520Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1921760Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1922870Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1924300Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1925370Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1926700Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1928000Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1929240Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1930520Z copying torch/include/ATen/ops/_nested_from_padded_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1931750Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1933310Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1934540Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1935790Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1936970Z copying torch/include/ATen/ops/abs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1938340Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1939570Z copying torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1940840Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1942070Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1943190Z copying torch/include/ATen/ops/kron_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1944410Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1945700Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1946920Z copying torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1948120Z copying torch/include/ATen/ops/bucketize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1949550Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1950700Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1951890Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1953290Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1954530Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1955740Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1956860Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1958110Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1959330Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1960740Z copying torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1961940Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1963250Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1964560Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1965790Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1967080Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1968300Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1969610Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1970860Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1971980Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1973260Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1974560Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1975940Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1977130Z copying torch/include/ATen/ops/softplus.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1978320Z copying torch/include/ATen/ops/_foreach_pow_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1979600Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1980920Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1982220Z copying torch/include/ATen/ops/_is_any_true.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1983430Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1984750Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1986040Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1987240Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1988590Z copying torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1989830Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1991120Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1992330Z copying torch/include/ATen/ops/_cudnn_attention_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1993580Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1994840Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1996050Z copying torch/include/ATen/ops/_fused_rms_norm_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1997340Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1998530Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.1999820Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2000940Z copying torch/include/ATen/ops/_safe_softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2002290Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2003570Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2004750Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2006790Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2007400Z copying torch/include/ATen/ops/set_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2008680Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2009990Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2011180Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2012480Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2013720Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2015140Z copying torch/include/ATen/ops/float_power.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2016300Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2017620Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2018770Z copying torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2019900Z copying torch/include/ATen/ops/rot90.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2021030Z copying torch/include/ATen/ops/t.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2022340Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2023470Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2024730Z copying torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2025890Z copying torch/include/ATen/ops/greater.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2027140Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2028560Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2029640Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2030950Z copying torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2032140Z copying torch/include/ATen/ops/_cudnn_attention_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2033260Z copying torch/include/ATen/ops/_foreach_sign.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2034600Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2035780Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2036990Z copying torch/include/ATen/ops/from_blob.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2038300Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2039600Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2040810Z copying torch/include/ATen/ops/exp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2042030Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2043260Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2044520Z copying torch/include/ATen/ops/linspace_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2046000Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2047120Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2048480Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2049650Z copying torch/include/ATen/ops/put_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2051070Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2052230Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2053440Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2054830Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2056060Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2057290Z copying torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2058510Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2059830Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2061140Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2062320Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2063630Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2064810Z copying torch/include/ATen/ops/put.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2066080Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2067390Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2068550Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2069780Z copying torch/include/ATen/ops/eq_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2071050Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2072310Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2073630Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2074910Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2076370Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2077690Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2079050Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2080320Z copying torch/include/ATen/ops/equal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2081930Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2083140Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2084450Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2085740Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2086990Z copying torch/include/ATen/ops/sparse_resize_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2088350Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2089620Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2090910Z copying torch/include/ATen/ops/upsample_trilinear3d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2092170Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2093390Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2094620Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2095890Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2097310Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2098470Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2099780Z copying torch/include/ATen/ops/log1p_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2101290Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2102730Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2104270Z copying torch/include/ATen/ops/sym_numel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2105280Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2106630Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2107840Z copying torch/include/ATen/ops/masked_select.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2109040Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2110420Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2111650Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2112820Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2114020Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2115550Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2116700Z copying torch/include/ATen/ops/view.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2118140Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2119320Z copying torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2120720Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2121970Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2123450Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2125630Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2126670Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2128200Z copying torch/include/ATen/ops/linspace.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2129630Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2130940Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2132210Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2133460Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2134960Z copying torch/include/ATen/ops/_scaled_mm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2136130Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2137330Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2138640Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2139900Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2141140Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2142510Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2143890Z copying torch/include/ATen/ops/deg2rad_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2145220Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2146410Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2147660Z copying torch/include/ATen/ops/mean_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2149110Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2150300Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2151690Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2152820Z copying torch/include/ATen/ops/round_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2154100Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2155360Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2156520Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2158040Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2159720Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2160530Z copying torch/include/ATen/ops/select_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2161700Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2163120Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2164370Z copying torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2165760Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2167010Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2168540Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2169550Z copying torch/include/ATen/ops/diag_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2170910Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2172190Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2173520Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2174790Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2175910Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2177360Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2178830Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2179970Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2181340Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2182530Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2184030Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2185110Z copying torch/include/ATen/ops/detach.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2186390Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2188220Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2189090Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2190380Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2191640Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2192980Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2194290Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2195600Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2196870Z copying torch/include/ATen/ops/expand.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2198170Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2199470Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2200920Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2202200Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2204490Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2205820Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2207130Z copying torch/include/ATen/ops/ger_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2208540Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2210010Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2211190Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2212470Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2213630Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2214910Z copying torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2216070Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2217290Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2218560Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2219990Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2221090Z copying torch/include/ATen/ops/slice_inverse_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2222420Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2223710Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2224900Z copying torch/include/ATen/ops/threshold.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2226120Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2227380Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2228730Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2229930Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2231100Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2232290Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2233590Z copying torch/include/ATen/ops/_grouped_mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2234840Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2236080Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2237290Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2238470Z copying torch/include/ATen/ops/_foreach_pow.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2239710Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2241000Z copying torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2242290Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2243540Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2244770Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2245950Z copying torch/include/ATen/ops/median_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2247150Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2248430Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2249610Z copying torch/include/ATen/ops/ceil_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2250810Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2252120Z copying torch/include/ATen/ops/full_like.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2253250Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2254500Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2255680Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2256930Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2258110Z copying torch/include/ATen/ops/fmax_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2259350Z copying torch/include/ATen/ops/refine_names.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2260600Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2261870Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2263320Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2264570Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2265810Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2267040Z copying torch/include/ATen/ops/special_modified_bessel_k1_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2268280Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2269610Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2270790Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2272070Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2273260Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2274560Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2275950Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2277140Z copying torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2278450Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2279740Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2281020Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2282300Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2283570Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2285010Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2286070Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2287310Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2288470Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2289780Z copying torch/include/ATen/ops/slice_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2290990Z copying torch/include/ATen/ops/add_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2292170Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2293470Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2294760Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2295980Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2297240Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2298470Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2299750Z copying torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2301150Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2302290Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2303470Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2304720Z copying torch/include/ATen/ops/istft_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2305980Z copying torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2307130Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2308340Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2309610Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2310850Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2312020Z copying torch/include/ATen/ops/acos_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2313280Z copying torch/include/ATen/ops/log10_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2314530Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2315740Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2317050Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2318270Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2319480Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2320690Z copying torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2321830Z copying torch/include/ATen/ops/prod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2323110Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2324330Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2325640Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2326810Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2328090Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2329280Z copying torch/include/ATen/ops/unfold.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2330550Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2331680Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2333050Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2334320Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2335530Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2336760Z copying torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2337960Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2339230Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2340420Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2341770Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2342940Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2344210Z copying torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2345550Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2346820Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2348010Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2349820Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2350760Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2351830Z copying torch/include/ATen/ops/diagflat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2353110Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2354380Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2355630Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2356790Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2358050Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2359300Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2360550Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2361720Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2363000Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2364260Z copying torch/include/ATen/ops/arange_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2365470Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2366660Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2367840Z copying torch/include/ATen/ops/_fused_rms_norm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2369120Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2370370Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2371530Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2372780Z copying torch/include/ATen/ops/_weight_int4pack_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2374080Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2375320Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2376490Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2377950Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2379120Z copying torch/include/ATen/ops/std_mean.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2380420Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2381540Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2382940Z copying torch/include/ATen/ops/hardshrink_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2384120Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2385300Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2386480Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2387710Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2389140Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2390280Z copying torch/include/ATen/ops/linalg_lu_factor_ex_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2391450Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2392710Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2393920Z copying torch/include/ATen/ops/empty.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2395320Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2396460Z copying torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2397720Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2398970Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2400130Z copying torch/include/ATen/ops/ger.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2401290Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2402920Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2404380Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2405850Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2406950Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2408200Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2409460Z copying torch/include/ATen/ops/imag_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2410770Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2412090Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2413350Z copying torch/include/ATen/ops/special_bessel_y1_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2414530Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2415970Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2417050Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2418220Z copying torch/include/ATen/ops/copysign.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2419460Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2420800Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2421970Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2423200Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2424540Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2425720Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2427000Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2428230Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2429450Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2430780Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2432040Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2433200Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2434390Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2435680Z copying torch/include/ATen/ops/_make_dep_token_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2436970Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2438120Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2439410Z copying torch/include/ATen/ops/sinh_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2440670Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2441950Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2443120Z copying torch/include/ATen/ops/le_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2444440Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2445690Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2446930Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2448280Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2449430Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2450710Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2451970Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2453120Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2454460Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2455790Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2457350Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2458480Z copying torch/include/ATen/ops/cosh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2459750Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2461020Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2462210Z copying torch/include/ATen/ops/concat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2463370Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2464690Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2466040Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2467260Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2468380Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2469630Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2470870Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2472010Z copying torch/include/ATen/ops/nonzero.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2473180Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2474410Z copying torch/include/ATen/ops/negative_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2475610Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2476810Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2478150Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2479350Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2480700Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2481930Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2483310Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2484410Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2485680Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2487000Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2488360Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2489510Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2490750Z copying torch/include/ATen/ops/as_strided.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2491980Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2493150Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2494340Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2495630Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2496850Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2498040Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2499340Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2500570Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2501760Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2502980Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2504230Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2505530Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2506850Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2508360Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2509890Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2511280Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2517020Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2517680Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2518380Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2519050Z copying torch/include/ATen/ops/isnan.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2519600Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2520230Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2520860Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2522220Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2523550Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2524860Z copying torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2526170Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2527560Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2528920Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2530240Z copying torch/include/ATen/ops/_weight_int8pack_mm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2531380Z copying torch/include/ATen/ops/_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2532690Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2533940Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2535170Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2536520Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2537860Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2539000Z copying torch/include/ATen/ops/tanh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2540210Z copying torch/include/ATen/ops/cumprod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2541440Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2542700Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2543990Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2545430Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2546730Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2548060Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2549210Z copying torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2550590Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2551790Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2553080Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2554240Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2555440Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2556740Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2558010Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2559180Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2560380Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2561670Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2562960Z copying torch/include/ATen/ops/special_entr_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2564190Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2565360Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2566600Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2567930Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2569040Z copying torch/include/ATen/ops/lerp_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2570390Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2571590Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2572860Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2574130Z copying torch/include/ATen/ops/topk_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2575350Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2576730Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2577910Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2579150Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2580470Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2581750Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2582940Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2584080Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2585290Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2586560Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2587810Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2589000Z copying torch/include/ATen/ops/vdot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2590200Z copying torch/include/ATen/ops/_grouped_mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2591530Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2592740Z copying torch/include/ATen/ops/any_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2594090Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2595240Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2596440Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2597670Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2598930Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2600130Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2601520Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2602660Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2603870Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2605120Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2606360Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2607580Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2608820Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2610140Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2611470Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2612680Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2614100Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2615360Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2616540Z copying torch/include/ATen/ops/renorm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2617950Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2619180Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2620730Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2622190Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2623410Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2624650Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2625870Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2627100Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2628470Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2629540Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2630820Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2632040Z copying torch/include/ATen/ops/angle_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2633510Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2634630Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2635880Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2637100Z copying torch/include/ATen/ops/relu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2638510Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2639670Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2640830Z copying torch/include/ATen/ops/item_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2642090Z copying torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2643510Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2644620Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2645850Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2647140Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2648640Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2649850Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2651030Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2652290Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2653700Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2655150Z copying torch/include/ATen/ops/rshift.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2656390Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2657670Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2658800Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2660030Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2661380Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2662550Z copying torch/include/ATen/ops/mish.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2663800Z copying torch/include/ATen/ops/subtract.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2664950Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2666310Z copying torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2667400Z copying torch/include/ATen/ops/amin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2668650Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2669900Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2671200Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2672420Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2673650Z copying torch/include/ATen/ops/indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2675810Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2677250Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2678680Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2680000Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2681210Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2682520Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2684030Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2685160Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2686460Z copying torch/include/ATen/ops/dense_dim_sparsecsrmps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2687710Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2688980Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2690260Z copying torch/include/ATen/ops/_cummax_helper_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2691490Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2692810Z copying torch/include/ATen/ops/le_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2694060Z copying torch/include/ATen/ops/mean_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2695270Z copying torch/include/ATen/ops/is_inference.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2696570Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2697790Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2699000Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2700140Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2701490Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2702820Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2703960Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2705250Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2706720Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2707960Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2709160Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2710360Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2711680Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2713000Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2714350Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2715630Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2716820Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2718170Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2719470Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2720540Z copying torch/include/ATen/ops/align_as.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2721810Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2723190Z copying torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2724520Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2725730Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2726970Z copying torch/include/ATen/ops/narrow.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2728300Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2729460Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2730700Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2731990Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2733410Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2734560Z copying torch/include/ATen/ops/var_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2735690Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2736940Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2738350Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2739420Z copying torch/include/ATen/ops/dot_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2740650Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2741970Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2743170Z copying torch/include/ATen/ops/resize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2744440Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2745640Z copying torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2746790Z copying torch/include/ATen/ops/erfc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2748140Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2749320Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2750590Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2751770Z copying torch/include/ATen/ops/digamma_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2753080Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2754170Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2755520Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2756710Z copying torch/include/ATen/ops/col_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2757980Z copying torch/include/ATen/ops/tile_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2759150Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2760350Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2761580Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2762870Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2764050Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2765250Z copying torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2766420Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2767810Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2769450Z copying torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2770220Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2771470Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2772800Z copying torch/include/ATen/ops/sym_storage_offset_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2773880Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2775120Z copying torch/include/ATen/ops/quantized_max_pool3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2776340Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2777540Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2778710Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2779910Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2781190Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2782390Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2783590Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2784880Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2786070Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2787370Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2788640Z copying torch/include/ATen/ops/special_modified_bessel_i0_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2789850Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2791260Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2792420Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2793590Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2794710Z copying torch/include/ATen/ops/le.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2796030Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2797240Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2798560Z copying torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2799740Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2800990Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2802400Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2803600Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2805160Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2806400Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2807580Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2808880Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2810140Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2811320Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2812610Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2813810Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2815040Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2816290Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2817640Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2818790Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2820000Z copying torch/include/ATen/ops/split_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2821140Z copying torch/include/ATen/ops/empty_permuted.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2822360Z copying torch/include/ATen/ops/smm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2823740Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2825120Z copying torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2826220Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2827490Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2828710Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2829980Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2831240Z copying torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2832410Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2833580Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2834890Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2836110Z copying torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2837390Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2838600Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2839870Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2841090Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2842390Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2847770Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2848400Z copying torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2849080Z copying torch/include/ATen/ops/zero_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2849630Z copying torch/include/ATen/ops/frac.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2850150Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2850700Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2851340Z copying torch/include/ATen/ops/amin_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2852260Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2853550Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2854870Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2856080Z copying torch/include/ATen/ops/indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2857420Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2858580Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2859920Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2861120Z copying torch/include/ATen/ops/histc_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2862470Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2863600Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2864910Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2866120Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2867530Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2868820Z copying torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2870100Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2871250Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2872520Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2873730Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2875050Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2876320Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2877500Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2878720Z copying torch/include/ATen/ops/erf_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2880010Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2881420Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2882570Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2883920Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2885180Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2886260Z copying torch/include/ATen/ops/eye.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2887430Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2888690Z copying torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2889960Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2891330Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2892400Z copying torch/include/ATen/ops/silu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2893680Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2894880Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2896070Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2897290Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2898540Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2899890Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2901220Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2902400Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2903630Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2904990Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2906110Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2907310Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2908560Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2909850Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2911100Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2912250Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2913500Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2914750Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2915980Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2917320Z copying torch/include/ATen/ops/_scaled_grouped_mm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2918530Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2919940Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2921150Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2922430Z copying torch/include/ATen/ops/frac_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2923860Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2925600Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2926850Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2928370Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2930180Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2931680Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2933100Z copying torch/include/ATen/ops/sgn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2934610Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2936030Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2937540Z copying torch/include/ATen/ops/glu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2939060Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2940650Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2941960Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2943390Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2944670Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2946110Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2947230Z copying torch/include/ATen/ops/sum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2948560Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2949790Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2951260Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2952480Z copying torch/include/ATen/ops/inner_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2953980Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2955180Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2956510Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2957740Z copying torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2958980Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2960250Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2961530Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2962910Z copying torch/include/ATen/ops/_to_sparse_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2964300Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2965450Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2966780Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2968240Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2969410Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2970610Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2971910Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2973030Z copying torch/include/ATen/ops/floor_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2974380Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2975580Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2976770Z copying torch/include/ATen/ops/values.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2978090Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2979420Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2980730Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2982050Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2983200Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2984500Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2985710Z copying torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2986920Z copying torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2988200Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2989380Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2990800Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2991920Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2993140Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2994350Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2995590Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2996690Z copying torch/include/ATen/ops/to.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2997920Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.2999190Z copying torch/include/ATen/ops/angle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3000500Z copying torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3001680Z copying torch/include/ATen/ops/allclose.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3002920Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3004130Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3005440Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3006560Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3007900Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3009120Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3010320Z copying torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3011530Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3012770Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3014100Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3015350Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3016570Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3017900Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3019180Z copying torch/include/ATen/ops/values_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3020600Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3021720Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3023020Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3024280Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3025520Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3026720Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3028020Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3029320Z copying torch/include/ATen/ops/to_dense.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3030510Z copying torch/include/ATen/ops/fmin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3031730Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3032970Z copying torch/include/ATen/ops/scatter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3034270Z copying torch/include/ATen/ops/scaled_dot_product_attention.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3035540Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3036710Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3038000Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3039240Z copying torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3040440Z copying torch/include/ATen/ops/_foreach_rsqrt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3041650Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3042960Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3044150Z copying torch/include/ATen/ops/mul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3045410Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3046560Z copying torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3047870Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3049180Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3050360Z copying torch/include/ATen/ops/_nested_from_padded_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3051530Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3052950Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3054140Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3055270Z copying torch/include/ATen/ops/gcd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3056460Z copying torch/include/ATen/ops/_dimV.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3057720Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3059040Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3060320Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3061460Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3062720Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3064070Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3065220Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3066340Z copying torch/include/ATen/ops/asin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3067670Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3068870Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3070120Z copying torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3076180Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3077230Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3078730Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3084040Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3085100Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3092300Z copying torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3093570Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3094770Z copying torch/include/ATen/ops/qr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3100240Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3101740Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3107550Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3110280Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3111410Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3117240Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3118170Z copying torch/include/ATen/ops/_wrapped_linear_prepack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3124770Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3125810Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3132980Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3134250Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3135500Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3140870Z copying torch/include/ATen/ops/ldexp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3142390Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3149100Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3149950Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3151300Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3156390Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3157970Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3164630Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3165640Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3172250Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3173260Z copying torch/include/ATen/ops/randperm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3174490Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3180270Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3181820Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3188880Z copying torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3189770Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3191140Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3196940Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3197830Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3205370Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3206600Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3213290Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3214220Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3215370Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3220720Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3222200Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3228380Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3229210Z copying torch/include/ATen/ops/random_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3230560Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3237720Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3238630Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3246100Z copying torch/include/ATen/ops/special_entr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3247200Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3254700Z copying torch/include/ATen/ops/erf_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3255620Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3256890Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3262830Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3263660Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3271230Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3272090Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3273400Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3282090Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3283150Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3284490Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3292350Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3299700Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3302760Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3306430Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3307960Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3310960Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3314920Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3318080Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3321770Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3325540Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3329270Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3332210Z copying torch/include/ATen/ops/gt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3333270Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3338490Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3340990Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3347810Z copying torch/include/ATen/ops/relu_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3348610Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3354730Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3355860Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3356990Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3363180Z copying torch/include/ATen/ops/logical_and.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3364260Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3370590Z copying torch/include/ATen/ops/diff.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3371860Z copying torch/include/ATen/ops/round_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3377980Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3379000Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3380420Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3386770Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3387770Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3394590Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3395460Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3402820Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3403760Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3404930Z copying torch/include/ATen/ops/hash_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3411160Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3412120Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3418800Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3419600Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3420900Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3426620Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3428100Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3434290Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3435890Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3441740Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3443100Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3444420Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3451350Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3452280Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3458760Z copying torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3459600Z copying torch/include/ATen/ops/_to_sparse_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3466770Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3467810Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3468950Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3474810Z copying torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3476110Z copying torch/include/ATen/ops/_is_all_true_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3482060Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3482950Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3484190Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3489890Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3490790Z copying torch/include/ATen/ops/msort.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3497530Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3498830Z copying torch/include/ATen/ops/hstack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3504760Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3506240Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3507440Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3514340Z copying torch/include/ATen/ops/var_mean.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3515480Z copying torch/include/ATen/ops/special_xlog1py_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3521990Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3523200Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3530650Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3531560Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3532830Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3538180Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3539580Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3546580Z copying torch/include/ATen/ops/_fused_adamw_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3548040Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3548890Z copying torch/include/ATen/ops/fix_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3554590Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3555900Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3562650Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3567990Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3568530Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3569660Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3577710Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3579020Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3580460Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3587870Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3588610Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3593290Z copying torch/include/ATen/ops/cos_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3594740Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3596350Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3597640Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3603130Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3611340Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3612230Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3619340Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3620360Z copying torch/include/ATen/ops/sym_stride.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3621600Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3627170Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3628700Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3634750Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3637840Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3644060Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3645250Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3652290Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3652930Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3659960Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3660980Z copying torch/include/ATen/ops/randn_like.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3662250Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3667690Z copying torch/include/ATen/ops/dstack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3669120Z copying torch/include/ATen/ops/_to_sparse_csc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3675560Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3676300Z copying torch/include/ATen/ops/_int_mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3677540Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3682910Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3684140Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3691680Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3692980Z copying torch/include/ATen/ops/trace.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3699290Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3700460Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3707020Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3707970Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3714170Z copying torch/include/ATen/ops/_grouped_mm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3716420Z copying torch/include/ATen/ops/gru_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3722950Z copying torch/include/ATen/ops/_cudnn_attention_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3724070Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3725340Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3730960Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3731800Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3738230Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3739790Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3741050Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3747970Z copying torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3756450Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3757360Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3763130Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3764330Z copying torch/include/ATen/ops/_spsolve.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3765720Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3771700Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3773090Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3779390Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3781010Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3782360Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3787730Z copying torch/include/ATen/ops/trapz.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3788660Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3791330Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3797380Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3798290Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3805280Z copying torch/include/ATen/ops/dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3806780Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3813060Z copying torch/include/ATen/ops/randperm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3814320Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3815500Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3821570Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3822410Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3829370Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3830200Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3831420Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3837340Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3838140Z copying torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3844280Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3846730Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3852090Z copying torch/include/ATen/ops/elu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3852930Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3855650Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3859320Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3860380Z copying torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3865670Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3868750Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3874090Z copying torch/include/ATen/ops/index_select_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3874970Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3878050Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3883240Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3886410Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3890680Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3891780Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3895730Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3900170Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3904080Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3905020Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3910170Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3912520Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3918560Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3919840Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3921010Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3926430Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3929270Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3934300Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3935310Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3937850Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3943170Z copying torch/include/ATen/ops/minimum_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3946350Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3951260Z copying torch/include/ATen/ops/resize_as.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3952330Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3955180Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3960120Z copying torch/include/ATen/ops/or.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3963170Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3964240Z copying torch/include/ATen/ops/cumsum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3970480Z copying torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3971670Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3978530Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3979380Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3986030Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3987650Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3988990Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.3995640Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4001090Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4002830Z copying torch/include/ATen/ops/mode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4004210Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4010230Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4011500Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4018070Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4018790Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4020400Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4026970Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4034530Z copying torch/include/ATen/ops/hash_tensor_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4036890Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4041450Z copying torch/include/ATen/ops/hash_tensor_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4042960Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4044220Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4050040Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4050860Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4057980Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4058950Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4065850Z copying torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4066900Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4068070Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4073270Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4074610Z copying torch/include/ATen/ops/asin_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4080810Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4082040Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4088740Z copying torch/include/ATen/ops/vsplit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4089920Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4091420Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4096460Z copying torch/include/ATen/ops/nanmedian_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4097370Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4103820Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4105800Z copying torch/include/ATen/ops/atan.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4112120Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4113210Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4114900Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4119620Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4120590Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4124600Z copying torch/include/ATen/ops/_is_all_true.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4133330Z copying torch/include/ATen/ops/le_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4136420Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4137470Z copying torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4142590Z copying torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4144930Z copying torch/include/ATen/ops/index_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4149770Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4151320Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4157860Z copying torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4159030Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4165910Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4166900Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4168130Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4173450Z copying torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4175850Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4180990Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4182230Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4184050Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4189640Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4190880Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4197230Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4198700Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4205340Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4206310Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4208030Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4213850Z copying torch/include/ATen/ops/_unsafe_index_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4215310Z copying torch/include/ATen/ops/_conj_physical_sparsecsrmps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4221570Z copying torch/include/ATen/ops/cos_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4223030Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4224420Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4231000Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4231990Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4238870Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4240080Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4246810Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4247840Z copying torch/include/ATen/ops/eq.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4249040Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4254780Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4257040Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4262400Z copying torch/include/ATen/ops/_fused_rms_norm_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4265510Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4270150Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4271410Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4274560Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4279680Z copying torch/include/ATen/ops/_to_sparse_bsc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4283470Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4287290Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4288220Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4292150Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4295230Z copying torch/include/ATen/ops/addr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4300310Z copying torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4301440Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4305030Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4310610Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4312900Z copying torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4317600Z copying torch/include/ATen/ops/_fused_rms_norm_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4318590Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4322110Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4326410Z copying torch/include/ATen/ops/_scaled_grouped_mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4330260Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4331290Z copying torch/include/ATen/ops/var_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4335850Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4338990Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4343190Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4344640Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4348960Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4357540Z copying torch/include/ATen/ops/var_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4358540Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4363330Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4365800Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4370810Z copying torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4371600Z copying torch/include/ATen/ops/_scaled_mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4373500Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4376760Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4379180Z copying torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4380430Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4386530Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4387620Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4393750Z copying torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4394860Z copying torch/include/ATen/ops/bmm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4402830Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4403970Z copying torch/include/ATen/ops/batch_norm_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4410490Z copying torch/include/ATen/ops/log.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4411390Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4417830Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4419150Z copying torch/include/ATen/ops/new_full.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4425000Z copying torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4425740Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4426960Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4433760Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4434660Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4441630Z copying torch/include/ATen/ops/clip.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4443110Z copying torch/include/ATen/ops/reshape.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4449450Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4450450Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4451880Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4457110Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4458100Z copying torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4465560Z copying torch/include/ATen/ops/isneginf_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4466550Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4473620Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4474410Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4481220Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4488550Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4489960Z copying torch/include/ATen/ops/sgn_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4491180Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4496680Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4497570Z copying torch/include/ATen/ops/atan_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4504840Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4506140Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4512990Z copying torch/include/ATen/ops/int_repr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4513850Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4515070Z copying torch/include/ATen/ops/column_stack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4520590Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4521650Z copying torch/include/ATen/ops/minimum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4527920Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4529320Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4535760Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4536870Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4538200Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4544510Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4545500Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4552260Z copying torch/include/ATen/ops/real_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4553800Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4555120Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4560250Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4561630Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4568120Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4569540Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4570810Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4577210Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4578280Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4584450Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4586890Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4592100Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4593290Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4594660Z copying torch/include/ATen/ops/gt_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4600040Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4601150Z copying torch/include/ATen/ops/normal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4607810Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4609270Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4615560Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4616670Z copying torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4617910Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4624700Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4626080Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4632120Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4640170Z copying torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4641210Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4642530Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4647790Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4649700Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4655570Z copying torch/include/ATen/ops/sym_constrain_range_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4656390Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4658010Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4663430Z copying torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4664530Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4670930Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4672350Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4679200Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4680380Z copying torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4681620Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4687610Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4688460Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4695510Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4696820Z copying torch/include/ATen/ops/square.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4698150Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4703990Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4705190Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4711620Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4713520Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4714650Z copying torch/include/ATen/ops/cdist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4721180Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4722250Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4730270Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4731220Z copying torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4737490Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4738810Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4739910Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4744830Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4746240Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4747730Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4754160Z copying torch/include/ATen/ops/cummax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4755410Z copying torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4761760Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4769600Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4770740Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4772220Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4777270Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4785040Z copying torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4785920Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4787140Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4793830Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4794800Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4801570Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4803090Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4809680Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4810750Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4812030Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4817460Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4818310Z copying torch/include/ATen/ops/unfold_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4825540Z copying torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4826390Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4827650Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4833190Z copying torch/include/ATen/ops/norm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4835130Z copying torch/include/ATen/ops/trunc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4841280Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4842720Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4843870Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4850880Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4851780Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4858430Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4859680Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4866530Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4867720Z copying torch/include/ATen/ops/scatter_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4868960Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4874570Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4875490Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4882420Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4883260Z copying torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4884420Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4890070Z copying torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4891430Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4897510Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4898860Z copying torch/include/ATen/ops/special_expit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4905160Z copying torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4906040Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4907650Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4913570Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4914750Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4921940Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4922650Z copying torch/include/ATen/ops/rename.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4930030Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4984400Z copying torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4985500Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4986890Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4988070Z copying torch/include/ATen/ops/xor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4989290Z copying torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4990510Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4992890Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4993840Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4995300Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4996460Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4998040Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.4999450Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5000870Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5002050Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5003290Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5004570Z copying torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5005780Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5007020Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5008240Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5009390Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5010710Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5011950Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5013190Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5014360Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5015820Z copying torch/include/ATen/ops/vander.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5018710Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5024120Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5025180Z copying torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5026720Z copying torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5033910Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5034840Z copying torch/include/ATen/ops/signbit_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5041310Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5042600Z copying torch/include/ATen/ops/add_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5048970Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5049890Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5051240Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5056880Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5057920Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5064850Z copying torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5067040Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5072230Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5073380Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5074630Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5080340Z copying torch/include/ATen/ops/_lazy_clone_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5081310Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5088540Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5089400Z copying torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5096270Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5097470Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5099050Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5106560Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5112500Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5113650Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5114890Z copying torch/include/ATen/ops/_make_dep_token_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5120340Z copying torch/include/ATen/ops/special_zeta_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5121320Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5128780Z copying torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5129580Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5136660Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5137740Z copying torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5139070Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5143870Z copying torch/include/ATen/ops/trunc_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5144730Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5151660Z copying torch/include/ATen/ops/trace_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5152510Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5159240Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5160280Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5161540Z copying torch/include/ATen/ops/one_hot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5167610Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5168530Z copying torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5175150Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5176240Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5182930Z copying torch/include/ATen/ops/_nested_from_padded_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5184110Z copying torch/include/ATen/ops/randint.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5185650Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5190930Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5191980Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5194700Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5200000Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5201080Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5207310Z copying torch/include/ATen/ops/sym_constrain_range.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5208460Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5215920Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5216910Z copying torch/include/ATen/ops/glu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5218210Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5223790Z copying torch/include/ATen/ops/diag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5225560Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5231720Z copying torch/include/ATen/ops/gather_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5232680Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5234020Z copying torch/include/ATen/ops/median.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5240560Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5241490Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5249560Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5250540Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5256490Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5257430Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5258930Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5264040Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5265010Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5268110Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5273050Z copying torch/include/ATen/ops/celu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5274280Z copying torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5280560Z copying torch/include/ATen/ops/addr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5288470Z copying torch/include/ATen/ops/where.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5289380Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5290780Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5297560Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5298450Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5304630Z copying torch/include/ATen/ops/hash_tensor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5305630Z copying torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5312050Z copying torch/include/ATen/ops/embedding.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5313050Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5314410Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5321400Z copying torch/include/ATen/ops/sym_size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5322460Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5330380Z copying torch/include/ATen/ops/relu6.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5331420Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5338250Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5339410Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5340590Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5345970Z copying torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5346860Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5348150Z copying torch/include/ATen/ops/range_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5354280Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5355100Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5362510Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5363340Z copying torch/include/ATen/ops/bmm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5369970Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5371050Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5372520Z copying torch/include/ATen/ops/triu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5378240Z copying torch/include/ATen/ops/negative.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5379110Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5386090Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5387110Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5388380Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5393630Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5394510Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5401430Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5402900Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5409790Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5410720Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5411970Z copying torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5417320Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5418750Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5429610Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5430040Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5430330Z copying torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5434290Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5435270Z copying torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5441550Z copying torch/include/ATen/ops/argmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5442690Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5450580Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5451580Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5457580Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5458610Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5465490Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5466990Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5473430Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5474420Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5475680Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5481170Z copying torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5482440Z copying torch/include/ATen/ops/polar_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5489310Z copying torch/include/ATen/ops/square_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5490140Z copying torch/include/ATen/ops/argsort.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5491300Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5497430Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5498830Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5505360Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5506210Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5507650Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5514950Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5515940Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5522640Z copying torch/include/ATen/ops/mean.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5523550Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5530570Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5531580Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5532780Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5538190Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5539180Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5540370Z copying torch/include/ATen/ops/chalf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5548240Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5549260Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5556010Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5557150Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5563950Z copying torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5564930Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5566220Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5571660Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5572760Z copying torch/include/ATen/ops/frexp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5579740Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5580850Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5582110Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5587770Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5588670Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5596340Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5597360Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5598690Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5603750Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5605150Z copying torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5611090Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5612620Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5614150Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5620310Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5621780Z copying torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5628030Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5629400Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5635540Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5636530Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5638180Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5643720Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5644870Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5651290Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5652530Z copying torch/include/ATen/ops/_make_dep_token.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5658910Z copying torch/include/ATen/ops/complex_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5660460Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5662550Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5666540Z copying torch/include/ATen/ops/dense_dim_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5667810Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5676280Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5683490Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5684750Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5689880Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5692150Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5698150Z copying torch/include/ATen/ops/nansum_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5699180Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5705770Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5706940Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5708430Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5721040Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5730590Z copying torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5936130Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5936390Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5936650Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.5936910Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8852900Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8854730Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8855660Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8856370Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8856940Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8857680Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8858380Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8859040Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8859600Z copying torch/include/ATen/ops/max_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8860150Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8860920Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8861620Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8862250Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8955550Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8956570Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8957260Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8957840Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8958470Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8959100Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8959670Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8960390Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8961120Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8962140Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8962800Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8963360Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8964000Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8964780Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8965390Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8965960Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8966580Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8967200Z copying torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8967870Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8968470Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8969100Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8969680Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8970200Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8970770Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8971430Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8972090Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8973200Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8973960Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8974710Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8975260Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8975850Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8976420Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8976960Z copying torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8977480Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8978070Z copying torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8978870Z copying torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8979400Z copying torch/include/ATen/ops/stft.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8979980Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8980770Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8981510Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8982190Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8982850Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.8983420Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9529620Z copying torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9530400Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9531210Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9531910Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9532600Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9533280Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9533930Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9534560Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9535120Z copying torch/include/ATen/ops/to_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9535930Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9536820Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9537600Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9538260Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9538860Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9539470Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9540210Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9541000Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9541760Z copying torch/include/ATen/ops/add_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9542410Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9543080Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9543710Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9544490Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9545190Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9545780Z copying torch/include/ATen/ops/stack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9546330Z copying torch/include/ATen/ops/isin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9546940Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9547680Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9548310Z copying torch/include/ATen/ops/svd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9548920Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9549540Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9550100Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9550670Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9551270Z copying torch/include/ATen/ops/addmm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9551920Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9552630Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9553340Z copying torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9554100Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9554850Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9555640Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9556520Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9557330Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9557930Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9558690Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9559560Z copying torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9560200Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9560790Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9561440Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9562220Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9562940Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9563670Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9564360Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9564950Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9565610Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9566250Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9566870Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9567530Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9568270Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9569110Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9569810Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9570480Z copying torch/include/ATen/ops/_nested_get_values.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9571160Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9571880Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9572500Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9573210Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9573910Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9574680Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9575620Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9576390Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9577070Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9577780Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9578490Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9579150Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9579870Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9580570Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9581260Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9582060Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9582790Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9583420Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9584080Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9584730Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9585400Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9586040Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9586690Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9587440Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9588150Z copying torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9588930Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9589710Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9590530Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9591310Z copying torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9591970Z copying torch/include/ATen/ops/_prelu_kernel_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9592590Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9593220Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9593790Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9594520Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9595120Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9595650Z copying torch/include/ATen/ops/kron.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9596220Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9596890Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9597480Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9598070Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9598600Z copying torch/include/ATen/ops/tril.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9599200Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9599820Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9600600Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9601440Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9602080Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9602660Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9610980Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9611620Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9612250Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9612930Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9613650Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9614270Z copying torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9614890Z copying torch/include/ATen/ops/hardshrink_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9615530Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9616180Z copying torch/include/ATen/ops/sym_stride_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9616750Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9617380Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9618010Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9618670Z copying torch/include/ATen/ops/elu_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9619260Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9619980Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9620660Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9621300Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9621910Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9622500Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9623040Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9623650Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9624290Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9624970Z copying torch/include/ATen/ops/max_pool2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9625530Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9626100Z copying torch/include/ATen/ops/kthvalue_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9626680Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9627240Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9627810Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9628390Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9629110Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9629880Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9630500Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9631060Z copying torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9631680Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9632260Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9632850Z copying torch/include/ATen/ops/roll_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9633410Z copying torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9633960Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9634540Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9635230Z copying torch/include/ATen/ops/linear_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9635840Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9636530Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9637200Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9637830Z copying torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9638380Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9638950Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9639550Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9640130Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9640710Z copying torch/include/ATen/ops/conj_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9641370Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9642000Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9642530Z copying torch/include/ATen/ops/_unsafe_index.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9643080Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9643660Z copying torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9644260Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9644870Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9645410Z copying torch/include/ATen/ops/_unique2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9646000Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9646550Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9647110Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9647740Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9648420Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9649010Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9649540Z copying torch/include/ATen/ops/empty_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9650210Z copying torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9650850Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9651500Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9652080Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9652680Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9653510Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9654330Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9654980Z copying torch/include/ATen/ops/size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9655550Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9656160Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9656720Z copying torch/include/ATen/ops/special_psi.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9657300Z copying torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9657850Z copying torch/include/ATen/ops/addcmul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9658390Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9658970Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9659570Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9660160Z copying torch/include/ATen/ops/exp2_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9660710Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9661270Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9661880Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9662520Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9663090Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9663640Z copying torch/include/ATen/ops/range_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9664180Z copying torch/include/ATen/ops/isinf_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9664800Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9665420Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9666020Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9666640Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9667440Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9668140Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9668700Z copying torch/include/ATen/ops/bincount.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9669340Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9670040Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9670710Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9671470Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9672120Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9672720Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9673380Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9673990Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9674590Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9675190Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9675770Z copying torch/include/ATen/ops/split_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9676360Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9676980Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9677540Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9678040Z copying torch/include/ATen/ops/imag.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9678600Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9679150Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9679680Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9680170Z copying torch/include/ATen/ops/erf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9680730Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9681360Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9681910Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9682470Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9683080Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9683700Z copying torch/include/ATen/ops/fill_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9684380Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9685110Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9685690Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9686310Z copying torch/include/ATen/ops/rms_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9686860Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9687470Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9688050Z copying torch/include/ATen/ops/fliplr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9688600Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9689250Z copying torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9689870Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9690580Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9691300Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9691990Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9692650Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9693200Z copying torch/include/ATen/ops/log10.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9693740Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9694340Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9694910Z copying torch/include/ATen/ops/masked_scatter_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9695470Z copying torch/include/ATen/ops/i0_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9696090Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9696770Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9697340Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9701130Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9702010Z copying torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9704020Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9707330Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9717060Z copying torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9718600Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9721360Z copying torch/include/ATen/ops/softplus_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9725210Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9726090Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9727370Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9733710Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9734550Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9740990Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9742630Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9749000Z copying torch/include/ATen/ops/erfinv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9749860Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9751200Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9757000Z copying torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9757930Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9765430Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9766780Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9773470Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9774690Z copying torch/include/ATen/ops/coalesce.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9775970Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9782270Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9783230Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9789780Z copying torch/include/ATen/ops/expm1_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9790730Z copying torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9792060Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9797380Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9800170Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9805220Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9806520Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9807920Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9814480Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9815470Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9822390Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9823250Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9830180Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9831280Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9832540Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9838620Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9839810Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:33.9846690Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0051200Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0052500Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0056230Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0057250Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0058640Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0061600Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0063040Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0064300Z copying torch/include/ATen/ops/contiguous.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0065780Z copying torch/include/ATen/ops/view_as.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0067310Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0068570Z copying torch/include/ATen/ops/group_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0069910Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0071290Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0072580Z copying torch/include/ATen/ops/max_pool2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0073840Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0075560Z copying torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0076760Z copying torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0078140Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0079420Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0080670Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0082110Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0083470Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0084710Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0086060Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0087410Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0088700Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0089980Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0091350Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0092870Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0094020Z copying torch/include/ATen/ops/norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0095330Z copying torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0096700Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0098070Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0099420Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0100680Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0102130Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0103220Z copying torch/include/ATen/ops/rand.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0104840Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0106090Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0107480Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0108750Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0110200Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0111800Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0113190Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0114930Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0116320Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0117580Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0118860Z copying torch/include/ATen/ops/_nested_get_values_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0120380Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0121680Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0123100Z copying torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0124460Z copying torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0125920Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0127190Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0128570Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0130070Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0131260Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0132690Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0134340Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0135830Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0136830Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0138110Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0139440Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0140930Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0142020Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0143450Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0144780Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0146150Z copying torch/include/ATen/ops/isnan_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0147440Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0148860Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0150060Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0151410Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0152800Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0154200Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0155450Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0156810Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0158330Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0159960Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0160740Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0162150Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0163410Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0164710Z copying torch/include/ATen/ops/round_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0165970Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0172310Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0173740Z copying torch/include/ATen/ops/upsample_nearest3d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0175050Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0180770Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0181810Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0188050Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0189640Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0196150Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0197030Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0198530Z copying torch/include/ATen/ops/permute_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0209850Z copying torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0210600Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0214220Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0215190Z copying torch/include/ATen/ops/row_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0222740Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0224760Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0226540Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0232270Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0236520Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0239500Z copying torch/include/ATen/ops/histogram.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0240820Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0246580Z copying torch/include/ATen/ops/special_i0e_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0247890Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0254330Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0256150Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0263010Z copying torch/include/ATen/ops/igamma_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0264150Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0265490Z copying torch/include/ATen/ops/_functional_assert_async_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0271140Z copying torch/include/ATen/ops/avg_pool3d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0272110Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0278430Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0279710Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0286820Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0287900Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0289320Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0295250Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0296440Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0303500Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0304290Z copying torch/include/ATen/ops/view_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0305770Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0311050Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0312130Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0319750Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0321030Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0322060Z copying torch/include/ATen/ops/cauchy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0327960Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0328950Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0336030Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0336960Z copying torch/include/ATen/ops/atanh_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0344030Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0345080Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0346610Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0351470Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0352660Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0359300Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0360670Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0366610Z copying torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0368530Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0376810Z copying torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0377940Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0384740Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0385720Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0392680Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0393700Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0399930Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0401150Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0402410Z copying torch/include/ATen/ops/bilinear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0408690Z copying torch/include/ATen/ops/max_unpool2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0411650Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0417460Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0418460Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0419840Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0424840Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0425960Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0428870Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0433360Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0437420Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0438330Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0443000Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0446330Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0451330Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0452310Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0455600Z copying torch/include/ATen/ops/outer_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0460870Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0462440Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0463950Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0470590Z copying torch/include/ATen/ops/adjoint.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0471640Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0478610Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0479540Z copying torch/include/ATen/ops/flipud.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0486310Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0487260Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0488740Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0494530Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0691780Z copying torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0693080Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0694170Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0695460Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0696830Z copying torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0698150Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0699530Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0700710Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0701980Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0703960Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0704830Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0706030Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0707350Z copying torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0708780Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0709850Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0711200Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0712490Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0713800Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0715030Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0716410Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0717610Z copying torch/include/ATen/ops/dot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0719320Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0720470Z copying torch/include/ATen/ops/view_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0721840Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0723100Z copying torch/include/ATen/ops/angle_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0724450Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0725760Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0727060Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0728380Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0729870Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0731150Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0732550Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0733950Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0735730Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0736730Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0738200Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0739440Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0740720Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0742150Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0743530Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0744870Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0746290Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0747620Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0748930Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0750180Z copying torch/include/ATen/ops/log1p_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0751550Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0752780Z copying torch/include/ATen/ops/_fused_sgd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0754170Z copying torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0755410Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0756590Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0757810Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0759040Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0760400Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0761570Z copying torch/include/ATen/ops/max.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0763080Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0764280Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0765600Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0766860Z copying torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0768140Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0769450Z copying torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0770720Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0772160Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0773360Z copying torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0774620Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0775840Z copying torch/include/ATen/ops/isinf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0777210Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0778510Z copying torch/include/ATen/ops/special_modified_bessel_i1_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0779730Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0781060Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0782280Z copying torch/include/ATen/ops/_foreach_rsqrt_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0783530Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0784900Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0786180Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0787630Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0788760Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0789970Z copying torch/include/ATen/ops/exp_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0791250Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0792510Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0793760Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0795080Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0796330Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0797610Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0798890Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0800280Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0801540Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0802800Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0805460Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0806690Z copying torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0807910Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0812390Z copying torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0813770Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0820470Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0821620Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0828140Z copying torch/include/ATen/ops/cholesky.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0829470Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0835770Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0836930Z copying torch/include/ATen/ops/or_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0838280Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0843490Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0844820Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0851510Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0852590Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0853950Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0861290Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0862550Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0868850Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0869750Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0876380Z copying torch/include/ATen/ops/item_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0877530Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0879090Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0884460Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0885700Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0891910Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0893470Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0894700Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0900660Z copying torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0908710Z copying torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0909610Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0916380Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0917190Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0918660Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0924480Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0925650Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0932990Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0933880Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0940610Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0941840Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0943000Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0948620Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0949990Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0956250Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0957140Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0958400Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0964320Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0965460Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0973280Z copying torch/include/ATen/ops/logit_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0974180Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0981720Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0983250Z copying torch/include/ATen/ops/_flash_attention_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0984670Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0987760Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0991520Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0996550Z copying torch/include/ATen/ops/avg_pool3d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.0999630Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1002080Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1005850Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1008270Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1010730Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1015610Z copying torch/include/ATen/ops/conj_physical_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1019920Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1023450Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1024840Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1029940Z copying torch/include/ATen/ops/atanh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1033040Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1038150Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1039110Z copying torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1041700Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1047450Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1048430Z copying torch/include/ATen/ops/_foreach_sign_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1054870Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1056450Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1063000Z copying torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1064140Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1065590Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1071770Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1072140Z copying torch/include/ATen/ops/full.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1079260Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1080180Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1081500Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1087140Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1088510Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1095890Z copying torch/include/ATen/ops/linear_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1097170Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1103810Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1105180Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1111380Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1113000Z copying torch/include/ATen/ops/abs_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1114810Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1121480Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1122380Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1129260Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1130160Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1136920Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1137960Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1139140Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1144160Z copying torch/include/ATen/ops/pad_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1146070Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1151880Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1152890Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1154190Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1160730Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1161890Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1169660Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1172260Z copying torch/include/ATen/ops/triu_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1177910Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1179200Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1180450Z copying torch/include/ATen/ops/special_i0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1181570Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1182880Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1188980Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1192440Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1198660Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1202430Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1208540Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1210300Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1211650Z copying torch/include/ATen/ops/min_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1217750Z copying torch/include/ATen/ops/acosh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1218660Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1226400Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1227590Z copying torch/include/ATen/ops/_safe_softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1228880Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1234370Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1235930Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1242380Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1244290Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1246310Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1250540Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1251630Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1258510Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1259390Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1260720Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1267840Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1269010Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1277260Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1278330Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1285340Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1286390Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1287920Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1293660Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1294870Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1296190Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1302060Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1303590Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1306490Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1310870Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1312700Z copying torch/include/ATen/ops/cat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1316220Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1319600Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1321490Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1327960Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1330660Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1335840Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1339550Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1343320Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1344650Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1348380Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1352280Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1356270Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1361010Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1362220Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1368180Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1370900Z copying torch/include/ATen/ops/vstack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1373100Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1378200Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1381930Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1386130Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1391200Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1395350Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1396620Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1401870Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1403110Z copying torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1404350Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1409600Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1410850Z copying torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1417350Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1418610Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1424610Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1425960Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1433190Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1434240Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1435690Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1439630Z copying torch/include/ATen/ops/exp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1442520Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1444000Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1448760Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1450470Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1456660Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1457770Z copying torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1463370Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1464980Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1471080Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1472370Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1479250Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1480430Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1485840Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1487030Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1488230Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1492950Z copying torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1494060Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1499920Z copying torch/include/ATen/ops/sum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1501570Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1507730Z copying torch/include/ATen/ops/combinations.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1508660Z copying torch/include/ATen/ops/_to_sparse_csr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1515420Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1516300Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1517650Z copying torch/include/ATen/ops/promote_types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1523680Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1525210Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1531230Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1532180Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1539520Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1540870Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1545570Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1547660Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1553090Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1554410Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1563850Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1568610Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1571920Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1573890Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1580390Z copying torch/include/ATen/ops/mish_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1582140Z copying torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1589240Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1590710Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1597730Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1598760Z copying torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1605430Z copying torch/include/ATen/ops/cos.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1606710Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1613190Z copying torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1614620Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1615920Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1621600Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1623310Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1629940Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1630530Z copying torch/include/ATen/ops/median_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1631720Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1636550Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1638770Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1643980Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1646400Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1647790Z copying torch/include/ATen/ops/sparse_dim_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1653240Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1654950Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1661580Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1662510Z copying torch/include/ATen/ops/randn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1668840Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1670460Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1671760Z copying torch/include/ATen/ops/neg.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1676660Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1677770Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1684970Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1686070Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1693260Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1694330Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1695670Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1701520Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1702720Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1709140Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1710410Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1711870Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1716990Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1718570Z copying torch/include/ATen/ops/argmin_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1724670Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1727460Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1728970Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1734640Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1736250Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1737960Z copying torch/include/ATen/ops/_to_sparse_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1744000Z copying torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1754200Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1757860Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1758840Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1762230Z copying torch/include/ATen/ops/_nested_get_values_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1767380Z copying torch/include/ATen/ops/_amp_update_scale_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1769540Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1770700Z copying torch/include/ATen/ops/_foreach_lerp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1774040Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1776500Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1778050Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1782810Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1790050Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1791150Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1798150Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1799520Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1806710Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1807560Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1809120Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1814820Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1815630Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1824670Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1825640Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1826900Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1832570Z copying torch/include/ATen/ops/take_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1833430Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1835100Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1839770Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1841190Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1844010Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1848790Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1853160Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1856230Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1857500Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1862180Z copying torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1864730Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1870120Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1871050Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1877710Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1879150Z copying torch/include/ATen/ops/dsplit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1885850Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1886960Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1893160Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1894690Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1896300Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1897660Z copying torch/include/ATen/ops/_assert_scalar_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1903980Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1904820Z copying torch/include/ATen/ops/_unique.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1911570Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1912580Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1919040Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1920100Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1921400Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1926690Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1929250Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1930190Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1934970Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1943980Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1950670Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1952000Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1953370Z copying torch/include/ATen/ops/mul_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1957190Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1958060Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1959530Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1965720Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1968130Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1973510Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1974300Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1980760Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1982220Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1988710Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1989880Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1991300Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1996490Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.1997340Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2003880Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2006190Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2013070Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2014220Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2015390Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2020560Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2021360Z copying torch/include/ATen/ops/real_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2024030Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2029510Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2031450Z copying torch/include/ATen/ops/max_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2037630Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2038680Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2042330Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2048240Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2049320Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2050910Z copying torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2056000Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2056910Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2063110Z copying torch/include/ATen/ops/_foreach_max_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2064390Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2071710Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2072980Z copying torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2080260Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2081190Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2082560Z copying torch/include/ATen/ops/copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2087390Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2088920Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2090380Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2096560Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2097510Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2104830Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2105810Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2113090Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2114110Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2115430Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2120130Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2121800Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2128270Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2129290Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2130540Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2140280Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2149720Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2154390Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2157230Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2158260Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2164050Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2165080Z copying torch/include/ATen/ops/concat_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2171490Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2172510Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2176850Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2178400Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2184370Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2185470Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2186670Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2193390Z copying torch/include/ATen/ops/_unsafe_index_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2194220Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2200470Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2201330Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2208020Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2208960Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2215630Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2216510Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2217860Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2224460Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2225660Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2232640Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2235000Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2240320Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2241160Z copying torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2242650Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2247850Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2249340Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2256430Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2257490Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2258890Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2264210Z copying torch/include/ATen/ops/view_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2265040Z copying torch/include/ATen/ops/max_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2271450Z copying torch/include/ATen/ops/msort_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2272750Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2274160Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2280690Z copying torch/include/ATen/ops/random_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2281750Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2288740Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2289560Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2296140Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2297230Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2298630Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2303810Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2305030Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2312120Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2313180Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2320130Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2321230Z copying torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2322620Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2328080Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2328940Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2335850Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2337090Z copying torch/include/ATen/ops/sin_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2348840Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2351800Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2356120Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2357220Z copying torch/include/ATen/ops/hsplit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2365090Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2365950Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2370530Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2371870Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2374270Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2379570Z copying torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2381870Z copying torch/include/ATen/ops/hash_tensor_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2387830Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2389250Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2390760Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2397280Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2398280Z copying torch/include/ATen/ops/less_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2404600Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2405730Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2411790Z copying torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2412980Z copying torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2414310Z copying torch/include/ATen/ops/max_pool3d_with_indices_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2419860Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2421230Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2427860Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2429080Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2434580Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2436100Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2437500Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2444660Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2445570Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2452440Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2453390Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2460370Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2461210Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2462550Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2467310Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2468960Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2475340Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2476470Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2478340Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2483380Z copying torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2485700Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2488130Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2492690Z copying torch/include/ATen/ops/normal_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2494190Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2500280Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2501820Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2508160Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2509100Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2510490Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2517240Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2518450Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2525530Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2526580Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2533070Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2534380Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2536130Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2540840Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2541940Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2545600Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2551200Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2555120Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2560520Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2562860Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2563950Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2570560Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2571440Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2578370Z copying torch/include/ATen/ops/sort.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2579360Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2586660Z copying torch/include/ATen/ops/grid_sampler_3d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2587650Z copying torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2588940Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2595840Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2596830Z copying torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2602830Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2604140Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2605540Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2611490Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2612370Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2614980Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2620730Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2621840Z copying torch/include/ATen/ops/split_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2628970Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2629890Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2636600Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2637800Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2639130Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2644010Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2645650Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2651820Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2652850Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2654240Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2660560Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2661640Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2667780Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2669250Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2675670Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2676700Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2677880Z copying torch/include/ATen/ops/full_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2683890Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2684880Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2691590Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2692730Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2699540Z copying torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2700740Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2702290Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2707060Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2708430Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2714960Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2730890Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2734470Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2736880Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2738480Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2742650Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2744070Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2747920Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2749850Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2758740Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2765540Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2766350Z copying torch/include/ATen/ops/trunc_sparsecsrmps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2767690Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2773150Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2775540Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2781570Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2782610Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2784700Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2790950Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2791850Z copying torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2799500Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2800610Z copying torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2806560Z copying torch/include/ATen/ops/arange.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2807830Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2810320Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2815860Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2821700Z copying torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2823220Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2824520Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2830770Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2832000Z copying torch/include/ATen/ops/index_fill.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2838830Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2847170Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2848280Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2849600Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2855480Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2856250Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2863150Z copying torch/include/ATen/ops/istft.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2864270Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2865580Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2870780Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2872100Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2878020Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2879280Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2880620Z copying torch/include/ATen/ops/empty_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2887160Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2888090Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2895510Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2896310Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2903160Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2904100Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2905360Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2910840Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2912270Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2918520Z copying torch/include/ATen/ops/_cudnn_attention_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2919960Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2921230Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2927990Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2929910Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2936490Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2937960Z copying torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2939040Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2944460Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2945580Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2953460Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2955760Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2958300Z copying torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2962670Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2964040Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2970420Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2971880Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2978810Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2979700Z copying torch/include/ATen/ops/randint_like.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2981140Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2986560Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2988030Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2994430Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.2995670Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3002160Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3003300Z copying torch/include/ATen/ops/fmin_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3004680Z copying torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3010790Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3011710Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3019260Z copying torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3020020Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3021310Z copying torch/include/ATen/ops/erfc_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3026630Z copying torch/include/ATen/ops/tanh_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3029060Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3034370Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3035680Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3037360Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3043120Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3044390Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3051270Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3052170Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3058990Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3059830Z copying torch/include/ATen/ops/neg_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3061140Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3066670Z copying torch/include/ATen/ops/erf_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3067570Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3074040Z copying torch/include/ATen/ops/zero.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3076450Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3081870Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3083340Z copying torch/include/ATen/ops/mT.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3084660Z copying torch/include/ATen/ops/uniform_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3090130Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3090970Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3097010Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3098460Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3104990Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3106060Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3107220Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3113240Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3114430Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3123310Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3124810Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3126280Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3131750Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3133080Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3138150Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3139680Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3141370Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3151110Z copying torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3156410Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3158770Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3163860Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3165320Z copying torch/include/ATen/ops/can_cast.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3167680Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3173570Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3174490Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3180790Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3182320Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3188440Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3189280Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3190560Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3197270Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3198260Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3205000Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3206030Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3212730Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3213960Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3215390Z copying torch/include/ATen/ops/xlogy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3220310Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3221560Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3227600Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3229090Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3230390Z copying torch/include/ATen/ops/ge_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3237090Z copying torch/include/ATen/ops/_test_check_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3238180Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3245580Z copying torch/include/ATen/ops/squeeze.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3246440Z copying torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3252400Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3253490Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3254780Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3259760Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3262120Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3267950Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3269200Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3270550Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3277350Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3278770Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3285510Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3286610Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3293530Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3294590Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3296060Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3301380Z copying torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3302340Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3311140Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3312010Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3314600Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3318130Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3319900Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3327580Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3328750Z copying torch/include/ATen/ops/lshift.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3335090Z copying torch/include/ATen/ops/outer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3336520Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3339530Z copying torch/include/ATen/ops/rms_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3343430Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3344440Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3345760Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3352850Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3359950Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3361120Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3362370Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3367850Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3368700Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3375310Z copying torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3376770Z copying torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3378150Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3382720Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3384260Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3390830Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3392220Z copying torch/include/ATen/ops/asin_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3398830Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3400030Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3401390Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3407400Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3408220Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3414560Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3417060Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3422480Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3423510Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3425120Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3430230Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3431250Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3437950Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3439420Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3446160Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3447090Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3448550Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3454350Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3455180Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3461700Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3463080Z copying torch/include/ATen/ops/is_complex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3464430Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3471060Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3472220Z copying torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3478830Z copying torch/include/ATen/ops/_version.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3479740Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3486410Z copying torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3487620Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3488930Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3494710Z copying torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3495690Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3503390Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3504300Z copying torch/include/ATen/ops/clip_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3510670Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3511940Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3515650Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3528270Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3548810Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3549970Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3551210Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3558570Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3559560Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3566690Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3567530Z copying torch/include/ATen/ops/geometric.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3575450Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3576460Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3577810Z copying torch/include/ATen/ops/_to_dense_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3582420Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3583890Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3591260Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3592320Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3593610Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3598970Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3600280Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3607690Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3608580Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3609900Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3615420Z copying torch/include/ATen/ops/acos_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3617260Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3623860Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3624950Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3626180Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3632150Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3633120Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3634420Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3640820Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3641850Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3649170Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3650240Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3657080Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3658180Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3659410Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3664790Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3666060Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3672530Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3673580Z copying torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3674740Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3682160Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3688610Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3689800Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3695860Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3696920Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3698240Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3703270Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3704470Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3705800Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3707520Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3713030Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3716790Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3722240Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3723330Z copying torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3725120Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3731680Z copying torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3740180Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3741390Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3749600Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3765100Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3774150Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3787100Z copying torch/include/ATen/ops/any_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3795140Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3798020Z copying torch/include/ATen/ops/abs_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3804870Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3805810Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3812260Z copying torch/include/ATen/ops/mH_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3813520Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3820510Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3821430Z copying torch/include/ATen/ops/inner.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3827240Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3828210Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3829660Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3835740Z copying torch/include/ATen/ops/conj.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3836760Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3838250Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3843190Z copying torch/include/ATen/ops/select_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3844500Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3850910Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3852300Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3858950Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3860160Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3866350Z copying torch/include/ATen/ops/_scaled_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3867930Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3873760Z copying torch/include/ATen/ops/neg_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3875900Z copying torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3881550Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3882840Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3884930Z copying torch/include/ATen/ops/_cudnn_attention_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3890260Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3891380Z copying torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3900390Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3901200Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3902710Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3908550Z copying torch/include/ATen/ops/vander_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3909730Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3910970Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3912270Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3917620Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3918620Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3926020Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3927020Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3934420Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3935510Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3936810Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3941930Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3943820Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3949870Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3950910Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3952330Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3957280Z copying torch/include/ATen/ops/smm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3958280Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3965390Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3966180Z copying torch/include/ATen/ops/ormqr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3973950Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3974820Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3976080Z copying torch/include/ATen/ops/sin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3981210Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3982230Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3989150Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3990580Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3991940Z copying torch/include/ATen/ops/_foreach_pow_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3998010Z copying torch/include/ATen/ops/sinh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.3998910Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4005440Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4006810Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4013340Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4014360Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4015640Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4020490Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4022640Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4030130Z copying torch/include/ATen/ops/_assert_scalar_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4031850Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4037470Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4038590Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4041570Z copying torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4047350Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4050660Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4054630Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4055720Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4060240Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4062170Z copying torch/include/ATen/ops/special_i1e_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4068980Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4077820Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4086980Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4091040Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4099270Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4100330Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4101800Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4103160Z copying torch/include/ATen/ops/_unsafe_index_put_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4104440Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4109760Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4110900Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4112250Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4117960Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4118950Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4122450Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4127450Z copying torch/include/ATen/ops/max_unpool3d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4128460Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4133120Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4137410Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4140230Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4141410Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4146810Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4148590Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4154940Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4156260Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4157560Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4164890Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4165970Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4172830Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4174840Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4180590Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4181570Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4182880Z copying torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4188420Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4189620Z copying torch/include/ATen/ops/conv2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4196570Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4198000Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4204410Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4205680Z copying torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4213040Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4214140Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4215460Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4220000Z copying torch/include/ATen/ops/igammac.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4221380Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4227570Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4228900Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4235490Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4236580Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4238110Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4244950Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4246030Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4253330Z copying torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4254310Z copying torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4261410Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4262430Z copying torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4263910Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4269130Z copying torch/include/ATen/ops/_chunk_cat_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4270090Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4276580Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4277600Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4278860Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4285200Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4286110Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4298940Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4300080Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4301390Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4302830Z copying torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4304030Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4306060Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4307380Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4314560Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4315370Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4322160Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4323190Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4324580Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4331120Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4332170Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4338830Z copying torch/include/ATen/ops/sqrt_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4339740Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4346720Z copying torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4347530Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4348790Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4353720Z copying torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4355770Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4361460Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4362490Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4364390Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4371380Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4379050Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4380140Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4386930Z copying torch/include/ATen/ops/to_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4388050Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4389330Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4394940Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4396220Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4402750Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4403710Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4405080Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4410990Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4411780Z copying torch/include/ATen/ops/all_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4418520Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4420190Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4426730Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4427620Z copying torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4428960Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4434290Z copying torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4435800Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4441790Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4443040Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4444380Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4450750Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4451620Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4458280Z copying torch/include/ATen/ops/amin.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4459460Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4466020Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4466880Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4468180Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4473650Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4474730Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4481570Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4482580Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4491610Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4496870Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4500550Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4501590Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4505580Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4509770Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4513350Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4514240Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4519840Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4521520Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4528370Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4536030Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4536970Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4538240Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4543460Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4544620Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4551540Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4552560Z copying torch/include/ATen/ops/_values.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4560330Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4561270Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4562520Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4568450Z copying torch/include/ATen/ops/_wrapped_linear_prepack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4569400Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4576910Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4577860Z copying torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4579280Z copying torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4584870Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4585760Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4593170Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4594380Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4595630Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4601350Z copying torch/include/ATen/ops/isreal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4602370Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4608930Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4610810Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4612110Z copying torch/include/ATen/ops/arctan.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4616450Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4617420Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4623890Z copying torch/include/ATen/ops/isnan_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4625360Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4631450Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4632760Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4633950Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4640990Z copying torch/include/ATen/ops/col2im.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4641970Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4648730Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4649900Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4656250Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4657110Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4658390Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4664040Z copying torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4664660Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4672370Z copying torch/include/ATen/ops/histc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4673430Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4681200Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4682220Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4683480Z copying torch/include/ATen/ops/_coalesce_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4689060Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4701530Z copying torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4702710Z copying torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4703870Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4705350Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4709750Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4710880Z copying torch/include/ATen/ops/mH.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4714850Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4719220Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4720540Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4726850Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4727750Z copying torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4733350Z copying torch/include/ATen/ops/trace_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4734770Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4740390Z copying torch/include/ATen/ops/addbmm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4741560Z copying torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4748500Z copying torch/include/ATen/ops/add_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4749490Z copying torch/include/ATen/ops/mv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4750920Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4757860Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4764010Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4765460Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4766770Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4774190Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4775130Z copying torch/include/ATen/ops/softshrink.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4776490Z copying torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4781600Z copying torch/include/ATen/ops/lgamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4782710Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4789590Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4790530Z copying torch/include/ATen/ops/polar_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4791970Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4796860Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4797990Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4805100Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4806010Z copying torch/include/ATen/ops/pow.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4813210Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4814150Z copying torch/include/ATen/ops/lt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4815460Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4820810Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4821800Z copying torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4829480Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4830590Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4832010Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4838900Z copying torch/include/ATen/ops/logical_not.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4840030Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4847640Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4848470Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4849670Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4853980Z copying torch/include/ATen/ops/cross_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4857100Z copying torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4858350Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4865920Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4870840Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4871830Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4874390Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4880140Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4881660Z copying torch/include/ATen/ops/slice_inverse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4887840Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4888770Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4912920Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4921800Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4922860Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4924140Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4925510Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4926880Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4928170Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4929480Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4930820Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4932400Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4933470Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4934670Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4936040Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4939200Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4941210Z copying torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4947250Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4948900Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4955410Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4956410Z copying torch/include/ATen/ops/_to_dense_sparsecsrmps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4958130Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4964440Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4965500Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4972360Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4973280Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4980140Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4981170Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4982570Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4987670Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4988700Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4995820Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4997110Z copying torch/include/ATen/ops/bincount_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.4998140Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5003870Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5004840Z copying torch/include/ATen/ops/mm_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5011930Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5013030Z copying torch/include/ATen/ops/positive_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5014280Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5021260Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5022280Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5028990Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5036990Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5038220Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5039610Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5044740Z copying torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5046220Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5052510Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5053380Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5054740Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5060260Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5061140Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5067860Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5069340Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5076030Z copying torch/include/ATen/ops/mode_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5077140Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5078450Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5084110Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5085310Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5092280Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5093220Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5100650Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5101500Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5104510Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5109210Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5114880Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5116780Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5118120Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5125000Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5126120Z copying torch/include/ATen/ops/sign.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5133300Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5134290Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5135760Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5141380Z copying torch/include/ATen/ops/unflatten.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5142550Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5149470Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5150570Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5151890Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5157430Z copying torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5158470Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5165340Z copying torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5166650Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5173210Z copying torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5174190Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5175640Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5180440Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5181720Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5188010Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5190430Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5191500Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5199450Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5206520Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5207540Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5208900Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5213550Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5215920Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5221880Z copying torch/include/ATen/ops/_fused_rms_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5222800Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5224170Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5230560Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5231440Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5238570Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5239580Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5246290Z copying torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5247380Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5248910Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5253660Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5254870Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5261280Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5262660Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5269250Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5270150Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5271470Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5277310Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5278090Z copying torch/include/ATen/ops/transpose.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5284740Z copying torch/include/ATen/ops/_fused_sgd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5286100Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5299610Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5300900Z copying torch/include/ATen/ops/_foreach_rsqrt_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5302180Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5305970Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5309730Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5310900Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5315050Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5318210Z copying torch/include/ATen/ops/sym_size_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5324110Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5324970Z copying torch/include/ATen/ops/tensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5332180Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5333250Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5341050Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5342000Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5343450Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5349270Z copying torch/include/ATen/ops/hash_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5350540Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5351820Z copying torch/include/ATen/ops/amax_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5357060Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5358590Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5366300Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5372290Z copying torch/include/ATen/ops/log_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5373160Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5374470Z copying torch/include/ATen/ops/asinh_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5380120Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5381050Z copying torch/include/ATen/ops/q_scale.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5387520Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5388570Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5395180Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5396240Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5397630Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5404270Z copying torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5405240Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5411120Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5412470Z copying torch/include/ATen/ops/stride_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5418480Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5419610Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5421140Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5428210Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5429200Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5437350Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5438400Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5445140Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5446100Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5447510Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5452850Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5454410Z copying torch/include/ATen/ops/histogram_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5461450Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5462430Z copying torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5469010Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5470260Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5471530Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5476990Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5477980Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5484780Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5485790Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5492620Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5493770Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5501550Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5502520Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5504850Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5509380Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5514090Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5516040Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5517320Z copying torch/include/ATen/ops/any.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5523750Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5525640Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5533830Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5540270Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5541480Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5542820Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5547930Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5548740Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5555350Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5556470Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5557990Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5565010Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5565940Z copying torch/include/ATen/ops/le_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5573040Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5574060Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5581240Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5582280Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5583560Z copying torch/include/ATen/ops/elu_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5588760Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5589890Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5597300Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5598130Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5599590Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5605240Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5606170Z copying torch/include/ATen/ops/floor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5612550Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5613700Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5615160Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5620250Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5621410Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5627990Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5629130Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5636110Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5637020Z copying torch/include/ATen/ops/flip_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5638560Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5643640Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5644670Z copying torch/include/ATen/ops/_scaled_grouped_mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5651570Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5652720Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5654300Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5661430Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5668930Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5670220Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5677590Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5678770Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5680080Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5687010Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5698720Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5699810Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5701190Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5707790Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5708780Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5715440Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5716790Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5724000Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5725200Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5726630Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5732580Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5733430Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5740100Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5741330Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5742900Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5748560Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5749580Z copying torch/include/ATen/ops/conv3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5757140Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5758340Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5759540Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5765770Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5766710Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5773710Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5774570Z copying torch/include/ATen/ops/polar.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5775980Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.5960290Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.9704300Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.9718720Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:34.9733270Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0127260Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0136070Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0145750Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0155820Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0164430Z copying torch/include/ATen/ops/special_logit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0174040Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0182700Z copying torch/include/ATen/ops/full_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0191580Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0263160Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0416900Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0425090Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0435870Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0444370Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0453550Z copying torch/include/ATen/ops/data_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0462160Z copying torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0471380Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0478020Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0484150Z copying torch/include/ATen/ops/div_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0490580Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0497110Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0504080Z copying torch/include/ATen/ops/permute_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0510430Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0517450Z copying torch/include/ATen/ops/xor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0523860Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0530720Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0537250Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0544350Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0604300Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0610490Z copying torch/include/ATen/ops/ge.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0617500Z copying torch/include/ATen/ops/_foreach_clamp_min.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0622030Z copying torch/include/ATen/ops/index_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0626740Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0631080Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0635820Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0640140Z copying torch/include/ATen/ops/split.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0685320Z copying torch/include/ATen/ops/div.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0687020Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0688640Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0690020Z copying torch/include/ATen/ops/t_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0691500Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0692870Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0694780Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0695820Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0697140Z copying torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0698450Z copying torch/include/ATen/ops/complex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0699860Z copying torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0701100Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0702360Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0703650Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0705080Z copying torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0706350Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0708190Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0709440Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0711060Z copying torch/include/ATen/ops/log_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0712060Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0713580Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0715070Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0716860Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0717830Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0719350Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0720640Z copying torch/include/ATen/ops/exp2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0722050Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0723410Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0724890Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0726490Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0727980Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0729390Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0731140Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0732620Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0734190Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0736030Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0737820Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0739300Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0740760Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0742140Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0743520Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0745150Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0747410Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0748520Z copying torch/include/ATen/ops/_native_batch_norm_legit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0749990Z copying torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0751410Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0753010Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0761690Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0767230Z copying torch/include/ATen/ops/_nested_get_offsets_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0769660Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0775570Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0783580Z copying torch/include/ATen/ops/zero_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0784820Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0788770Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0792530Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0797550Z copying torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0799630Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0806860Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0807960Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0814870Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0816000Z copying torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0823910Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0824900Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0832330Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0837230Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0838950Z copying torch/include/ATen/ops/sin_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0844720Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0845870Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0847810Z copying torch/include/ATen/ops/_is_any_true_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0854660Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0862590Z copying torch/include/ATen/ops/random.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0868520Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0869530Z copying torch/include/ATen/ops/exponential.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0870790Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0876100Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0878420Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0885010Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0887220Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0896100Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0900830Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0902190Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0904020Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0917490Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0926350Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0930640Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0933710Z copying torch/include/ATen/ops/_to_sparse_csr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0940140Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0942800Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0952280Z copying torch/include/ATen/ops/norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0957900Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0959820Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0965960Z copying torch/include/ATen/ops/copysign_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0968090Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0974410Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0975390Z copying torch/include/ATen/ops/tan_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0983530Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0990030Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0998520Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.0999550Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1005170Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1007020Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1008310Z copying torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1014730Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1015630Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1021720Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1022740Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1024040Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1031080Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1032170Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1038460Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1039450Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1046250Z copying torch/include/ATen/ops/_dimI.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1047210Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1048600Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1053820Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1054950Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1061740Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1261340Z copying torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1272690Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1274240Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1275840Z copying torch/include/ATen/ops/_print_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1277260Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1278690Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1294610Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1298840Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1300010Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1301430Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1302700Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1303960Z copying torch/include/ATen/ops/argwhere.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1305320Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1306630Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1307870Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1309180Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1310770Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1312050Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1313760Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1314990Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1316360Z copying torch/include/ATen/ops/fix.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1317710Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1319090Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1320320Z copying torch/include/ATen/ops/rsub.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1321790Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1323110Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1324490Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1325790Z copying torch/include/ATen/ops/std.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1327160Z copying torch/include/ATen/ops/_is_all_true_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1328490Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1330050Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1331490Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1332880Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1334280Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1335670Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1336960Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1338580Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1339770Z copying torch/include/ATen/ops/index_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1341210Z copying torch/include/ATen/ops/aminmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1342590Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1343990Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1345180Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1346670Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1348070Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1349330Z copying torch/include/ATen/ops/fmod_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1350630Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1352100Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1353360Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1354780Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1356150Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1357370Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1358790Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1359990Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1361460Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1362700Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1363930Z copying torch/include/ATen/ops/hardswish.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1365150Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1366600Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1367850Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1369370Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1370470Z copying torch/include/ATen/ops/ones_like.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1372010Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1373350Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1374750Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1376080Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1377480Z copying torch/include/ATen/ops/isfinite.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1378800Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1380140Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1381470Z copying torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1382710Z copying torch/include/ATen/ops/_batch_norm_no_update.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1384220Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1385660Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1386920Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1388320Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1389600Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1390900Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1392080Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1393380Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1394630Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1396140Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1397440Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1398650Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1400210Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1401630Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1403020Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1404500Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1405800Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1407010Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1408280Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1409640Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1411050Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1412330Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1413810Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1415210Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1416470Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1417840Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1419150Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1420520Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1421810Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1423050Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1424620Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1426020Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1427280Z copying torch/include/ATen/ops/uniform.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1428590Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1430010Z copying torch/include/ATen/ops/masked_scatter_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1431300Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1432600Z copying torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1433880Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1435260Z copying torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1436550Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1442190Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1443430Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1450320Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1451110Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1452480Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1458300Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1459300Z copying torch/include/ATen/ops/detach_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1465720Z copying torch/include/ATen/ops/set.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1467150Z copying torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1473980Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1475120Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1476290Z copying torch/include/ATen/ops/silu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1481950Z copying torch/include/ATen/ops/native_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1487900Z copying torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1489660Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1491490Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1492790Z copying torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1497590Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1499000Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1505010Z copying torch/include/ATen/ops/det.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1506270Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1507500Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1514720Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1515910Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1522640Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1524110Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1530300Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1531460Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1532870Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1539460Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1540260Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1547060Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1548770Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1549920Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1554910Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1557540Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1562640Z copying torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1563270Z copying torch/include/ATen/ops/_softmax.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1564780Z copying torch/include/ATen/ops/diagonal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1570170Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1571400Z copying torch/include/ATen/ops/isposinf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1577980Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1579330Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1586170Z copying torch/include/ATen/ops/triu_indices_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1587140Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1588470Z copying torch/include/ATen/ops/special_round.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1593800Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1594620Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1601330Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1602800Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1609090Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1609950Z copying torch/include/ATen/ops/_dyn_quant_matmul_4bit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1611270Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1618200Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1625490Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1626800Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1628290Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1634070Z copying torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1635010Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1641550Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1642820Z copying torch/include/ATen/ops/sym_size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1649320Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1650260Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1651580Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1656850Z copying torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1657760Z copying torch/include/ATen/ops/batch_norm_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1664760Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1665780Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1673160Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1877280Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1878740Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1879670Z copying torch/include/ATen/ops/t_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1880920Z copying torch/include/ATen/ops/det_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1882170Z copying torch/include/ATen/ops/_to_sparse_bsr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1883440Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1884720Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1886000Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1887220Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1888530Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1889770Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1891120Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1892440Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1893700Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1895130Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1896480Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1897670Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1899050Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1900510Z copying torch/include/ATen/ops/take_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1901810Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1903120Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1904580Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1905800Z copying torch/include/ATen/ops/greater_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1907100Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1908420Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1909600Z copying torch/include/ATen/ops/prod_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1910960Z copying torch/include/ATen/ops/tril_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1912240Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1913580Z copying torch/include/ATen/ops/_functional_assert_async_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1914910Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1916210Z copying torch/include/ATen/ops/_is_any_true_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1917520Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1918870Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1920070Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1921290Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1922580Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1924070Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1925320Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1926570Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1927940Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1929170Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1930480Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1931850Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1933110Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1934380Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1935800Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1937020Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1938390Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1939790Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1941130Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1942500Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1943830Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1945110Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1946370Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1947700Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1948990Z copying torch/include/ATen/ops/_cudnn_attention_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1950400Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1951750Z copying torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1953330Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1954570Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1955960Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1957320Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1958590Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1960060Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1961600Z copying torch/include/ATen/ops/isposinf_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1962920Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1964070Z copying torch/include/ATen/ops/_cslt_compress_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1965360Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1966600Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1968020Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1969550Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1970580Z copying torch/include/ATen/ops/histc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1971950Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1973180Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1974500Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1975800Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1977200Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1978470Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1979720Z copying torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1981200Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1982440Z copying torch/include/ATen/ops/_scaled_mm_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1983770Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1985330Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1986630Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1987950Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1989170Z copying torch/include/ATen/ops/copy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1990800Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1991990Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1993250Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1994600Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1995870Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1997230Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1998440Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.1999700Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2001160Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2002400Z copying torch/include/ATen/ops/_values_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2003790Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2005040Z copying torch/include/ATen/ops/atan2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2008850Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2009860Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2017220Z copying torch/include/ATen/ops/atanh_sparsemps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2018440Z copying torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2019670Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2024830Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2025980Z copying torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2032910Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2033850Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2040970Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2042100Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2043520Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2048590Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2049740Z copying torch/include/ATen/ops/lift_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2052450Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2057050Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2058190Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2061780Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2065870Z copying torch/include/ATen/ops/and_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2073130Z copying torch/include/ATen/ops/select.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2074340Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2080750Z copying torch/include/ATen/ops/true_divide.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2082070Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2089690Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2090790Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2097930Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2098990Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2100340Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2105820Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2107050Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2113950Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2114870Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2116180Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2122200Z copying torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2123260Z copying torch/include/ATen/ops/tan_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2130030Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2131120Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2132480Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2137680Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2138710Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2145820Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2146890Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2148280Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2153340Z copying torch/include/ATen/ops/_fused_rms_norm_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2154500Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2162180Z copying torch/include/ATen/ops/_print_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2163200Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2169460Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2170610Z copying torch/include/ATen/ops/cat_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2171850Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2176810Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2177940Z copying torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2184310Z copying torch/include/ATen/ops/complex_mps_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2185700Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2192190Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops 2025-09-07T07:26:35.2399480Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2400380Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2401970Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2403320Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2404540Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2405840Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2407140Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2408680Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2409950Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2411260Z copying torch/include/ATen/functorch/Macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2412720Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2413990Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2415270Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2416930Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch 2025-09-07T07:26:35.2418230Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn 2025-09-07T07:26:35.2419000Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn 2025-09-07T07:26:35.2420300Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn 2025-09-07T07:26:35.2421610Z copying torch/include/ATen/cudnn/Types.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn 2025-09-07T07:26:35.2422820Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn 2025-09-07T07:26:35.2424150Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn 2025-09-07T07:26:35.2425410Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn 2025-09-07T07:26:35.2426730Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10 2025-09-07T07:26:35.2427220Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2427990Z copying torch/include/c10/core/RefcountedDeleter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2429390Z copying torch/include/c10/core/QEngine.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2430690Z copying torch/include/c10/core/TensorOptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2486930Z copying torch/include/c10/core/SymFloat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2488080Z copying torch/include/c10/core/GradMode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2489430Z copying torch/include/c10/core/Device.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2490800Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2492110Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2493500Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2494830Z copying torch/include/c10/core/alignment.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2496020Z copying torch/include/c10/core/Event.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2497360Z copying torch/include/c10/core/Backend.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2498650Z copying torch/include/c10/core/AllocatorConfig.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2500040Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2501240Z copying torch/include/c10/core/DeviceArray.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2502660Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2504080Z copying torch/include/c10/core/ConstantSymNodeImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2505360Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2506710Z copying torch/include/c10/core/QScheme.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2508110Z copying torch/include/c10/core/SafePyObject.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2509330Z copying torch/include/c10/core/Stream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2510660Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2511900Z copying torch/include/c10/core/Scalar.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2513270Z copying torch/include/c10/core/AutogradState.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2514660Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2515860Z copying torch/include/c10/core/thread_pool.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2517170Z copying torch/include/c10/core/CopyBytes.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2518580Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2519760Z copying torch/include/c10/core/StreamGuard.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2521070Z copying torch/include/c10/core/DynamicCast.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2522310Z copying torch/include/c10/core/Layout.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2523720Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2525020Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2526580Z copying torch/include/c10/core/Allocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2527940Z copying torch/include/c10/core/TensorImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2530150Z copying torch/include/c10/core/Contiguity.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2531100Z copying torch/include/c10/core/ScalarType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2532560Z copying torch/include/c10/core/Storage.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2533790Z copying torch/include/c10/core/DeviceType.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2534980Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2536280Z copying torch/include/c10/core/StorageImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2537540Z copying torch/include/c10/core/SymbolicShapeMeta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2538760Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2539970Z copying torch/include/c10/core/SymBool.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2541290Z copying torch/include/c10/core/DispatchKey.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2542810Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2544010Z copying torch/include/c10/core/InferenceMode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2545410Z copying torch/include/c10/core/SymInt.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2547240Z copying torch/include/c10/core/OptionalRef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2548340Z copying torch/include/c10/core/CachingDeviceAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core 2025-09-07T07:26:35.2549730Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2550390Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2551650Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2553050Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2554150Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2555480Z copying torch/include/c10/core/impl/COWDeleter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2556750Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2557990Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2559360Z copying torch/include/c10/core/impl/PyInterpreterHooks.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2560740Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2561960Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2563270Z copying torch/include/c10/core/impl/PyObjectSlot.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2564780Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2565860Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2567150Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2568340Z copying torch/include/c10/core/impl/COW.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2569600Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2570910Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2572150Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl 2025-09-07T07:26:35.2573570Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/test 2025-09-07T07:26:35.2574230Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/test/util 2025-09-07T07:26:35.2574730Z copying torch/include/c10/test/util/complex_test_common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/test/util 2025-09-07T07:26:35.2576330Z copying torch/include/c10/test/util/complex_math_test_common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/test/util 2025-09-07T07:26:35.2577700Z copying torch/include/c10/test/util/Macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/test/util 2025-09-07T07:26:35.2578960Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2579520Z copying torch/include/c10/util/Type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2580870Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2582430Z copying torch/include/c10/util/Float8_e4m3fn-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2583790Z copying torch/include/c10/util/quint4x2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2585000Z copying torch/include/c10/util/FbcodeMaps.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2586270Z copying torch/include/c10/util/Semaphore.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2587570Z copying torch/include/c10/util/signal_handler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2588720Z copying torch/include/c10/util/error.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2590040Z copying torch/include/c10/util/safe_numerics.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2591430Z copying torch/include/c10/util/Half.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2592700Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2594300Z copying torch/include/c10/util/env.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2595490Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2596880Z copying torch/include/c10/util/Gauge.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2598190Z copying torch/include/c10/util/WaitCounterDynamicBackend.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2599470Z copying torch/include/c10/util/Float8_e8m0fnu-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2600770Z copying torch/include/c10/util/Synchronized.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2601970Z copying torch/include/c10/util/Bitset.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2603240Z copying torch/include/c10/util/typeid.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2604690Z copying torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2606040Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2607210Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2609100Z copying torch/include/c10/util/string_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2609920Z copying torch/include/c10/util/IntrusiveList.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2611220Z copying torch/include/c10/util/win32-headers.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2612430Z copying torch/include/c10/util/AlignOf.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2613750Z copying torch/include/c10/util/static_tracepoint.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2614950Z copying torch/include/c10/util/ssize.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2616400Z copying torch/include/c10/util/Enumerate.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2617710Z copying torch/include/c10/util/numa.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2624040Z copying torch/include/c10/util/qint32.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2624300Z copying torch/include/c10/util/Float4_e2m1fn_x2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2624530Z copying torch/include/c10/util/CallOnce.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2624780Z copying torch/include/c10/util/Float8_e5m2fnuz.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2625280Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2630690Z copying torch/include/c10/util/Half-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2631710Z copying torch/include/c10/util/TypeTraits.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2639030Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2639950Z copying torch/include/c10/util/FunctionRef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2647160Z copying torch/include/c10/util/Backtrace.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2648140Z copying torch/include/c10/util/overflows.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2649470Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2654820Z copying torch/include/c10/util/Load.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2655750Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2657410Z copying torch/include/c10/util/static_tracepoint_elfx86.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2663380Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2664520Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2667280Z copying torch/include/c10/util/IdWrapper.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2669730Z copying torch/include/c10/util/Flags.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2670780Z copying torch/include/c10/util/overloaded.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2675760Z copying torch/include/c10/util/Float8_e4m3fnuz.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2676720Z copying torch/include/c10/util/quint8.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2679140Z copying torch/include/c10/util/Float8_e5m2-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2680800Z copying torch/include/c10/util/StringUtil.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2684010Z copying torch/include/c10/util/Logging.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2685270Z copying torch/include/c10/util/MathConstants.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2689730Z copying torch/include/c10/util/Registry.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2694430Z copying torch/include/c10/util/Optional.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2698350Z copying torch/include/c10/util/Float8_e5m2.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2699430Z copying torch/include/c10/util/tempfile.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2703030Z copying torch/include/c10/util/copysign.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2706480Z copying torch/include/c10/util/ArrayRef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2707350Z copying torch/include/c10/util/thread_name.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2713220Z copying torch/include/c10/util/strides.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2714390Z copying torch/include/c10/util/Unicode.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2721640Z copying torch/include/c10/util/Float8_e8m0fnu.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2722540Z copying torch/include/c10/util/TypeCast.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2729930Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2730980Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2732210Z copying torch/include/c10/util/BFloat16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2737350Z copying torch/include/c10/util/TypeList.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2738820Z copying torch/include/c10/util/TypeIndex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2745860Z copying torch/include/c10/util/NetworkFlow.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2746870Z copying torch/include/c10/util/Array.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2748180Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2753270Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2754460Z copying torch/include/c10/util/WaitCounter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2760770Z copying torch/include/c10/util/quint2x4.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2762220Z copying torch/include/c10/util/floating_point_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2768620Z copying torch/include/c10/util/ParallelGuard.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2769840Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2771060Z copying torch/include/c10/util/int128.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2777830Z copying torch/include/c10/util/Lazy.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2778720Z copying torch/include/c10/util/Deprecated.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2786070Z copying torch/include/c10/util/irange.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2787050Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2788370Z copying torch/include/c10/util/ScopeExit.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2793950Z copying torch/include/c10/util/Unroll.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2794990Z copying torch/include/c10/util/LeftRight.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2802340Z copying torch/include/c10/util/bit_cast.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2803450Z copying torch/include/c10/util/qint8.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2810190Z copying torch/include/c10/util/complex_math.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2811190Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2812540Z copying torch/include/c10/util/DynamicCounter.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2817670Z copying torch/include/c10/util/Exception.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2818860Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2826070Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2826990Z copying torch/include/c10/util/Float8_e4m3fn.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2828210Z copying torch/include/c10/util/AbortHandler.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2834200Z copying torch/include/c10/util/DimVector.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2835230Z copying torch/include/c10/util/accumulate.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2841870Z copying torch/include/c10/util/C++17.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2843900Z copying torch/include/c10/util/strong_type.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2849900Z copying torch/include/c10/util/ApproximateClock.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2850910Z copying torch/include/c10/util/SmallVector.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2852340Z copying torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2857140Z copying torch/include/c10/util/hash.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2858240Z copying torch/include/c10/util/python_stub.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2861730Z copying torch/include/c10/util/complex.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2868860Z copying torch/include/c10/util/bits.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2872030Z copying torch/include/c10/util/string_view.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2878030Z copying torch/include/c10/util/complex_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2879030Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2880300Z copying torch/include/c10/util/generic_math.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util 2025-09-07T07:26:35.2881700Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2882230Z copying torch/include/c10/metal/utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2883530Z copying torch/include/c10/metal/igamma.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2885000Z copying torch/include/c10/metal/special_math.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2887090Z copying torch/include/c10/metal/reduction_utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2890220Z copying torch/include/c10/metal/expm1f.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2891140Z copying torch/include/c10/metal/common.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2894470Z copying torch/include/c10/metal/indexing.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2899760Z copying torch/include/c10/metal/random.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2903520Z copying torch/include/c10/metal/atomic.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal 2025-09-07T07:26:35.2907790Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2908220Z copying torch/include/c10/cuda/CUDADeviceAssertion.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2909470Z copying torch/include/c10/cuda/driver_api.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2912860Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2916610Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2920430Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2921210Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2925990Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2930360Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2933340Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2938980Z copying torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2942050Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2946720Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2947520Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2952020Z copying torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda 2025-09-07T07:26:35.2956370Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/impl 2025-09-07T07:26:35.2956690Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/impl 2025-09-07T07:26:35.2959520Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/impl 2025-09-07T07:26:35.2960380Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu 2025-09-07T07:26:35.2960930Z copying torch/include/c10/xpu/XPUStream.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu 2025-09-07T07:26:35.2966070Z copying torch/include/c10/xpu/XPUDeviceProp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu 2025-09-07T07:26:35.2968500Z copying torch/include/c10/xpu/XPUCachingAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu 2025-09-07T07:26:35.2973780Z copying torch/include/c10/xpu/XPUMacros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu 2025-09-07T07:26:35.2974700Z copying torch/include/c10/xpu/XPUException.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu 2025-09-07T07:26:35.2978100Z copying torch/include/c10/xpu/XPUFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu 2025-09-07T07:26:35.2982420Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/impl 2025-09-07T07:26:35.2982780Z copying torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/impl 2025-09-07T07:26:35.2986840Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/test 2025-09-07T07:26:35.2987060Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/test/impl 2025-09-07T07:26:35.2987630Z copying torch/include/c10/xpu/test/impl/XPUTest.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/test/impl 2025-09-07T07:26:35.2990660Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/macros 2025-09-07T07:26:35.2990920Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/macros 2025-09-07T07:26:35.2992190Z copying torch/include/c10/macros/Export.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/macros 2025-09-07T07:26:35.2995880Z copying torch/include/c10/macros/Macros.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/macros 2025-09-07T07:26:35.2999000Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/mobile 2025-09-07T07:26:35.2999490Z copying torch/include/c10/mobile/CPUCachingAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/mobile 2025-09-07T07:26:35.3003470Z copying torch/include/c10/mobile/CPUProfilingAllocator.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/mobile 2025-09-07T07:26:35.3004290Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/fp16 2025-09-07T07:26:35.3004860Z copying torch/include/fp16/fp16.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fp16 2025-09-07T07:26:35.3007900Z copying torch/include/fp16/psimd.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fp16 2025-09-07T07:26:35.3012770Z copying torch/include/fp16/bitcasts.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/fp16 2025-09-07T07:26:35.3016700Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3020270Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3021230Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3026030Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3029160Z copying torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3035100Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3036160Z copying torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3038890Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3044150Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3046510Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3047530Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3054480Z copying torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3055580Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3063750Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3064900Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3066460Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3071660Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3072870Z copying torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3074180Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3075450Z copying torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3076780Z copying torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3078060Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3079350Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3080580Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3082150Z copying torch/include/torch/csrc/distributed/c10d/NanCheck.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3083510Z copying torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3084710Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3086000Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3087340Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3088590Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3089900Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3095000Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGlooDetail.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3098090Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3099360Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3104380Z copying torch/include/torch/csrc/distributed/c10d/FlightRecorderDetail.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3105870Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3112090Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3113210Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3114500Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:35.3120540Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_collectives 2025-09-07T07:26:35.3121030Z copying torch/include/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_collectives 2025-09-07T07:26:35.3122400Z copying torch/include/torch/csrc/distributed/c10d/control_collectives/ControlCollectives.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_collectives 2025-09-07T07:26:35.3128270Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/cuda 2025-09-07T07:26:35.3128720Z copying torch/include/torch/csrc/distributed/c10d/cuda/CUDAEventCache.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/cuda 2025-09-07T07:26:35.3129960Z copying torch/include/torch/csrc/distributed/c10d/cuda/StreamBlock.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/cuda 2025-09-07T07:26:35.3131230Z copying torch/include/torch/csrc/distributed/c10d/cuda/utils.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/cuda 2025-09-07T07:26:35.3137200Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_plane 2025-09-07T07:26:35.3138050Z copying torch/include/torch/csrc/distributed/c10d/control_plane/WorkerServer.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_plane 2025-09-07T07:26:35.3139230Z copying torch/include/torch/csrc/distributed/c10d/control_plane/Handlers.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_plane 2025-09-07T07:26:35.3145550Z copying torch/include/torch/csrc/distributed/c10d/symm_mem/SymmetricMemory.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:35.3146540Z copying torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryTypes.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:35.3153280Z copying torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryUtils.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:35.3154350Z copying torch/include/torch/csrc/distributed/c10d/symm_mem/intra_node_comm.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:35.3155760Z copying torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:35.3161860Z copying torch/include/torch/csrc/distributed/c10d/symm_mem/DMAConnectivity.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:35.3163180Z copying torch/include/torch/csrc/jit/testing/catch_utils.hpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/testing 2025-09-07T07:26:35.3169830Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3171530Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3172540Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3177780Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3178710Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3186060Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3187170Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3188440Z copying torch/include/ATen/native/cuda/cutlass_common.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3195800Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3196640Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3198000Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3199170Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3200490Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3201830Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3203150Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3204590Z copying torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3205840Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3209500Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3212710Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3216960Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3217910Z copying torch/include/ATen/native/cuda/fused_adagrad_impl.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3219890Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3221210Z copying torch/include/ATen/native/cuda/fused_adagrad_utils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3222550Z copying torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3225700Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3229500Z copying torch/include/ATen/native/cuda/GroupMMCommon.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3230790Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3236390Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3238830Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3244370Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3245190Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3247840Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3253680Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3254850Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3261980Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3262980Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3270460Z copying torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3271570Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda 2025-09-07T07:26:35.3272820Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3279220Z copying torch/include/ATen/cuda/cub-RadixSortPairs.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3287000Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3288270Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3289690Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3294420Z copying torch/include/ATen/cuda/PhiloxUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3295860Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3302040Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3303050Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3304280Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3309880Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3311340Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3318000Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda 2025-09-07T07:26:35.3319490Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:35.3325800Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:35.3326730Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:35.3328030Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:35.3333890Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:35.3334760Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail 2025-09-07T07:26:35.3341310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/csrc 2025-09-07T07:26:35.3341600Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/csrc/inductor 2025-09-07T07:26:35.3342120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:35.3342710Z copying torch/csrc/inductor/aoti_runtime/model.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:35.3344500Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/aoti_runtime 2025-09-07T07:26:35.3344880Z copying torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/aoti_runtime 2025-09-07T07:26:35.3513660Z copying torch/_inductor/script.ld -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor 2025-09-07T07:26:35.3519320Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:35.3519770Z copying torch/_inductor/kernel/flex/templates/flex_backwards.py.jinja -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:35.3529240Z copying torch/_inductor/kernel/flex/templates/flex_decode.py.jinja -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:35.3536270Z copying torch/_inductor/kernel/flex/templates/utilities.py.jinja -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:35.3542310Z copying torch/_inductor/kernel/flex/templates/flex_attention.py.jinja -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:35.3543170Z copying torch/_inductor/kernel/flex/templates/common.py.jinja -> build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:35.3553750Z copying torch/_export/serde/schema.yaml -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde 2025-09-07T07:26:35.3559360Z copying torch/_export/serde/export_schema.thrift -> build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde 2025-09-07T07:26:35.3567830Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/share 2025-09-07T07:26:35.3568310Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake 2025-09-07T07:26:35.3569080Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/ATen 2025-09-07T07:26:35.3569500Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/ATen 2025-09-07T07:26:35.3571210Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2 2025-09-07T07:26:35.3571770Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2 2025-09-07T07:26:35.3573420Z copying torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2 2025-09-07T07:26:35.3574840Z copying torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2 2025-09-07T07:26:35.3576250Z copying torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2 2025-09-07T07:26:35.3578370Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2 2025-09-07T07:26:35.3579390Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2 2025-09-07T07:26:35.3580760Z copying torch/share/cmake/Caffe2/FindCUDSS.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2 2025-09-07T07:26:35.3582120Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3582750Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3584050Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3585270Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3586530Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3588000Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3589230Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3590520Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3591760Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3593010Z copying torch/share/cmake/Caffe2/public/xpu.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public 2025-09-07T07:26:35.3594370Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-09-07T07:26:35.3595010Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-09-07T07:26:35.3596310Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-09-07T07:26:35.3597600Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-09-07T07:26:35.3598360Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-09-07T07:26:35.3599610Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-09-07T07:26:35.3601770Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-09-07T07:26:35.3602560Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:35.3603290Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:35.3604610Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:35.3606000Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:35.3607200Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:35.3608390Z creating build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Torch 2025-09-07T07:26:35.3609030Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Torch 2025-09-07T07:26:35.3610500Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Torch 2025-09-07T07:26:35.3611620Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils 2025-09-07T07:26:35.3648690Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:35.3661970Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:35.3668610Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:35.3671900Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:35.3672750Z copying torch/utils/model_dump/skeleton.html -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump 2025-09-07T07:26:35.3682640Z copying torch/utils/model_dump/code.js -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump 2025-09-07T07:26:35.3695030Z copying torch/utils/model_dump/preact.mjs -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump 2025-09-07T07:26:35.3701320Z copying torch/utils/model_dump/htm.mjs -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump 2025-09-07T07:26:35.3706880Z copying torch/_dynamo/graph_break_registry.json -> build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo 2025-09-07T07:26:35.3733870Z copying torch/lib/libtorch_python.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:35.4499050Z copying torch/lib/libbackend_with_compiler.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:35.4537460Z copying torch/lib/libtorch.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:35.4546800Z copying torch/lib/libtorch_global_deps.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:35.4556330Z copying torch/lib/libtorch_cpu.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:36.8049940Z copying torch/lib/libjitbackend_test.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:36.8184720Z copying torch/lib/libc10.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:36.8265190Z copying torch/lib/libtorchbind_test.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:36.8380880Z copying torch/lib/libaoti_custom_ops.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:36.8463920Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged 2025-09-07T07:26:36.8464280Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8465100Z copying torchgen/packaged/autograd/load_derivatives.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8504170Z copying torchgen/packaged/autograd/build.bzl -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8509240Z copying torchgen/packaged/autograd/gen_autograd.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8514290Z copying torchgen/packaged/autograd/gen_python_functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8527310Z copying torchgen/packaged/autograd/gen_autograd_functions.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8538960Z copying torchgen/packaged/autograd/gen_variable_factories.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8543840Z copying torchgen/packaged/autograd/__init__.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8544610Z copying torchgen/packaged/autograd/gen_variable_type.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8568460Z copying torchgen/packaged/autograd/README.md -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8574930Z copying torchgen/packaged/autograd/context.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8579810Z copying torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8594940Z copying torchgen/packaged/autograd/deprecated.yaml -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8600190Z copying torchgen/packaged/autograd/BUILD.bazel -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8605560Z copying torchgen/packaged/autograd/gen_trace_type.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8614960Z copying torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8619920Z copying torchgen/packaged/autograd/derivatives.yaml -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8657900Z copying torchgen/packaged/autograd/gen_view_funcs.py -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd 2025-09-07T07:26:36.8664120Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8664770Z copying torchgen/packaged/autograd/templates/python_return_types.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8669590Z copying torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8674480Z copying torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8679220Z copying torchgen/packaged/autograd/templates/python_functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8683680Z copying torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8687700Z copying torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8691740Z copying torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8695480Z copying torchgen/packaged/autograd/templates/ViewFuncs.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8699430Z copying torchgen/packaged/autograd/templates/python_return_types.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8703770Z copying torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8707810Z copying torchgen/packaged/autograd/templates/TraceType.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8712060Z copying torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8722320Z copying torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8727400Z copying torchgen/packaged/autograd/templates/python_functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8732340Z copying torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8737290Z copying torchgen/packaged/autograd/templates/VariableType.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8742530Z copying torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8747200Z copying torchgen/packaged/autograd/templates/VariableType.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8752030Z copying torchgen/packaged/autograd/templates/Functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8756970Z copying torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8761480Z copying torchgen/packaged/autograd/templates/variable_factories.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8766570Z copying torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8771280Z copying torchgen/packaged/autograd/templates/Functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates 2025-09-07T07:26:36.8775740Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen 2025-09-07T07:26:36.8776120Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/native 2025-09-07T07:26:36.8776650Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/native 2025-09-07T07:26:36.8847500Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/native 2025-09-07T07:26:36.8854970Z creating build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8855600Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8860710Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8870070Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8874860Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8879670Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8884710Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8889450Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8894130Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8898600Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8903470Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8913350Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8921200Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8924980Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8928860Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8933200Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8937170Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8940880Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8945060Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8948980Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8952840Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8956820Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8960610Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8964420Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8972400Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8973400Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8977570Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8981510Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8985490Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8989990Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8993880Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.8997780Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.9001600Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.9005690Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.9010480Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.9014820Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.9019700Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.9024580Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.9029170Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.9036570Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates 2025-09-07T07:26:36.9048720Z copying torch/nn/parameter.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:36.9050930Z copying torch/nn/functional.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/nn 2025-09-07T07:26:36.9052390Z copying torch/utils/_config_typing.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils 2025-09-07T07:26:36.9054130Z copying torch/jit/_script.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/jit 2025-09-07T07:26:36.9056440Z copying torch/distributed/optim/zero_redundancy_optimizer.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim 2025-09-07T07:26:36.9057870Z copying torch/optim/_multi_tensor/__init__.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/optim/_multi_tensor 2025-09-07T07:26:36.9059660Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes 2025-09-07T07:26:36.9400120Z running build_ext 2025-09-07T07:26:36.9419290Z -- Building with NumPy bindings 2025-09-07T07:26:36.9419460Z -- Not using cuDNN 2025-09-07T07:26:36.9419590Z -- Not using CUDA 2025-09-07T07:26:36.9419780Z -- Not using XPU 2025-09-07T07:26:36.9419900Z -- Not using MKLDNN 2025-09-07T07:26:36.9420020Z -- Not using NCCL 2025-09-07T07:26:36.9420160Z -- Building with distributed package: 2025-09-07T07:26:36.9420350Z -- USE_TENSORPIPE=False 2025-09-07T07:26:36.9420490Z -- USE_GLOO=False 2025-09-07T07:26:36.9420610Z -- USE_MPI=False 2025-09-07T07:26:36.9420730Z -- Not using ITT 2025-09-07T07:26:37.0419400Z Copying functorch._C from functorch/functorch.so to /Users/ec2-user/runner/_work/pytorch/pytorch/build/lib.macosx-14.0-arm64-cpython-312/functorch/_C.cpython-312-darwin.so 2025-09-07T07:26:37.0420310Z copying functorch/functorch.so -> /Users/ec2-user/runner/_work/pytorch/pytorch/build/lib.macosx-14.0-arm64-cpython-312/functorch/_C.cpython-312-darwin.so 2025-09-07T07:26:37.0460750Z building 'torch._C' extension 2025-09-07T07:26:37.0461240Z creating build/temp.macosx-14.0-arm64-cpython-312 2025-09-07T07:26:37.0461830Z creating build/temp.macosx-14.0-arm64-cpython-312/torch 2025-09-07T07:26:37.0462360Z creating build/temp.macosx-14.0-arm64-cpython-312/torch/csrc 2025-09-07T07:26:37.0464580Z clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -I/Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/include -I/opt/homebrew/opt/python@3.12/Frameworks/Python.framework/Versions/3.12/include/python3.12 -c torch/csrc/stub.c -o build/temp.macosx-14.0-arm64-cpython-312/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing 2025-09-07T07:26:37.1561970Z clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk build/temp.macosx-14.0-arm64-cpython-312/torch/csrc/stub.o -L/Users/ec2-user/runner/_work/pytorch/pytorch/torch/lib -ltorch_python -o build/lib.macosx-14.0-arm64-cpython-312/torch/_C.cpython-312-darwin.so -Wl,-rpath,@loader_path/lib 2025-09-07T07:26:37.2593310Z copying /opt/homebrew/opt/libomp/lib/libomp.dylib -> build/lib.macosx-14.0-arm64-cpython-312/torch/lib 2025-09-07T07:26:38.1181580Z copying /opt/homebrew/opt/libomp/include/omp.h -> build/lib.macosx-14.0-arm64-cpython-312/torch/include 2025-09-07T07:26:38.1238070Z /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-09-07T07:26:38.1238630Z !! 2025-09-07T07:26:38.1238690Z 2025-09-07T07:26:38.1238770Z ******************************************************************************** 2025-09-07T07:26:38.1239000Z Please avoid running ``setup.py`` directly. 2025-09-07T07:26:38.1239240Z Instead, use pypa/build, pypa/installer or other 2025-09-07T07:26:38.1239560Z standards-based tools. 2025-09-07T07:26:38.1239670Z 2025-09-07T07:26:38.1239860Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-09-07T07:26:38.1240160Z ******************************************************************************** 2025-09-07T07:26:38.1240300Z 2025-09-07T07:26:38.1240340Z !! 2025-09-07T07:26:38.1240440Z self.initialize_options() 2025-09-07T07:26:38.1262400Z installing to build/bdist.macosx-14.0-arm64/wheel 2025-09-07T07:26:38.1262610Z running install 2025-09-07T07:26:38.1301420Z running install_lib 2025-09-07T07:26:38.1327470Z creating build/bdist.macosx-14.0-arm64 2025-09-07T07:26:38.1327870Z creating build/bdist.macosx-14.0-arm64/wheel 2025-09-07T07:26:38.1329320Z creating build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.1330390Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1331160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/flat_apply.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1332590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/foreach_map.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1333900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/effects.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1335100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/_invoke_quant.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1336410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/invoke_subgraph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1337960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/aoti_call_delegate.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1339000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/while_loop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1340400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/base_hop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1341610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1342830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/strict_mode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1344040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/torchbind.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1345150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/cond.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1346410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/map.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1347560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/hints_wrap.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1348770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1350110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/out_dtype.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1351300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/executorch_call_delegate.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1352600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/scan.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1353920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/run_const_graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1355170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/associative_scan.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1356480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/auto_functionalize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1357780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/triton_kernel_wrap.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1359480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/flex_attention.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1360750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/wrap.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1361880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_higher_order_ops/schema.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_higher_order_ops 2025-09-07T07:26:38.1363340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_prims 2025-09-07T07:26:38.1363990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_prims/debug_prims.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_prims 2025-09-07T07:26:38.1365210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_prims/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_prims 2025-09-07T07:26:38.1366930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_prims/context.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_prims 2025-09-07T07:26:38.1368980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_prims/rng_prims.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_prims 2025-09-07T07:26:38.1370330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_prims/executor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_prims 2025-09-07T07:26:38.1371700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_storage_docs.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.1373380Z creating build/bdist.macosx-14.0-arm64/wheel/torch/csrc 2025-09-07T07:26:38.1374490Z creating build/bdist.macosx-14.0-arm64/wheel/torch/csrc/inductor 2025-09-07T07:26:38.1375080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.1375900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/csrc/inductor/aoti_runtime/model.h -> build/bdist.macosx-14.0-arm64/wheel/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.1377350Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_logging 2025-09-07T07:26:38.1377980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_logging/_internal.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_logging 2025-09-07T07:26:38.1379610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_logging/scribe.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_logging 2025-09-07T07:26:38.1380730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_logging/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_logging 2025-09-07T07:26:38.1381920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_logging/_registrations.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_logging 2025-09-07T07:26:38.1383090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_logging/structured.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_logging 2025-09-07T07:26:38.1384640Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1385300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/partitioners.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1387110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/compile_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1388310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1389390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/autograd_function.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1391090Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:38.1391790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing/graph_info_provider.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:38.1393060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing/knapsack.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:38.1394640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:38.1395970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing/ac_logging_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:38.1397230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_activation_checkpointing/knapsack_evaluator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_activation_checkpointing 2025-09-07T07:26:38.1398310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/python_key.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1399520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/pytree_hacks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1400740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/pyfunctorch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1401860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/deprecated.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1404860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/top_operators_github_usage.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1406050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1407430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/batch_norm_replacement.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1408860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/fx_minifier.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1410320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/predispatch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1413570Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1414360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/input_output_analysis.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1416080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1419440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1420460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/functional_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1421940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/autograd_cache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1423300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/descriptors.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1424670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/graph_capture_wrappers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1426390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/schemas.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1427740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1429210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/fx_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1430410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1431770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/frontend_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1432930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/graph_capture.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1434260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/graph_compile.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1435730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/subclass_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1436880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/logging_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1438090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/_aot_autograd/subclass_parametrization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch/_aot_autograd 2025-09-07T07:26:38.1439190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/apis.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1440560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1441840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/aot_autograd.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1443400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/compilers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1444570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/eager_transforms.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1446080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/vmap.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1447450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/benchmark_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1448690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/make_functional.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1450170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_functorch/functional_call.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_functorch 2025-09-07T07:26:38.1451570Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1452370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_reductions_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1453460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_getlimits.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1454640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_unary_ufuncs_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1455870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_casting_dicts.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1457140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1458410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_binary_ufuncs_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1459500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/random.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1460900Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_numpy/testing 2025-09-07T07:26:38.1461580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/testing/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy/testing 2025-09-07T07:26:38.1462790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/testing/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy/testing 2025-09-07T07:26:38.1464590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_dtypes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1465870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/linalg.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1467080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_ndarray.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1468670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_ufuncs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1469730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_util.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1471020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_normalizations.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1472230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_dtypes_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1473500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/fft.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1474840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_funcs_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1476350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_numpy/_funcs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_numpy 2025-09-07T07:26:38.1477960Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1478730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/error.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1479910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/tools.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1481230Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_export/pass_infra 2025-09-07T07:26:38.1481990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/pass_infra/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/pass_infra 2025-09-07T07:26:38.1482930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/pass_infra/proxy_value.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/pass_infra 2025-09-07T07:26:38.1484190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/pass_infra/node_metadata.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/pass_infra 2025-09-07T07:26:38.1485700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1486430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/insert_custom_op_guards.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1487640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1488970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1490150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/collect_tracepoints_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1491380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/replace_with_hop_pass_util.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1492590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1493760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/_node_metadata_hook.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1495110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/lift_constants_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1496200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/constant_folding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1497510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1498740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/replace_autocast_with_hop_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1499850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1501010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1502300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/passes/remove_runtime_assertions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/passes 2025-09-07T07:26:38.1503450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/converter.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1504900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1506100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/pass_base.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1507440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1509000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/wrappers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1510330Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_export/db 2025-09-07T07:26:38.1511100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/logging.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db 2025-09-07T07:26:38.1512290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db 2025-09-07T07:26:38.1513490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/gen_example.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db 2025-09-07T07:26:38.1515150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1515910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/list_unpack.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1517090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/specialized_attribute.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1518350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/static_for_loop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1519600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/cond_closed_over_variable.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1520770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/fn_with_kwargs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1521970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/constrain_as_value_example.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1523050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/dynamic_shape_slicing.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1524250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1525330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/autograd_function.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1526520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/type_reflection_method.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1527670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/cond_operands.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1528740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/decorator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1529920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/dynamic_shape_view.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1531130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/dynamic_shape_map.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1532290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/nested_function.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1533480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/dynamic_shape_constructor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1534540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1535860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/dynamic_shape_if_guard.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1536980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/assume_constant_result.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1538170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/cond_branch_class_method.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1539370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/class_method.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1540620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/pytree_flatten.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1541710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/scalar_output.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1542870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/cond_predicate.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1544120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/dynamic_shape_assert.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1545270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/unsupported_operator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1546540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/tensor_setattr.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1547690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/optional_input.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1548890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/constrain_as_size_example.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1550110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/static_if.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1551310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/dictionary.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1552560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/list_contains.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1553710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/dynamic_shape_round.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1554920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/user_input_mutation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1556320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/null_context_manager.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1557310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/cond_branch_nested_function.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1558510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/examples/model_attr_mutation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db/examples 2025-09-07T07:26:38.1559590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/db/case.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/db 2025-09-07T07:26:38.1560800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/non_strict_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1562490Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_export/serde 2025-09-07T07:26:38.1563190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde/serialize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/serde 2025-09-07T07:26:38.1565220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/serde 2025-09-07T07:26:38.1566070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde/schema_check.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/serde 2025-09-07T07:26:38.1567600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde/schema.yaml -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/serde 2025-09-07T07:26:38.1568720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde/dynamic_shapes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/serde 2025-09-07T07:26:38.1569860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde/export_schema.thrift -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/serde 2025-09-07T07:26:38.1570890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde/union.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/serde 2025-09-07T07:26:38.1572120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/serde/schema.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export/serde 2025-09-07T07:26:38.1573280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_export/verifier.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_export 2025-09-07T07:26:38.1574870Z creating build/bdist.macosx-14.0-arm64/wheel/torch/monitor 2025-09-07T07:26:38.1575580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/monitor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/monitor 2025-09-07T07:26:38.1577100Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_dispatch 2025-09-07T07:26:38.1577670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dispatch/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dispatch 2025-09-07T07:26:38.1578520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dispatch/python.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dispatch 2025-09-07T07:26:38.1579960Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_subclasses 2025-09-07T07:26:38.1580610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses/functional_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_subclasses 2025-09-07T07:26:38.1581990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses/meta_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_subclasses 2025-09-07T07:26:38.1583740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_subclasses 2025-09-07T07:26:38.1584950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses/_fake_tensor_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_subclasses 2025-09-07T07:26:38.1586100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses/fake_impls.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_subclasses 2025-09-07T07:26:38.1587480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses/fake_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_subclasses 2025-09-07T07:26:38.1589370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses/schema_check_mode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_subclasses 2025-09-07T07:26:38.1590480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_subclasses/fake_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_subclasses 2025-09-07T07:26:38.1591590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_meta_registrations.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.1594370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/version.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.1595480Z creating build/bdist.macosx-14.0-arm64/wheel/torch/futures 2025-09-07T07:26:38.1596120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/futures/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/futures 2025-09-07T07:26:38.1597220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/library.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.1599380Z creating build/bdist.macosx-14.0-arm64/wheel/torch/linalg 2025-09-07T07:26:38.1599820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/linalg/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/linalg 2025-09-07T07:26:38.1601620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_jit_internal.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.1603470Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_custom_op 2025-09-07T07:26:38.1604130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_custom_op/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_custom_op 2025-09-07T07:26:38.1609580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_custom_op/autograd.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_custom_op 2025-09-07T07:26:38.1610230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_custom_op/impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_custom_op 2025-09-07T07:26:38.1610650Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1611050Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/attention 2025-09-07T07:26:38.1611760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention/bias.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/attention 2025-09-07T07:26:38.1613310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/attention/experimental 2025-09-07T07:26:38.1614320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention/experimental/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/attention/experimental 2025-09-07T07:26:38.1615350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention/experimental/_paged_attention.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/attention/experimental 2025-09-07T07:26:38.1616390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/attention 2025-09-07T07:26:38.1617600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention/flex_attention.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/attention 2025-09-07T07:26:38.1619510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/attention/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/attention 2025-09-07T07:26:38.1620590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/parallel 2025-09-07T07:26:38.1621340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel/parallel_apply.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/parallel 2025-09-07T07:26:38.1622470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel/comm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/parallel 2025-09-07T07:26:38.1623710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel/scatter_gather.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/parallel 2025-09-07T07:26:38.1625100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel/replicate.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/parallel 2025-09-07T07:26:38.1626320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel/_functions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/parallel 2025-09-07T07:26:38.1627510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel/data_parallel.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/parallel 2025-09-07T07:26:38.1628530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/parallel 2025-09-07T07:26:38.1629750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parallel/distributed.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/parallel 2025-09-07T07:26:38.1632150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat 2025-09-07T07:26:38.1632560Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/dynamic 2025-09-07T07:26:38.1633290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/dynamic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/dynamic 2025-09-07T07:26:38.1634610Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/dynamic/modules 2025-09-07T07:26:38.1635360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/dynamic/modules 2025-09-07T07:26:38.1636610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/dynamic/modules 2025-09-07T07:26:38.1637780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat 2025-09-07T07:26:38.1639130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/modules 2025-09-07T07:26:38.1639850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/modules 2025-09-07T07:26:38.1641050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/modules 2025-09-07T07:26:38.1642260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/modules/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/modules 2025-09-07T07:26:38.1643480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/qat/modules 2025-09-07T07:26:38.1644650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/common_types.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1646170Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized 2025-09-07T07:26:38.1646930Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/_reference 2025-09-07T07:26:38.1647630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/_reference 2025-09-07T07:26:38.1649080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/_reference/modules 2025-09-07T07:26:38.1649750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/_reference/modules 2025-09-07T07:26:38.1650910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/_reference/modules 2025-09-07T07:26:38.1652150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/_reference/modules 2025-09-07T07:26:38.1653380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/_reference/modules 2025-09-07T07:26:38.1654500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/_reference/modules 2025-09-07T07:26:38.1655670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/_reference/modules 2025-09-07T07:26:38.1657040Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/dynamic 2025-09-07T07:26:38.1657720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/dynamic 2025-09-07T07:26:38.1659340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:38.1660050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:38.1660960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:38.1662050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:38.1663270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/dynamic/modules 2025-09-07T07:26:38.1664360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized 2025-09-07T07:26:38.1665630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/functional.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized 2025-09-07T07:26:38.1667080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1667750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1668980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1670090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1671250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1672480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/activation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1673660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1674860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/dropout.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1676000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1677230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/normalization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1678490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1679650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantized/modules 2025-09-07T07:26:38.1680960Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/backends 2025-09-07T07:26:38.1681600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/backends/thnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/backends 2025-09-07T07:26:38.1682760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/backends/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/backends 2025-09-07T07:26:38.1683710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parameter.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1684840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1686070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/_reduction.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1687500Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1688260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_named_member_accessor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1689390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/spectral_norm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1690490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/convert_parameters.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1691670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/stateless.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1692810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/parametrize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1694330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/memory_format.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1695360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_per_sample_grad.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1696570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1697810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/weight_norm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1698890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/fusion.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1700080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/prune.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1701710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/parametrizations.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1702790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/init.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1703950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_deprecation_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1705200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1706730Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1707560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1708840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1710000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1711380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1712490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1713880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1715100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1716440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1717680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1718910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils/_expanded_weights 2025-09-07T07:26:38.1719970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/utils/clip_grad.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/utils 2025-09-07T07:26:38.1721450Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantizable 2025-09-07T07:26:38.1722110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantizable 2025-09-07T07:26:38.1723700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantizable/modules 2025-09-07T07:26:38.1724270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantizable/modules 2025-09-07T07:26:38.1725460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable/modules/activation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantizable/modules 2025-09-07T07:26:38.1726610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/quantizable/modules/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/quantizable/modules 2025-09-07T07:26:38.1727760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/cpp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1729080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic 2025-09-07T07:26:38.1729890Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/qat 2025-09-07T07:26:38.1730540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/qat 2025-09-07T07:26:38.1731950Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:38.1732640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:38.1733940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:38.1735100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:38.1736310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/qat/modules 2025-09-07T07:26:38.1737550Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized 2025-09-07T07:26:38.1738390Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2025-09-07T07:26:38.1739130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2025-09-07T07:26:38.1740560Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:38.1741340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:38.1742690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:38.1743790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized 2025-09-07T07:26:38.1745120Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:38.1746130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:38.1747670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:38.1749030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:38.1750470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/quantized/modules 2025-09-07T07:26:38.1751380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic 2025-09-07T07:26:38.1752800Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/modules 2025-09-07T07:26:38.1753570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/modules/fused.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/modules 2025-09-07T07:26:38.1754720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/intrinsic/modules 2025-09-07T07:26:38.1755900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/functional.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1758730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/init.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1759950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/functional.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1761180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/grad.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1762720Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1763460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/upsampling.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1764580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/channelshuffle.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1765750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/instancenorm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1766970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/flatten.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1768100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/batchnorm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1769500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1770630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/_functions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1771690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/pooling.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1773130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1774400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/distance.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1775730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/container.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1777050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/pixelshuffle.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1778190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/adaptive.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1779320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/loss.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1781030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/activation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1782340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1783640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/transformer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1785030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/sparse.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1786270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1788000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/dropout.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1789460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1791100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/lazy.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1792740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/normalization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1794160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1795970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/padding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1797320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/modules/fold.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn/modules 2025-09-07T07:26:38.1798490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nn/parameter.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nn 2025-09-07T07:26:38.1799780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_thread_safe_fork.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.1801040Z creating build/bdist.macosx-14.0-arm64/wheel/torch/mps 2025-09-07T07:26:38.1801740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/mps/event.py -> build/bdist.macosx-14.0-arm64/wheel/torch/mps 2025-09-07T07:26:38.1803060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/mps/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/mps 2025-09-07T07:26:38.1804150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/mps/profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/mps 2025-09-07T07:26:38.1806410Z creating build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1806980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_ConstexprCrc_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1811200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/type_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1815670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/cpu_allocator_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1819420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/weakref_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1823260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_string_view_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1826950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_exception_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1831140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/packedtensoraccessor_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1835010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/quantized_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1839680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_small_vector_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1849710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/type_ptr_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1853600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_error_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1857490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_Semaphore_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1861470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_SizesAndStrides_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1865290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/scalar_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1869740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_ordered_preserving_dict_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1874240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/math_kernel_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1878050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/kernel_stackbased_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1883520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_Metaprogramming_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1887750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/MaybeOwned_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1892560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_ArrayRef_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1896450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/operator_name_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1900130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_Synchronized_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1903940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/inline_container_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1908730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_ssize_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1912740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_cow_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1917630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/Dimname_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1921930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/cpu_rng_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1927870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/kernel_lambda_legacy_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1937020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/mps_test_objc_interface -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1940880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/mps_test_allocator -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1944740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/dlconvertor_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.1974160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_AllocatorConfig_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2003220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/cpu_profiling_allocator_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2045550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_intrusive_ptr_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2125650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/pow_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2182330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_DispatchKeySet_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2220230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_NetworkFlow_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2251770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_Enumerate_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2279360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/backend_fallback_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2312500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_InlineStreamGuard_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2359760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_optional_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2418200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_TypeIndex_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2447800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/undefined_tensor_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2479940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/basic -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2513100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/List_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2596300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_SymInt_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2627620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2650810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/extension_backend_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2680330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_Bitset_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2715800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/thread_init_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2735900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/kernel_function_legacy_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2787780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/apply_utils_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2836110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2918040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_Scalar_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2932960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/legacy_vmap_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.2985190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_DeviceGuard_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3020630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/CppSignature_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3044960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/reportMemoryUsage_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3095660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/lazy_tensor_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3125370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/mps_test_metal_library -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3158540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_string_util_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3187110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/reduce_ops_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3231380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/stride_properties_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3262520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_StreamGuard_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3310210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/IListRef_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3335210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/NamedTensor_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3345360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/verify_api_visibility -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3407310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/test_parallel -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3455350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/operators_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3489400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/op_allowlist_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3517790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_bit_cast_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3561350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/mps_test_print -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3592280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/scalar_tensor_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3626290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_Half_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3669470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_registry_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3691670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/xla_tensor_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3726150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/half_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3756180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_complex_math_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3784880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_DeadlockDetection_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3815300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_accumulate_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3846950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_ThreadLocal_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3878600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/native_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3911680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_TypeList_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3939490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_IntrusiveList_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3968840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_bfloat16_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.3978950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_InlineDeviceGuard_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4007730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/wrapdim_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4031590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/op_registration_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4904480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_lazy_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4909080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/atest -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4913450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_generic_math_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4917320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/kernel_function_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4924380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/kernel_lambda_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4931770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/memory_overlapping_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4935980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/Dict_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4941090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_irange_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4950010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/mobile_memory_cleanup -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4950670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_tempfile_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4953640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4957440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/StorageUtils_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4961240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_Device_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4965220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/broadcast_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4969110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_LeftRight_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4973060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/ivalue_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4979040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_flags_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4982780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_TypeTraits_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.4986560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/KernelFunction_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.5014830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/memory_format_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.5057750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_logging_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.5090640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/tensor_iterator_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.5126730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/cpu_generator_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.5166380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_typeid_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.5213670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/test/c10_complex_test -> build/bdist.macosx-14.0-arm64/wheel/torch/test 2025-09-07T07:26:38.5249260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_custom_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.5266710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5267190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_constants.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5272820Z creating build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal 2025-09-07T07:26:38.5273560Z creating build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5274340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/registration.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5278940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/_type_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5298070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset15.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5324810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset7.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5329790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5334740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/verification.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5354490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5367740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5381350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5385380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/_globals.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5395260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_helper.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5412280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5414650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5415560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset8.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5442820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset19.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5447070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5456740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/_experimental.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5472200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5473420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5474810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/onnx_proto_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5483790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5501770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5532620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5543420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/torchscript_exporter/jit_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/torchscript_exporter 2025-09-07T07:26:38.5554830Z creating build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/fx 2025-09-07T07:26:38.5555530Z creating build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/fx/passes 2025-09-07T07:26:38.5556300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx/passes/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/fx/passes 2025-09-07T07:26:38.5561930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx/passes/type_promotion.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/fx/passes 2025-09-07T07:26:38.5563240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx/type_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/fx 2025-09-07T07:26:38.5573180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/fx 2025-09-07T07:26:38.5573900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/fx/_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/fx 2025-09-07T07:26:38.5592760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal 2025-09-07T07:26:38.5593430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/_lazy_import.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal 2025-09-07T07:26:38.5602410Z creating build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5603020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_constants.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5613230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_analysis.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5623930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_flags.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5629430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_errors.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5640420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_capture_strategies.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5644420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_tensors.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5660610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_dispatching.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5676130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_isolated.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5691530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_decomp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5708330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5709120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_onnx_program.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5717130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib 2025-09-07T07:26:38.5717800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib 2025-09-07T07:26:38.5725640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib 2025-09-07T07:26:38.5726460Z creating build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:38.5727180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops/nn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:38.5751480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:38.5763800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops/core.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:38.5771210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops/symops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:38.5776230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops/symbolic.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:38.5777150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/ops/hop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib/ops 2025-09-07T07:26:38.5778260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter/_torchlib 2025-09-07T07:26:38.5779470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_building.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5780870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_dynamic_shapes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5782250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_schemas.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5783530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_core.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5785200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_verification.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5786410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_reporting.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5787650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_registration.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5788780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_testing.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5790110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_compat.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5791310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_ir_passes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5792450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_type_casting.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5793720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_internal/exporter/_fx_passes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/_internal/exporter 2025-09-07T07:26:38.5794840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset15.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5796100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset7.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5797250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset11.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5798460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/verification.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5799710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/_flags.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5800890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset10.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5802060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset20.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5803170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset14.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5804320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_helper.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5805560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset9.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5806760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5808060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset8.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5824520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset19.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5829250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5838500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset18.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5851400Z creating build/bdist.macosx-14.0-arm64/wheel/torch/onnx/ops 2025-09-07T07:26:38.5851880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/ops/_dtype_mappings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/ops 2025-09-07T07:26:38.5863710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/ops/_symbolic_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/ops 2025-09-07T07:26:38.5864700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/ops/_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/ops 2025-09-07T07:26:38.5880620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/ops/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx/ops 2025-09-07T07:26:38.5892960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/errors.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5908320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset13.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5909920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/operators.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5939670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset17.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5945190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset16.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5947470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/onnx/symbolic_opset12.py -> build/bdist.macosx-14.0-arm64/wheel/torch/onnx 2025-09-07T07:26:38.5949150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.5949870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/FileStoreTest -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.5954720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/test_lazy -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.6246970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/protoc-3.13.0.0 -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.6481120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/torch_shm_manager -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.6482620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/test_cpp_rpc -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.6487000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/test_jit -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.7257990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/test_api -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.8085770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/protoc -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.8289950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/HashStoreTest -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.8294120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/TCPStoreTest -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.8297990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/test_dist_autograd -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.8301870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/bin/test_nativert -> build/bdist.macosx-14.0-arm64/wheel/torch/bin 2025-09-07T07:26:38.8618800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/return_types.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.8620330Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_vendor 2025-09-07T07:26:38.8621290Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_vendor/packaging 2025-09-07T07:26:38.8621990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor/packaging/version.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_vendor/packaging 2025-09-07T07:26:38.8623300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor/packaging/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_vendor/packaging 2025-09-07T07:26:38.8624580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor/packaging/_structures.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_vendor/packaging 2025-09-07T07:26:38.8625700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_vendor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_vendor 2025-09-07T07:26:38.8626770Z creating build/bdist.macosx-14.0-arm64/wheel/torch/cpu 2025-09-07T07:26:38.8627520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cpu/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cpu 2025-09-07T07:26:38.8628830Z creating build/bdist.macosx-14.0-arm64/wheel/torch/cpu/amp 2025-09-07T07:26:38.8629520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cpu/amp/autocast_mode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cpu/amp 2025-09-07T07:26:38.8630940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cpu/amp/grad_scaler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cpu/amp 2025-09-07T07:26:38.8632150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cpu/amp/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cpu/amp 2025-09-07T07:26:38.8634120Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8634670Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tensor 2025-09-07T07:26:38.8635340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tensor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tensor 2025-09-07T07:26:38.8636540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tensor/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tensor 2025-09-07T07:26:38.8637800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tensor/placement_types.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tensor 2025-09-07T07:26:38.8639710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_sharding_spec 2025-09-07T07:26:38.8640710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_sharding_spec/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_sharding_spec 2025-09-07T07:26:38.8641460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_distributed_c10d.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8642400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable_state.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8643570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/logging_handlers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8644690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rendezvous.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8645860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/run.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8647430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_state_dict_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8648990Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/launcher 2025-09-07T07:26:38.8649770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/launcher/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/launcher 2025-09-07T07:26:38.8651010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/launcher/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/launcher 2025-09-07T07:26:38.8652520Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8653280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_async_process_executor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8654520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/logging_handlers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8655800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/format_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8656950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/planner.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8658160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_consolidate_hf_safetensors.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8659400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_dedup_save_plans.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8660590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/state_dict.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8662090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/metadata.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8663290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_storage_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8664470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_version.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8666070Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8666830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8668040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/barriers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8669260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/checkpointer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8670380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8671600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/types.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8672810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/builder.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8673980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/checkpoint_reader.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8675130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8676370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/checkpoint_process.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8677560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/checkpoint_writer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8678760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_experimental/staging.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint/_experimental 2025-09-07T07:26:38.8679850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_traverse.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8681080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8682300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_dedup_tensors.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8683380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/filesystem.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8684710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8686010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/quantized_hf_storage.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8687080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8688290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_hf_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8689520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/logger.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8690690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_pg_transport.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8691790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/resharding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8693000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8694250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8695510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_async_executor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8696680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8697810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/default_planner.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8699240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/storage.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8700520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_state_dict_stager.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8701850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8703430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/optimizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8704700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_async_thread_executor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8706020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/staging.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8707380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_checkpointer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8708730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/stateful.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8710020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_fsspec_filesystem.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8711210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_extension.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8712500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/_nested_dict.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8713850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/checkpoint/hf_storage.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/checkpoint 2025-09-07T07:26:38.8714920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_serialization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8716490Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_sharded_tensor 2025-09-07T07:26:38.8717190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_sharded_tensor 2025-09-07T07:26:38.8718860Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn 2025-09-07T07:26:38.8719680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn 2025-09-07T07:26:38.8720730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/functional.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn 2025-09-07T07:26:38.8722100Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn/jit 2025-09-07T07:26:38.8723000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit/instantiator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn/jit 2025-09-07T07:26:38.8724490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn/jit 2025-09-07T07:26:38.8725600Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn/jit/templates 2025-09-07T07:26:38.8726320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn/jit/templates 2025-09-07T07:26:38.8727380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn/jit/templates 2025-09-07T07:26:38.8728700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn/api 2025-09-07T07:26:38.8729490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/api/remote_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn/api 2025-09-07T07:26:38.8731300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/nn/api/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/nn/api 2025-09-07T07:26:38.8732130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic 2025-09-07T07:26:38.8733110Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/metrics 2025-09-07T07:26:38.8733840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/metrics/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/metrics 2025-09-07T07:26:38.8735130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/metrics/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/metrics 2025-09-07T07:26:38.8736520Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8737350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8738640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8739870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8741300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/_etcd_stub.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8742460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8743960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8745150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8746420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8747580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8748730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8750330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8751530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/rendezvous 2025-09-07T07:26:38.8752990Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:38.8753920Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-09-07T07:26:38.8754810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-09-07T07:26:38.8756270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-09-07T07:26:38.8757520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2025-09-07T07:26:38.8758550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:38.8759850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:38.8760860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:38.8762370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing 2025-09-07T07:26:38.8763720Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2025-09-07T07:26:38.8764480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2025-09-07T07:26:38.8765750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2025-09-07T07:26:38.8766820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2025-09-07T07:26:38.8768080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/timer 2025-09-07T07:26:38.8768830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer/local_timer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/timer 2025-09-07T07:26:38.8769990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer/debug_info_logging.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/timer 2025-09-07T07:26:38.8771270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/timer 2025-09-07T07:26:38.8772450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/timer 2025-09-07T07:26:38.8773610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/timer 2025-09-07T07:26:38.8774890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic 2025-09-07T07:26:38.8776050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/control_plane.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic 2025-09-07T07:26:38.8777540Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils 2025-09-07T07:26:38.8778240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/store.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils 2025-09-07T07:26:38.8779450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/logging.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils 2025-09-07T07:26:38.8780670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils 2025-09-07T07:26:38.8782020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/log_level.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils 2025-09-07T07:26:38.8783250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils 2025-09-07T07:26:38.8784420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/distributed.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils 2025-09-07T07:26:38.8785700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils/data 2025-09-07T07:26:38.8786490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils/data 2025-09-07T07:26:38.8787760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils/data 2025-09-07T07:26:38.8789010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/utils/data 2025-09-07T07:26:38.8790450Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/agent 2025-09-07T07:26:38.8791090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/agent 2025-09-07T07:26:38.8792200Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/agent/server 2025-09-07T07:26:38.8793260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/server/health_check_server.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/agent/server 2025-09-07T07:26:38.8794270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/agent/server 2025-09-07T07:26:38.8795400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/server/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/agent/server 2025-09-07T07:26:38.8796810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/agent/server 2025-09-07T07:26:38.8798410Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/events 2025-09-07T07:26:38.8804280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/events/handlers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/events 2025-09-07T07:26:38.8805140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/events/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/events 2025-09-07T07:26:38.8805980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/elastic/events/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/elastic/events 2025-09-07T07:26:38.8806560Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/autograd 2025-09-07T07:26:38.8807100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/autograd/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/autograd 2025-09-07T07:26:38.8807820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/distributed_c10d.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8808360Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8808920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/_IR.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8810280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/_unflatten.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8811580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/_schedule_visualizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8812810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8814110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/microbatch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8815240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/_backward.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8816410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/_debug.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8817600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/stage.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8819310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/schedules.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8821200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/pipelining/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/pipelining 2025-09-07T07:26:38.8822420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/argparse_util.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8823620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_checkpointable.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8824780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/constants.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8826010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/c10d_logger.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8827460Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms 2025-09-07T07:26:38.8828360Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2025-09-07T07:26:38.8829110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2025-09-07T07:26:38.8830450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2025-09-07T07:26:38.8831800Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_checkpoint 2025-09-07T07:26:38.8832620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_checkpoint 2025-09-07T07:26:38.8833770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_checkpoint 2025-09-07T07:26:38.8834750Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:38.8835510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:38.8836500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:38.8837650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:38.8838950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/model_averaging 2025-09-07T07:26:38.8840420Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8841150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8842340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8843530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8844730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8845940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8847150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8848490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8849740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8851030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2025-09-07T07:26:38.8852900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms 2025-09-07T07:26:38.8853950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/join.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms 2025-09-07T07:26:38.8855110Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2025-09-07T07:26:38.8856050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2025-09-07T07:26:38.8857100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2025-09-07T07:26:38.8858450Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_quantization 2025-09-07T07:26:38.8859280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_quantization 2025-09-07T07:26:38.8860360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/algorithms/_quantization 2025-09-07T07:26:38.8861520Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8862690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/_deprecation_warning.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8864090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/named_optimizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8865490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/zero_redundancy_optimizer.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8866790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8867980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/functional_sgd.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8869170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/functional_adagrad.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8870490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/functional_adamw.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8871710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8872800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/functional_adam.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8873950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8875170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/functional_rprop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8876480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8877640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/optimizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8878860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/functional_adadelta.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8880170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/functional_rmsprop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8881390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8883050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/optim/functional_adamax.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/optim 2025-09-07T07:26:38.8884190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8885260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_dist2.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8886910Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_composable 2025-09-07T07:26:38.8887720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/replicate.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_composable 2025-09-07T07:26:38.8888860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_composable 2025-09-07T07:26:38.8890120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/replicate_with_fsdp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_composable 2025-09-07T07:26:38.8891490Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_composable/fsdp 2025-09-07T07:26:38.8892180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/fsdp/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_composable/fsdp 2025-09-07T07:26:38.8893480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/fsdp/fully_shard.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_composable/fsdp 2025-09-07T07:26:38.8894690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/contract.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_composable 2025-09-07T07:26:38.8895870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_composable 2025-09-07T07:26:38.8897360Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8897920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/mem_tracker.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8899380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/ilp_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8900570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/runtime_estimator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8901850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/fsdp2_mem_tracker.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8903160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/sac_estimator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8904610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8905810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/memory_tracker.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8907030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/fake_collectives.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8908220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/common_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8909430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/sac_ilp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8910630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_tools/mod_tracker.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_tools 2025-09-07T07:26:38.8912120Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8912860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8914060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_traversal_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8915180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8916480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8918050Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8918730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard/_fsdp_api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8920050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard/_fsdp_common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8921190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8922610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8923860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard/_fsdp_param.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8925260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard/_fsdp_init.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8926470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8927670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard/_fully_shard.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8929240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fully_shard/_fsdp_state.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp/_fully_shard 2025-09-07T07:26:38.8930490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8932190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8933300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_optim_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8935010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_trace_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8936170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_common_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8937400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8938610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8939910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8941280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_dynamo_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8942460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8943670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_shard_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8944750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/wrap.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8946200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8947780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8948840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_init_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8950170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_debug_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8951300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/fsdp/_flat_param.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/fsdp 2025-09-07T07:26:38.8953120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/collective_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8954340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_functional_collectives.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.8956070Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard 2025-09-07T07:26:38.8956940Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/checkpoint 2025-09-07T07:26:38.8957690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/checkpoint 2025-09-07T07:26:38.8958930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/metadata.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard 2025-09-07T07:26:38.8960110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/op_registry_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard 2025-09-07T07:26:38.8961580Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:38.8962270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:38.8963480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:38.8964790Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:38.8965800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:38.8966860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:38.8967960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:38.8969240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:38.8970350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:38.8971540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2025-09-07T07:26:38.8972700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:38.8974070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/logger.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:38.8975240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:38.8976500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:38.8977930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:38.8979050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_tensor 2025-09-07T07:26:38.8980310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_plan 2025-09-07T07:26:38.8981040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_plan 2025-09-07T07:26:38.8982310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_plan 2025-09-07T07:26:38.8983350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharder.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard 2025-09-07T07:26:38.8984580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard 2025-09-07T07:26:38.8986020Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:38.8986920Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:38.8987800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:38.8989130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:38.8990310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:38.8991420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2025-09-07T07:26:38.8992440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:38.8993640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:38.8994760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:38.8995960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharding_spec 2025-09-07T07:26:38.8997280Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_optim 2025-09-07T07:26:38.8997960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_optim 2025-09-07T07:26:38.8999200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard/sharded_optim 2025-09-07T07:26:38.9000450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/common_op_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard 2025-09-07T07:26:38.9001600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard 2025-09-07T07:26:38.9002820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_shard/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_shard 2025-09-07T07:26:38.9003990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/launch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.9005400Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_symmetric_memory 2025-09-07T07:26:38.9006090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_symmetric_memory/_nvshmem_triton.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_symmetric_memory 2025-09-07T07:26:38.9007600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_symmetric_memory/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/_symmetric_memory 2025-09-07T07:26:38.9009030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.9010190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/remote_device.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.9011510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/device_mesh.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.9013270Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9014140Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/experimental 2025-09-07T07:26:38.9015370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental/_attention.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/experimental 2025-09-07T07:26:38.9017140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/experimental 2025-09-07T07:26:38.9018590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental/_tp_transform.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/experimental 2025-09-07T07:26:38.9019870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental/_register_sharding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/experimental 2025-09-07T07:26:38.9021140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/experimental/_func_map.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/experimental 2025-09-07T07:26:38.9022560Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/parallel 2025-09-07T07:26:38.9023290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel/ddp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/parallel 2025-09-07T07:26:38.9024520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel/fsdp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/parallel 2025-09-07T07:26:38.9025620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel/style.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/parallel 2025-09-07T07:26:38.9027090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/parallel 2025-09-07T07:26:38.9028310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/parallel 2025-09-07T07:26:38.9029440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel/loss.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/parallel 2025-09-07T07:26:38.9030790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel/input_reshard.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/parallel 2025-09-07T07:26:38.9031950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/parallel 2025-09-07T07:26:38.9033130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_shards_wrapper.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9034250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_redistribute.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9035460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_sharding_prop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9036700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_collective_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9037850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9039270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_dtensor_spec.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9040740Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9041380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_einsum_strategy.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9042590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_embedding_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9043730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_tensor_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9045110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9046310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_conv_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9047560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_pointwise_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9048840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_matrix_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9050270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_math_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9051590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_common_rules.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9052710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9053850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_random_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9055010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_ops/_view_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/_ops 2025-09-07T07:26:38.9056230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9057390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_dispatch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9058740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_random.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9059960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_op_schema.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9061300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/placement_types.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9062650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_tp_conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9063700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/device_mesh.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9064850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor 2025-09-07T07:26:38.9066310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/debug 2025-09-07T07:26:38.9067000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/debug/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/debug 2025-09-07T07:26:38.9068190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/debug/_op_coverage.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/debug 2025-09-07T07:26:38.9069380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/debug/_visualize_sharding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/debug 2025-09-07T07:26:38.9070570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/tensor/debug/_comm_mode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/tensor/debug 2025-09-07T07:26:38.9071800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_C_stubs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.9073220Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9073920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/functions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9075020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/options.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9076390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/internal.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9077620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/constants.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9078940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9080510Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc/_testing 2025-09-07T07:26:38.9081170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/_testing/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc/_testing 2025-09-07T07:26:38.9082560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc/_testing 2025-09-07T07:26:38.9083810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/api.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9085290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/rref_proxy.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9086570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9087720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9088920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/rpc/backend_registry.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed/rpc 2025-09-07T07:26:38.9090070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributed/_functional_collectives_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributed 2025-09-07T07:26:38.9091250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_size_docs.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.9092710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9093370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/anomaly_mode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9094800Z creating build/bdist.macosx-14.0-arm64/wheel/torch/autograd/_functions 2025-09-07T07:26:38.9095430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/_functions/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd/_functions 2025-09-07T07:26:38.9096750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/_functions/tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd/_functions 2025-09-07T07:26:38.9097930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/_functions/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd/_functions 2025-09-07T07:26:38.9099090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9100360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/forward_ad.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9101460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9102730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/variable.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9103870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/functional.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9105320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/grad_mode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9106510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/profiler_util.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9107910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/profiler_legacy.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9108940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/gradcheck.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9110700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9112110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/autograd/function.py -> build/bdist.macosx-14.0-arm64/wheel/torch/autograd 2025-09-07T07:26:38.9113520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_torch_docs.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.9117340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9117770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/_pytree.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9118980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/graph_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9120710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9121350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/validator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9122940Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification 2025-09-07T07:26:38.9123720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/dispatch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification 2025-09-07T07:26:38.9124850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification 2025-09-07T07:26:38.9126150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/core.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification 2025-09-07T07:26:38.9127340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/unification_tools.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification 2025-09-07T07:26:38.9128690Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:38.9129480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:38.9130720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:38.9131890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:38.9133110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:38.9134310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:38.9135490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2025-09-07T07:26:38.9136610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/variable.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification 2025-09-07T07:26:38.9137880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/more.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification 2025-09-07T07:26:38.9139070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification 2025-09-07T07:26:38.9140140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unification/match.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/unification 2025-09-07T07:26:38.9141280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/meta_tracer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9142500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/_dynamism.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9149120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/partitioner_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9149870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/recording.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9150580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/rewriter.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9151300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/const_fold.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9151870Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:38.9152580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:38.9153660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:38.9154620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:38.9155540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:38.9156470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:38.9157410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:38.9158350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:38.9159330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2025-09-07T07:26:38.9160260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9161020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/normalize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9161800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/_constant_symnode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9163060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/optimization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9164320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/refinement_types.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9165550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9166920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9167850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/sym_node.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9169280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/unify_refinements.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9170510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/merge_matmul.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9171710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/debug.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9172930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/schema_type_annotation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9174090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/symbolic_shapes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9176780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/_config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9177910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/_backward_state.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9179220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/experimental/proxy_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/experimental 2025-09-07T07:26:38.9180710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/operator_schemas.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9181960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9183080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/proxy.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9184480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/_lazy_graph_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9185680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/traceback.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9186880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9188680Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9189370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/net_min_base.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9190820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/param_fetch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9192000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/tools_common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9193350Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/infra 2025-09-07T07:26:38.9194050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/infra/partitioner.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/infra 2025-09-07T07:26:38.9195410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/infra/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/infra 2025-09-07T07:26:38.9196540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/infra/pass_base.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/infra 2025-09-07T07:26:38.9197760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/infra/pass_manager.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/infra 2025-09-07T07:26:38.9198840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/split_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9199910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/shape_prop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9201090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/split_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9202410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/runtime_assert.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9203710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/reinplace.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9205230Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/backends 2025-09-07T07:26:38.9205950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/backends/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/backends 2025-09-07T07:26:38.9206920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/backends/cudagraphs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/backends 2025-09-07T07:26:38.9208150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/tests 2025-09-07T07:26:38.9208830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/tests/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/tests 2025-09-07T07:26:38.9209820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/tests 2025-09-07T07:26:38.9210870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9212230Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/utils 2025-09-07T07:26:38.9212950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils/source_matcher_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/utils 2025-09-07T07:26:38.9214170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/utils 2025-09-07T07:26:38.9215330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/utils 2025-09-07T07:26:38.9216450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils/common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/utils 2025-09-07T07:26:38.9217590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils/matcher_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/utils 2025-09-07T07:26:38.9218880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/utils/fuser_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/utils 2025-09-07T07:26:38.9219980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/pass_manager.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9221210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/_tensorify_python_scalars.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9222370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/fake_tensor_prop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9223550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/operator_support.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9224690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/annotate_getitem_nodes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9225840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/graph_manipulation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9227120Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/dialect 2025-09-07T07:26:38.9227790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/dialect/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/dialect 2025-09-07T07:26:38.9228870Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/dialect/common 2025-09-07T07:26:38.9229570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/dialect/common 2025-09-07T07:26:38.9230740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/dialect/common/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes/dialect/common 2025-09-07T07:26:38.9231580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/graph_drawer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9232930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/splitter_base.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9234270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/passes/graph_transform_observer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx/passes 2025-09-07T07:26:38.9235330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/tensor_type.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9236490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9237730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/immutable_collections.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9238960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/annotate.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9240070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/subgraph_rewriter.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9241200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/interpreter.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9242460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/_symbolic_trace.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9243880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/node.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9245170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/_compatibility.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9246350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/_graph_pickler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9247550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fx/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fx 2025-09-07T07:26:38.9248750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.9250120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_utils_internal.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.9251280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quasirandom.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:38.9252630Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_prims_common 2025-09-07T07:26:38.9253290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_prims_common/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_prims_common 2025-09-07T07:26:38.9254970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_prims_common/wrappers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_prims_common 2025-09-07T07:26:38.9256510Z creating build/bdist.macosx-14.0-arm64/wheel/torch/multiprocessing 2025-09-07T07:26:38.9257200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing/queue.py -> build/bdist.macosx-14.0-arm64/wheel/torch/multiprocessing 2025-09-07T07:26:38.9258390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing/_atfork.py -> build/bdist.macosx-14.0-arm64/wheel/torch/multiprocessing 2025-09-07T07:26:38.9259580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/multiprocessing 2025-09-07T07:26:38.9260800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing/spawn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/multiprocessing 2025-09-07T07:26:38.9261940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing/reductions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/multiprocessing 2025-09-07T07:26:38.9263220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/multiprocessing/pool.py -> build/bdist.macosx-14.0-arm64/wheel/torch/multiprocessing 2025-09-07T07:26:38.9264570Z creating build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9265260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/_pin_memory_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9266430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/gds.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9267560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/streams.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9268620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/comm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9269780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/memory.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9271410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/jiterator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9272460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/nccl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9273590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9275000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/_gpu_trace.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9276160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/_sanitizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9277480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/random.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9278610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/_memory_viz.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9279840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/tunable.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9281310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/cuda/amp 2025-09-07T07:26:38.9282020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/amp/autocast_mode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda/amp 2025-09-07T07:26:38.9283180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/amp/grad_scaler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda/amp 2025-09-07T07:26:38.9284320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/amp/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda/amp 2025-09-07T07:26:38.9285460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/amp/common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda/amp 2025-09-07T07:26:38.9286630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/sparse.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9287720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/nvtx.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9288920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/graphs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9290190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9291350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/cuda/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/cuda 2025-09-07T07:26:38.9292800Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:38.9293410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/sleef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:38.9296000Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9296530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/gil_simple.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9297650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/attr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9298910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/embed.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9300030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/numpy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9301650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/pybind11.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9303510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/warnings.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9304660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/operators.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9306840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/iostream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9308410Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/conduit 2025-09-07T07:26:38.9309270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/conduit/pybind11_platform_abi_id.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/conduit 2025-09-07T07:26:38.9310550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/conduit/pybind11_conduit_v1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/conduit 2025-09-07T07:26:38.9311740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/conduit/wrap_include_python_h.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/conduit 2025-09-07T07:26:38.9313230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/gil.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9314510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/chrono.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9315840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/subinterpreter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9316910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/typing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9318020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/stl_bind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9319340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/buffer_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9320570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/options.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9322080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/eigen 2025-09-07T07:26:38.9322680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/eigen/matrix.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/eigen 2025-09-07T07:26:38.9323980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/eigen/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/eigen 2025-09-07T07:26:38.9325100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/eigen/tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/eigen 2025-09-07T07:26:38.9326570Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/stl 2025-09-07T07:26:38.9327260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/stl/filesystem.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/stl 2025-09-07T07:26:38.9328410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/functional.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9329680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/native_enum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9330860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/stl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9332150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/critical_section.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9333560Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9334290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9336010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/exception_translation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9337030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/typeid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9338200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/descr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9339350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/using_smart_holder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9340510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/function_record_pyobject.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9341650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/internals.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9342950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/cpp_conduit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9344110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/value_and_holder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9345320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9346780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/class.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9348200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9349310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/pybind11_namespace_macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9350470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9351810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/native_enum_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9353000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/detail/struct_smart_holder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11/detail 2025-09-07T07:26:38.9354070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9355230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/eval.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9356360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/cast.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9358110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/trampoline_self_life_support.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9359240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/type_caster_pyobject_ptr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9360360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/eigen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9361560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/gil_safe_call_once.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9362990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/pytypes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9364690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pybind11/complex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/pybind11 2025-09-07T07:26:38.9366100Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9366760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/ostream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9367950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/format-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9369570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/ranges.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9370800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/xchar.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9371850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/core.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9372970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/chrono.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9374500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/os.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9375550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/color.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9376730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/args.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9377890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/printf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9379110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/compile.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9380390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/format.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9382290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/std.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9383430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fmt/base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fmt 2025-09-07T07:26:38.9385710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2 2025-09-07T07:26:38.9386190Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/core 2025-09-07T07:26:38.9386850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/core/timer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/core 2025-09-07T07:26:38.9388030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/core/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/core 2025-09-07T07:26:38.9389220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/core/macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/core 2025-09-07T07:26:38.9390530Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/perfkernels 2025-09-07T07:26:38.9391420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/perfkernels/batch_box_cox_vec.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/perfkernels 2025-09-07T07:26:38.9392650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/perfkernels 2025-09-07T07:26:38.9393910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/perfkernels/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/perfkernels 2025-09-07T07:26:38.9395320Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/serialize 2025-09-07T07:26:38.9396070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/serialize 2025-09-07T07:26:38.9397240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/serialize 2025-09-07T07:26:38.9398380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/serialize 2025-09-07T07:26:38.9399980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize/versions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/serialize 2025-09-07T07:26:38.9401110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize/inline_container.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/serialize 2025-09-07T07:26:38.9402200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/serialize 2025-09-07T07:26:38.9403400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/serialize 2025-09-07T07:26:38.9404730Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils 2025-09-07T07:26:38.9405450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/string_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils 2025-09-07T07:26:38.9406960Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:38.9407690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:38.9408780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:38.9409890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:38.9411060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:38.9412220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:38.9413400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils/threadpool 2025-09-07T07:26:38.9414460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/fixed_divisor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils 2025-09-07T07:26:38.9415600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/caffe2/utils/proto_wrap.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/caffe2/utils 2025-09-07T07:26:38.9416970Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google 2025-09-07T07:26:38.9418100Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9418870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/source_context.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9420250Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9420990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/stringpiece.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9422240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/stl_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9423430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/port.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9424560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/status.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9425770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/template_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9426840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/map_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9428120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/casts.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9429350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/logging.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9430510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/bytestream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9431660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9432850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9433950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/platform_macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9435100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/once.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9436320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/fastmem.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9437430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/mutex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9438590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/callback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9439820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/strutil.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9441260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/stubs/hash.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/stubs 2025-09-07T07:26:38.9442350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/repeated_field.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9444020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/port.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9445230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/wire_format.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9446620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/inlined_string_field.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9447980Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/util 2025-09-07T07:26:38.9448640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util/time_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/util 2025-09-07T07:26:38.9450110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util/field_mask_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/util 2025-09-07T07:26:38.9451610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util/json_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/util 2025-09-07T07:26:38.9453020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util/type_resolver.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/util 2025-09-07T07:26:38.9461080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util/field_comparator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/util 2025-09-07T07:26:38.9462080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util/type_resolver_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/util 2025-09-07T07:26:38.9462980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util/message_differencer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/util 2025-09-07T07:26:38.9463890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/util/delimited_message_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/util 2025-09-07T07:26:38.9464780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/map.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9465570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/arenastring.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9466380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/map_entry_lite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9467180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/service.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9468010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/struct.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9468790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/empty.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9469590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/descriptor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9470180Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9470810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io/zero_copy_stream_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9471680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io/printer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9472520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io/gzip_stream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9473430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io/zero_copy_stream_impl_lite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9474700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io/strtod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9475820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io/tokenizer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9477070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io/zero_copy_stream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9478210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io/io_win32.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9479320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/io/coded_stream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/io 2025-09-07T07:26:38.9480840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/message.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9482270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/wrappers.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9483770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/text_format.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9484910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/has_bits.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9486130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/arena_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9487290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/api.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9488760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/metadata.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9489960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/extension_set.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9492620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/reflection_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9493990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/generated_message_table_driven.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9495210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/duration.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9496450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/generated_message_reflection.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9497550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/unknown_field_set.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9498640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/type.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9500360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/map_field_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9501480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/timestamp.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9502650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/field_mask.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9503700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/descriptor.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9507880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/map_entry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9508830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/message_lite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9510110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/generated_message_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9511180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/descriptor_database.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9512500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/map_field.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9513900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/generated_enum_reflection.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9515040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/generated_enum_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9516150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/any.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9517300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/map_type_handler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9518750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/parse_context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9519970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/extension_set_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9521060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/map_field_lite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9522250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/metadata_lite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9523460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/implicit_weak_message.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9524610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/arena.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9526260Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler 2025-09-07T07:26:38.9527030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/code_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler 2025-09-07T07:26:38.9528190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/plugin.pb.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler 2025-09-07T07:26:38.9529800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/plugin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler 2025-09-07T07:26:38.9531150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/python 2025-09-07T07:26:38.9531910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/python/python_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/python 2025-09-07T07:26:38.9533060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/parser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler 2025-09-07T07:26:38.9534500Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/js 2025-09-07T07:26:38.9535240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/js/well_known_types_embed.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/js 2025-09-07T07:26:38.9536460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/js/js_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/js 2025-09-07T07:26:38.9537720Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/java 2025-09-07T07:26:38.9538440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/java/java_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/java 2025-09-07T07:26:38.9539620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/java/java_names.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/java 2025-09-07T07:26:38.9540890Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/php 2025-09-07T07:26:38.9541610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/php/php_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/php 2025-09-07T07:26:38.9542840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/command_line_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler 2025-09-07T07:26:38.9544130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/cpp 2025-09-07T07:26:38.9544870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/cpp/cpp_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/cpp 2025-09-07T07:26:38.9546010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/importer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler 2025-09-07T07:26:38.9547370Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/csharp 2025-09-07T07:26:38.9548100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/csharp/csharp_names.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/csharp 2025-09-07T07:26:38.9549240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/csharp/csharp_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/csharp 2025-09-07T07:26:38.9550470Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/ruby 2025-09-07T07:26:38.9551210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/ruby/ruby_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/ruby 2025-09-07T07:26:38.9552460Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/objectivec 2025-09-07T07:26:38.9553300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/objectivec/objectivec_helpers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/objectivec 2025-09-07T07:26:38.9554580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/compiler/objectivec/objectivec_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf/compiler/objectivec 2025-09-07T07:26:38.9555520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/any.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9556670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/reflection.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9557940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/dynamic_message.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9559160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/google/protobuf/wire_format_lite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/google/protobuf 2025-09-07T07:26:38.9560770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/cpuinfo.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:38.9562400Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch 2025-09-07T07:26:38.9563300Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly 2025-09-07T07:26:38.9564130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/core 2025-09-07T07:26:38.9564880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/core/ScalarType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/core 2025-09-07T07:26:38.9566300Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9567000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/quint4x2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9568270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/Half.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9569590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/TypeSafeSignMath.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9570780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/qint32.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9572120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/Float4_e2m1fn_x2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9573330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/Float8_e5m2fnuz.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9574520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/shim_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9576460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/Float8_e4m3fnuz.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9577560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/quint8.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9578740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/Float8_e5m2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9579940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/Float8_e8m0fnu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9581150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/BFloat16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9582710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/quint2x4.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9583960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/floating_point_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9585150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/bit_cast.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9586630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/qint8.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9587820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/Exception.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9588990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/Float8_e4m3fn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9590280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/complex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9591590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/bits.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9592870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/util/Float8_fnuz_cvt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/util 2025-09-07T07:26:38.9594260Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/cpu 2025-09-07T07:26:38.9595190Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/cpu/vec 2025-09-07T07:26:38.9595920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec/vec_half.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/cpu/vec 2025-09-07T07:26:38.9597510Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/cpu/vec/vec256 2025-09-07T07:26:38.9598310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/cpu/vec/vec256 2025-09-07T07:26:38.9599700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/cpu/vec/vec256 2025-09-07T07:26:38.9600790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/cpu/vec/intrinsics.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/cpu/vec 2025-09-07T07:26:38.9602230Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/macros 2025-09-07T07:26:38.9602890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/macros/cmake_macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/macros 2025-09-07T07:26:38.9604020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/macros/Export.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/macros 2025-09-07T07:26:38.9605160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/headeronly/macros/Macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/headeronly/macros 2025-09-07T07:26:38.9607240Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9607700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/stable 2025-09-07T07:26:38.9608490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable/stableivalue_conversions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/stable 2025-09-07T07:26:38.9609670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable/library.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/stable 2025-09-07T07:26:38.9610780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable/accelerator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/stable 2025-09-07T07:26:38.9612000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable/tensor_struct.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/stable 2025-09-07T07:26:38.9613150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable/tensor_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/stable 2025-09-07T07:26:38.9614270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable/ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/stable 2025-09-07T07:26:38.9615510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/stable/tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/stable 2025-09-07T07:26:38.9616680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9618050Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor 2025-09-07T07:26:38.9618910Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_package 2025-09-07T07:26:38.9619650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_package/pybind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_package 2025-09-07T07:26:38.9620910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_package 2025-09-07T07:26:38.9622260Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_eager 2025-09-07T07:26:38.9622970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_eager/kernel_meta_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_eager 2025-09-07T07:26:38.9624040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_eager/kernel_holder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_eager 2025-09-07T07:26:38.9625150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/inductor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor 2025-09-07T07:26:38.9626360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/array_ref_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor 2025-09-07T07:26:38.9627490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/static_cuda_launcher.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor 2025-09-07T07:26:38.9628840Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:38.9629620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_mps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:38.9630780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:38.9632010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:38.9633230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:38.9634390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:38.9635590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2025-09-07T07:26:38.9637010Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9637720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9638920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9640020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9641170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9642320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9643510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9644640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/constant_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9645980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9647220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9648400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/mini_array_ref.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9649540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9650710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9651930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9653300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_runtime/model_base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2025-09-07T07:26:38.9654770Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:38.9655630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include/xpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:38.9656700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:38.9657930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include/cuda.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:38.9659100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include/cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:38.9660310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include/mps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:38.9661490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_include/array_ref.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_include 2025-09-07T07:26:38.9662660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_prefix.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor 2025-09-07T07:26:38.9664380Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:38.9665380Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:38.9666210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:38.9667520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_aten.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:38.9668700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_mps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:38.9670040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:38.9671420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2025-09-07T07:26:38.9672570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:38.9673770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:38.9674970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:38.9676250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:38.9677520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2025-09-07T07:26:38.9678900Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:38.9679660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c/shim_cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:38.9680840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c/shim_mps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:38.9682140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c/macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:38.9683390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c/shim_deprecated.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:38.9685010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:38.9686330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2025-09-07T07:26:38.9687950Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:38.9688860Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:38.9689720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:38.9691000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:38.9692170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:38.9693400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/mps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper/device_internal 2025-09-07T07:26:38.9694560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:38.9695810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:38.9697080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:38.9698260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:38.9699460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/mps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:38.9700660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/inductor/cpp_wrapper 2025-09-07T07:26:38.9701920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9703140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/DeviceAccelerator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9704620Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/monitor 2025-09-07T07:26:38.9705260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/monitor/events.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/monitor 2025-09-07T07:26:38.9706440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/monitor/counters.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/monitor 2025-09-07T07:26:38.9707610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/monitor/python_init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/monitor 2025-09-07T07:26:38.9708900Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/instruction_counter 2025-09-07T07:26:38.9710010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/instruction_counter/Module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/instruction_counter 2025-09-07T07:26:38.9710850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Export.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9711840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Device.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9713100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/THConcat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9714740Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/mps 2025-09-07T07:26:38.9715350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/mps/Module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/mps 2025-09-07T07:26:38.9716520Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/onnx 2025-09-07T07:26:38.9717240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/onnx/back_compat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/onnx 2025-09-07T07:26:38.9718350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/onnx/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/onnx 2025-09-07T07:26:38.9719610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/onnx 2025-09-07T07:26:38.9720720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Event.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9722130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cpu 2025-09-07T07:26:38.9722790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cpu/Module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cpu 2025-09-07T07:26:38.9723910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9725620Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed 2025-09-07T07:26:38.9726150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd 2025-09-07T07:26:38.9726890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd 2025-09-07T07:26:38.9728230Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2025-09-07T07:26:38.9729030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/context/container.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2025-09-07T07:26:38.9730400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/context/context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2025-09-07T07:26:38.9731600Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9732510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9733760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9734970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9736240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9737510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9738720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9740090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9741270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9742430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9743730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2025-09-07T07:26:38.9744960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/python_autograd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd 2025-09-07T07:26:38.9746110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/autograd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd 2025-09-07T07:26:38.9747780Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2025-09-07T07:26:38.9748610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2025-09-07T07:26:38.9749770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2025-09-07T07:26:38.9751000Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/engine 2025-09-07T07:26:38.9751870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/autograd/engine/dist_engine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/autograd/engine 2025-09-07T07:26:38.9753150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9754040Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc/metrics 2025-09-07T07:26:38.9754850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc/metrics 2025-09-07T07:26:38.9756030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9757310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9758520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9759650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9760880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9762360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9763470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9764670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9765820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9766940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9768130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9769400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9770590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9771830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9773060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9774340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9775550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9776910Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc/testing 2025-09-07T07:26:38.9777700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/testing/testing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc/testing 2025-09-07T07:26:38.9779040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc/testing 2025-09-07T07:26:38.9780060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9781240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9782490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9783860Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc/profiler 2025-09-07T07:26:38.9784710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc/profiler 2025-09-07T07:26:38.9786100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc/profiler 2025-09-07T07:26:38.9787150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9788400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9794130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9795150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9796130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9797080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9798030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2025-09-07T07:26:38.9798720Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9799420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9800400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9801360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9802320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9803260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9804220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9805210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9805960Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/control_collectives 2025-09-07T07:26:38.9806870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/control_collectives 2025-09-07T07:26:38.9808110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_collectives/ControlCollectives.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/control_collectives 2025-09-07T07:26:38.9809200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9810160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9811130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9812110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9813500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9814850Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/cuda 2025-09-07T07:26:38.9815730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/cuda/CUDAEventCache.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/cuda 2025-09-07T07:26:38.9817020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/cuda/StreamBlock.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/cuda 2025-09-07T07:26:38.9818060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/cuda/utils.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/cuda 2025-09-07T07:26:38.9819430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9820700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9822040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9823220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9824300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9825890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9826880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9828000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9829290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9830340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9831500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9832890Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/quantization 2025-09-07T07:26:38.9833740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/quantization/quantization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/quantization 2025-09-07T07:26:38.9834900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/quantization/quantization_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/quantization 2025-09-07T07:26:38.9836250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/quantization/quantization_gpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/quantization 2025-09-07T07:26:38.9837420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/socket_fmt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9838650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9839920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9841270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9842760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9843780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9845230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/NanCheck.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9846530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9847690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9848740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9849990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9851060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9852280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9853620Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/control_plane 2025-09-07T07:26:38.9854460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_plane/WorkerServer.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/control_plane 2025-09-07T07:26:38.9855750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/control_plane/Handlers.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/control_plane 2025-09-07T07:26:38.9856810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9858360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/ProcessGroupGlooDetail.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9859570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9861140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9862190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/FlightRecorderDetail.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9863490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9864850Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:38.9865730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:38.9866950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem/SymmetricMemory.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:38.9868130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryTypes.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:38.9869270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryUtils.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:38.9870380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem/intra_node_comm.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:38.9871560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:38.9872730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/symm_mem/DMAConnectivity.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d/symm_mem 2025-09-07T07:26:38.9873830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9875110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9876340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9877590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9878640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9879810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2025-09-07T07:26:38.9881340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9882200Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:38.9883050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:38.9884370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:38.9885690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:38.9886880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:38.9888180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:38.9892190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/generated 2025-09-07T07:26:38.9893350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9894480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9895960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9897190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9898370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9899550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/engine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9900770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9902030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9903200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/edge.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9904410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9905700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/variable_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9906860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9908130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9909370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9910580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9911820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9913250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9914380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9915580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9917000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9917970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9919180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9920300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/variable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9921940Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:38.9922680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:38.9923890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:38.9925200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:38.9926440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:38.9927650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:38.9928870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/utils 2025-09-07T07:26:38.9930280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9931430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9932560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9933790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9934960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9936240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9937400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9938640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9940040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9940910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9942090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9943570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9944430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9945810Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:38.9946530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:38.9947770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:38.9949070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:38.9950280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:38.9951490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:38.9952720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd/functions 2025-09-07T07:26:38.9953870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9955070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9956470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9957660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9958890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9960030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9961290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9962530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9963780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/function.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9965040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/autograd 2025-09-07T07:26:38.9966440Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/fx 2025-09-07T07:26:38.9967140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/fx/node.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/fx 2025-09-07T07:26:38.9968590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/multiprocessing 2025-09-07T07:26:38.9969270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/multiprocessing/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/multiprocessing 2025-09-07T07:26:38.9970600Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9971640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9973310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/GdsFile.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9974550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9976000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9977040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9978280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9979570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9980840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9982070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/Event.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9983280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9984440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/comm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9985690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9986890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/cuda/Module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/cuda 2025-09-07T07:26:38.9988060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/serialization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9989190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Exceptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9990390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9991830Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/xpu 2025-09-07T07:26:38.9992540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/xpu/Event.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/xpu 2025-09-07T07:26:38.9993700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/xpu/Stream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/xpu 2025-09-07T07:26:38.9994830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/xpu/Module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/xpu 2025-09-07T07:26:38.9996090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/QScheme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:38.9997620Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:38.9998240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/cache_entry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:38.9999460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0000640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/cpython_defs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0001920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/cpp_shim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0003140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0004250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/cpython_includes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0005460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/extra_state.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0006630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0008140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/eval_frame_cpp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0009290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/eval_frame.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0010480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/debug_macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0011940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0013260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0014380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/dynamo/guards.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/dynamo 2025-09-07T07:26:39.0016130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0016890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0018210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0019370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0020520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0021660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/nested.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0022800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_raii.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0024010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0025320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0026160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/pybind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0027280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0028500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0029620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0031150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0032120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0033430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/generated_serialization_types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0035290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0036430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0037580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/verbose.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0038760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0039960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0041260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0042340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0043800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0044930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/device_lazy_init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0046100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0047200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0048340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0049570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0050860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0052000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0053290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/out_types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0054670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0055630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/structseq.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0056810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0057980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0059240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/pyobject_preservation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0060470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0061700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0062910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0064080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0065250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0066480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0067640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/six.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0068940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0070190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/utils/variadic.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/utils 2025-09-07T07:26:39.0071380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Stream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0072690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/DataLoader.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0073880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/THP.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0074920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/python_headers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0076060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Layout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0077290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0078490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/copy_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0079910Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit 2025-09-07T07:26:39.0080670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit 2025-09-07T07:26:39.0082190Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0082990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0084150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0085450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0086780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0087870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0089090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0090250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0091660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0092870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0094030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0095250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0096440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0097840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0099280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0100570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0101820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0103170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0104370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0105640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0106960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0108220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0109450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0110550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0111920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0113200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0114390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0115580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0116750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/frontend 2025-09-07T07:26:39.0118330Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0119110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0120400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0121600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0122760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0124060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0125290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0126420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0127680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0133000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0134030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0134930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0135860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0136700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0137610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0138540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0139450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/python 2025-09-07T07:26:39.0140100Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0140760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0141670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0142630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0143550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0144550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0145730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0146890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0148220Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0149120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0150250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0151460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0152640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0153860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0155060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0156280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0157650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0158700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2025-09-07T07:26:39.0159830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0160960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0162180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0163380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0164710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0165900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0167070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0168330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0169470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0170670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0171890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0172930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0174180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0175390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0176560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0177760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0178910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0180080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0181270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0182570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0183780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0184970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0186210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0187480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0188670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0189870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0190960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0192180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0193280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0194720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0195870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0197180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0198360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0199550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0200750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2025-09-07T07:26:39.0202120Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0202910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0204100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0205220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0206840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0208010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0209280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0210290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0211460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0212820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0214340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0215630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0216880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/graph_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0218180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/ir 2025-09-07T07:26:39.0219800Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/cuda 2025-09-07T07:26:39.0220560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/cuda/cuda.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/cuda 2025-09-07T07:26:39.0222190Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0223020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0224460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0225470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0226690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0227840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0229080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0230510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0231660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0232920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0234240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0235480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0236640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0237850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/pickler_helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0238960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0240230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0241530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0242640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0243840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0245020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0246240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0247470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0249240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/serialization 2025-09-07T07:26:39.0250760Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0251480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0252680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0253890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0255070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0256410Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/coreml 2025-09-07T07:26:39.0257350Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/coreml/cpp 2025-09-07T07:26:39.0258240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/cpp/context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/coreml/cpp 2025-09-07T07:26:39.0259520Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:39.0260310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:39.0261670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:39.0262900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:39.0264040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:39.0265210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/coreml/objc 2025-09-07T07:26:39.0266340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0267740Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/xnnpack 2025-09-07T07:26:39.0268580Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/xnnpack/serialization 2025-09-07T07:26:39.0269530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/serialization/serializer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/xnnpack/serialization 2025-09-07T07:26:39.0270730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/xnnpack 2025-09-07T07:26:39.0272090Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/xnnpack/executor 2025-09-07T07:26:39.0272900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/xnnpack/executor 2025-09-07T07:26:39.0274000Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/xnnpack/compiler 2025-09-07T07:26:39.0274970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends/xnnpack/compiler 2025-09-07T07:26:39.0276180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0277190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0278500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0279710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/backends 2025-09-07T07:26:39.0281260Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0282140Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:39.0282880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter/frame.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:39.0284310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter/preprocess_graph.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:39.0285450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter/can_emit_inline.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:39.0286660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter/code_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/interpreter 2025-09-07T07:26:39.0288010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0289320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0290550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0291740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0292990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0294180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0295300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0296780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0297950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0299130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0300550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0301540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0302700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0303930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0305170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0306420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0307630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0308990Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0310300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/te_wrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0311340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/processed_node_wrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0312630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/static_method.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0313930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/memory_planner.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0315100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/fusion.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0316290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/passes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0317470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0318610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0320070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0321460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime/static 2025-09-07T07:26:39.0322610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0323980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0325260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0326410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0327650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0328930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0330080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0331300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0332460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0333700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0335000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0336220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0337360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0338520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/runtime 2025-09-07T07:26:39.0340830Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0341290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0342470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0343600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0344800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0345950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0347170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0348370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0349770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0351020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0352200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0353370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0354560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0355840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0356950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0358290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0359190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0360610Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0361340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/eval_peephole.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0362510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/function_substitution.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0363660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0364840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0366080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0367160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/scalar_type_analysis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0368290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/shape_type_inference.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0369460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/onnx_log.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0370650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/peephole.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0371850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/eliminate_unused_items.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0373050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/constant_fold.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0374170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/constant_map.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0375410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/function_extraction.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0376610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/deduplicate_initializers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0377730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0378950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0380120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/naming.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0381400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/list_model_parameters.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0382700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:39.0383540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:39.0384810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:39.0386050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:39.0387290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx/pattern_conversion 2025-09-07T07:26:39.0388340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0389670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/onnx 2025-09-07T07:26:39.0390820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0392250Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/dbr_quantization 2025-09-07T07:26:39.0393020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/dbr_quantization 2025-09-07T07:26:39.0394190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0395410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0396590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0397790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0399030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0400280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0401460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0402760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0403880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0405140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0406340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0407640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0408840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0410040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0411450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0412400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0413500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0414830Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:39.0415620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:39.0416930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:39.0418250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:39.0419610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:39.0420820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2025-09-07T07:26:39.0421960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0423360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0424250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0425340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0426720Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0427490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0428860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0430180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0431120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0432350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0434010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0435100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0436400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0437610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2025-09-07T07:26:39.0438730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0439970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0441310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0442360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0443540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0444740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0446050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0447120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0448300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0449520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0450690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0451900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0453150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0454390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0455460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0456660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0457910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0459080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0460270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0461420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0462580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0463780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0464950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0466020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0467320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0468540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0469650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0470880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0472110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0473330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0474420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0475630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0476910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0478100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0479360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0480570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0481840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0482980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0484130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0485270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0486480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0487620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0488750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0489930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0491220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0492410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0493540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0494750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0495940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/passes 2025-09-07T07:26:39.0497320Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen 2025-09-07T07:26:39.0498160Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2025-09-07T07:26:39.0498950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2025-09-07T07:26:39.0500370Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0501200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0502550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/operator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0503520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/defer_size_check.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0504750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/layout_propagation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0505910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0507120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/graph_fuser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0508310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/kernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0509440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/guard_shape.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0510700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/prepare_binary.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0511850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/graph_helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0513160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/onednn/decompose_silu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/onednn 2025-09-07T07:26:39.0514550Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0515350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/tensor_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0516560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/arg_spec.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0517750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/compiler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0518930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/fallback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0520220Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser/cpu 2025-09-07T07:26:39.0521020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cpu/temp_file.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser/cpu 2025-09-07T07:26:39.0522210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser/cpu 2025-09-07T07:26:39.0523420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser/cpu 2025-09-07T07:26:39.0524750Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser/cuda 2025-09-07T07:26:39.0525810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser/cuda 2025-09-07T07:26:39.0527300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/cuda/resource_strings.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser/cuda 2025-09-07T07:26:39.0528520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/partition_desc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0529660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/fused_kernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0530820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/kernel_spec.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0532010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0533240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/kernel_cache.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0534400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/codegen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0535550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/executor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0536750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/codegen/fuser/tensor_desc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/codegen/fuser 2025-09-07T07:26:39.0538130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/testing 2025-09-07T07:26:39.0538900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/testing/catch_utils.hpp -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/testing 2025-09-07T07:26:39.0540030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/testing 2025-09-07T07:26:39.0541220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/testing 2025-09-07T07:26:39.0542350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit 2025-09-07T07:26:39.0544330Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0544830Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:39.0545620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/compatibility/backport.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:39.0546890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:39.0548030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/compatibility/backport_manager.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:39.0549210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/compatibility/model_compatibility.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/compatibility 2025-09-07T07:26:39.0550550Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:39.0551310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:39.0552560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer/TensorUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:39.0553720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:39.0554830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:39.0556050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer/TracerRunner.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:39.0557230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:39.0558400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/model_tracer 2025-09-07T07:26:39.0559530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0560640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0561910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0563190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0564300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0565430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0566660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0567850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0569240Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/nnc 2025-09-07T07:26:39.0570030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/nnc/context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/nnc 2025-09-07T07:26:39.0571180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/nnc/registry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/nnc 2025-09-07T07:26:39.0572340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/nnc/aot_compiler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/nnc 2025-09-07T07:26:39.0573530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0574710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0575840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0576860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0578170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0579380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0580690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0582200Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/train 2025-09-07T07:26:39.0583000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train/sequential.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/train 2025-09-07T07:26:39.0584400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train/export_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/train 2025-09-07T07:26:39.0585940Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/train/optim 2025-09-07T07:26:39.0586770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train/optim/sgd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/train/optim 2025-09-07T07:26:39.0588070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/train/random.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile/train 2025-09-07T07:26:39.0589350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0590740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0592190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0593440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0594790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0596150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0597520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/mobile 2025-09-07T07:26:39.0598950Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:39.0599710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/operator_upgraders/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:39.0600920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/operator_upgraders/version_map.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:39.0602080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/operator_upgraders/upgraders.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:39.0603250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/operator_upgraders/upgraders_entry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/operator_upgraders 2025-09-07T07:26:39.0604350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit 2025-09-07T07:26:39.0605750Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/api 2025-09-07T07:26:39.0606490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/api 2025-09-07T07:26:39.0607630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api/method.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/api 2025-09-07T07:26:39.0612680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/api 2025-09-07T07:26:39.0613130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api/object.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/api 2025-09-07T07:26:39.0613510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/jit/api/module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/jit/api 2025-09-07T07:26:39.0613840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Storage.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0614260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/PyInterpreterHooks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0614740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/itt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0616220Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy 2025-09-07T07:26:39.0617080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/generated 2025-09-07T07:26:39.0617860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/generated/LazyNativeFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/generated 2025-09-07T07:26:39.0619210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/generated/LazyNonNativeIr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/generated 2025-09-07T07:26:39.0620390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/generated/LazyIr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/generated 2025-09-07T07:26:39.0623390Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0623920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0625040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0626230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0627550Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2025-09-07T07:26:39.0628410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2025-09-07T07:26:39.0629470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0630700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0631900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0633110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0634240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0635450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0636520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0637740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0638910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0640070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0641210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0642340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0643710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2025-09-07T07:26:39.0644400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2025-09-07T07:26:39.0645610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2025-09-07T07:26:39.0646740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0647870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0649000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0650160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0651280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0652510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0653630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0654830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0655980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/core 2025-09-07T07:26:39.0657230Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/python 2025-09-07T07:26:39.0657950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/python/python_util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/python 2025-09-07T07:26:39.0659190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/python/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/python 2025-09-07T07:26:39.0660470Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0661240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0662410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0663610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0664900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0666060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0667190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0668540Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend/ops 2025-09-07T07:26:39.0669270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ops/generic.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend/ops 2025-09-07T07:26:39.0670470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ops/to_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend/ops 2025-09-07T07:26:39.0671650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ops/device_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend/ops 2025-09-07T07:26:39.0672760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0673850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0675010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0676270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2025-09-07T07:26:39.0677570Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:39.0678300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:39.0679450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:39.0680720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:39.0681850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/lazy/backend 2025-09-07T07:26:39.0683150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/mtia 2025-09-07T07:26:39.0684020Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/mtia/profiler 2025-09-07T07:26:39.0684800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/mtia/profiler/MTIAMemoryProfiler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/mtia/profiler 2025-09-07T07:26:39.0685900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/mtia/Module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/mtia 2025-09-07T07:26:39.0687180Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api 2025-09-07T07:26:39.0688000Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include 2025-09-07T07:26:39.0688990Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0689720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0690860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0692060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0693190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0694560Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0695610Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0696410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0697640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0698830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0699990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0701240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0702480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0703650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0704880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0706050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0707240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0708390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0709530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0710770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0712090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0713270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0714650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0715810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0716960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0718440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0719380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0720450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2025-09-07T07:26:39.0721820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0723050Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2025-09-07T07:26:39.0723860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2025-09-07T07:26:39.0724950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0726250Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2025-09-07T07:26:39.0726990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2025-09-07T07:26:39.0728140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2025-09-07T07:26:39.0729380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2025-09-07T07:26:39.0730570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0731740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0732960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0734010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0735190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0737060Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0737680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0743280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0744420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0745580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0746770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0747860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0749050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0750130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0751350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0752850Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0753600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0754860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0756040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0757250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0758400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0759540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0760720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0761910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0763070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0764310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2025-09-07T07:26:39.0765330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0766540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0767720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0768900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0770040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0771230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0772560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0773720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0775080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0776190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0777380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0778550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0779700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0780880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2025-09-07T07:26:39.0782210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0783420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2025-09-07T07:26:39.0784810Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0785640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0786790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0788040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0789250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0790370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0791580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0792740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0793960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0795050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0796210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0797360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0798720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0800210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0801290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0802470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0803640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2025-09-07T07:26:39.0805070Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/python 2025-09-07T07:26:39.0805820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/python/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/python 2025-09-07T07:26:39.0806910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0808100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0809230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0810440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0811540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0812680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/xpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0814010Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:39.0814750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:39.0815970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:39.0817120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:39.0818290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:39.0819410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:39.0820570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:39.0821800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:39.0823090Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-09-07T07:26:39.0823990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-09-07T07:26:39.0825150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-09-07T07:26:39.0826360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2025-09-07T07:26:39.0827470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2025-09-07T07:26:39.0828780Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:39.0829590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:39.0830750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:39.0831920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:39.0833150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2025-09-07T07:26:39.0834220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0835450Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nativert 2025-09-07T07:26:39.0836290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nativert/ModelRunnerHandle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/nativert 2025-09-07T07:26:39.0837380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0838620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0840050Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2025-09-07T07:26:39.0840680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2025-09-07T07:26:39.0841910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2025-09-07T07:26:39.0843030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0844220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0845430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0846630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0847800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0849010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0850370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0851520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/mps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0852690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0853890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0855270Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:39.0856040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:39.0857220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:39.0858530Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:39.0859310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:39.0860480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:39.0861730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:39.0862920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:39.0864260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:39.0865430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:39.0866760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2025-09-07T07:26:39.0868100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:39.0869440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:39.0870910Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2025-09-07T07:26:39.0871800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2025-09-07T07:26:39.0873140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2025-09-07T07:26:39.0874440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2025-09-07T07:26:39.0875710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:39.0877310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:39.0878110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:39.0879570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:39.0880800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:39.0881960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:39.0883080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2025-09-07T07:26:39.0884380Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:39.0885200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:39.0886560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:39.0887720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:39.0888920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:39.0890080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:39.0891170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:39.0892440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2025-09-07T07:26:39.0893580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:39.0894730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:39.0895940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2025-09-07T07:26:39.0897250Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-09-07T07:26:39.0898100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-09-07T07:26:39.0899330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-09-07T07:26:39.0900410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2025-09-07T07:26:39.0901510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/api/include/torch 2025-09-07T07:26:39.0902610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0903820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/StorageSharing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0905260Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0906400Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2025-09-07T07:26:39.0907280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2025-09-07T07:26:39.0908690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/combined_traceback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0910060Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:39.0910900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:39.0912220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:39.0913440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:39.0914680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2025-09-07T07:26:39.0916000Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/python 2025-09-07T07:26:39.0916860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/python/pybind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/python 2025-09-07T07:26:39.0917980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/python 2025-09-07T07:26:39.0919150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/python/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/python 2025-09-07T07:26:39.0920260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/events.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0921450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0922630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/api.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0923860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/kineto_client_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0925050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/util.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0926490Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2025-09-07T07:26:39.0927210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2025-09-07T07:26:39.0928390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2025-09-07T07:26:39.0929600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2025-09-07T07:26:39.0931040Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0931710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0932870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0933990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/unwind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0935220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/sections.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0936460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0937600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0938780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0939860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/action.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0941030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0942270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0943430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/fde.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0944560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/communicate.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0945720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/lexer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0946960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0948240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0949400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/unwind/range_table.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2025-09-07T07:26:39.0950490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/containers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0951660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/collection.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0953090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/perf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0954490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0955860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/profiler 2025-09-07T07:26:39.0957420Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/tensor 2025-09-07T07:26:39.0958240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/tensor 2025-09-07T07:26:39.0959570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/PyInterpreter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0960920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Dtype.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0962930Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/export 2025-09-07T07:26:39.0963360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/export/pt2_archive_constants.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/export 2025-09-07T07:26:39.0964700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/export/pybind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/export 2025-09-07T07:26:39.0966270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/export/example_upgraders.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/export 2025-09-07T07:26:39.0967630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/export/upgrader.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/export 2025-09-07T07:26:39.0969000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Module.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0970250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/python_dimname.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0971340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0972670Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/functorch 2025-09-07T07:26:39.0973410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/functorch/init.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc/functorch 2025-09-07T07:26:39.0974520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/Generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0975680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/TypeInfo.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0976860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/csrc/StorageMethods.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch/csrc 2025-09-07T07:26:39.0978030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/script.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch 2025-09-07T07:26:39.0979280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/library.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch 2025-09-07T07:26:39.0980750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/custom_class_detail.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch 2025-09-07T07:26:39.0981810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/custom_class.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch 2025-09-07T07:26:39.0983070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/torch/extension.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/torch 2025-09-07T07:26:39.0984250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/nnpack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:39.0986340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0986780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/ClientInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0987900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/GenericTraceActivity.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0989040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/IActivityProfiler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0990150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/Config.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0991370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/TraceSpan.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0992470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/LoggingAPI.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0993560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/ITraceActivity.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0994690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/ActivityProfilerInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0995850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/ActivityTraceInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0997020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/output_base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0998150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/ThreadUtil.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.0999300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/ActivityType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.1000520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/libkineto.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.1001740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/time_since_epoch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.1002850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/ILoggerObserver.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.1003960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kineto/AbstractConfig.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kineto 2025-09-07T07:26:39.1005150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/xnnpack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:39.1007590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/libshm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:39.1008410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fp16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:39.1009540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/qnnpack_func.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:39.1010930Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai 2025-09-07T07:26:39.1011830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/kai_common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai 2025-09-07T07:26:39.1013370Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels 2025-09-07T07:26:39.1014280Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul 2025-09-07T07:26:39.1015280Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1016230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi4cxp8x4_8x8x32_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1017590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_8x8x32_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1018950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1vlx8_qsi4cxp4vlx8_1vlx4vl_sme2_mopa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1020250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp4x8_1x4x32_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1021460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_4x4x32_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1022710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4vlx4_1x4vl_sme2_sdot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1023990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp_qsi4cxp_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1025240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1026500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_8x4x32_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1027850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp8x8_1x8x32_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1029030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x4_16x4x32_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1030290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_4x8x32_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1031460Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1032430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1033660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1034860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp_qsi4cxp_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1036200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1037370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp 2025-09-07T07:26:39.1038690Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p 2025-09-07T07:26:39.1039410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p 2025-09-07T07:26:39.1040710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p 2025-09-07T07:26:39.1041980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p16x1biasf16_6x16x8_neon_mla.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p 2025-09-07T07:26:39.1043190Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:39.1044030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:39.1045390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:39.1046550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:39.1047750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p 2025-09-07T07:26:39.1049020Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:39.1050000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qsi4c32p4x4_16x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:39.1051180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_16x4_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:39.1052410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p_qsi4c32p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:39.1053740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:39.1054920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4vlx4_1x4vl_sme2_sdot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:39.1056120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4x4_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:39.1057440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p4x8_1x4x32_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:39.1058740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_8x4x32_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p 2025-09-07T07:26:39.1059860Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p 2025-09-07T07:26:39.1060950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p 2025-09-07T07:26:39.1062090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p 2025-09-07T07:26:39.1063210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p_qai4c32p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p 2025-09-07T07:26:39.1064530Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1065360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi8cxp_qsi8cx_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1066610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p2vlx1b_x32_x32_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1067760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1068930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4c32p_qsu4c32s1s0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1070080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f32.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1071290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32p_qsu4c32s1s0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1072570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p8x1biasf32_f32_f32_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1073700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1074860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1076150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x8p2vlx4_x8p_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1077330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p2vlx2b_f32_x32_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1078510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x32p2vlx1_x32p_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1079720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f32_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1080900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp_qsi8cx_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1082090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f16_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1083390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1084510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxp_qs4cxs1s0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1085730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p8x4_f32_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1086960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1088240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1089450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1090620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p8x4_f16_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1091850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4cxp_qs4cxs1s0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1093060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxps1s0_qsu4cxs1s0_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1094280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32p_qau4c32s0s1_f32_f32_f32_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1095380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1096630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf32_f16_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1097850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1099070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p2vlx2_f32_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1100250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f16p16x1biasf16_f16_f16_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1101500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_quant_pack_kxn_bf16p12x4biasf32_f32_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1102660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p1x4_f32_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1103870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1105100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32ps1s0scalef16_qsu4c32s16s0_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1106240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x16p2vlx2_x16p_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1107440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x16p2vlx2b_x16_x16_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1108740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pscalef16_qsu4c32s16s0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1109910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f16_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1111040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1112260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1113480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf16_f16_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/pack 2025-09-07T07:26:39.1114860Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1115780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp_qsi4c32p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1117070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1118350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1119590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1120850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1122020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1123290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1124570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1125770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1127030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1128250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1129510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p 2025-09-07T07:26:39.1130740Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp 2025-09-07T07:26:39.1131630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp 2025-09-07T07:26:39.1132870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp2vlx4sb_1x16vl_sme2_dot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp 2025-09-07T07:26:39.1134090Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:39.1134990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:39.1136200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p_qsi8cxp_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:39.1137410Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1138350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1139600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1140890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1142070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1143240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp_qsi8cxp_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1144650Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1145450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1146620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1147800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp_qsi8cxp_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1149090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1150270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp 2025-09-07T07:26:39.1151500Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p 2025-09-07T07:26:39.1152410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p8x4_bf16p12x4b_8x12_neon_mmla.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p 2025-09-07T07:26:39.1153620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p_bf16p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p 2025-09-07T07:26:39.1154840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p1x4_bf16p12x4b_1x36_neon_dot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p 2025-09-07T07:26:39.1156060Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p 2025-09-07T07:26:39.1156970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p 2025-09-07T07:26:39.1158260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p_qai4c32p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p 2025-09-07T07:26:39.1159510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p 2025-09-07T07:26:39.1160700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p 2025-09-07T07:26:39.1161630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p 2025-09-07T07:26:39.1162780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p_bf16p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p 2025-09-07T07:26:39.1164020Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p 2025-09-07T07:26:39.1164910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p_f32p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p 2025-09-07T07:26:39.1166230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p 2025-09-07T07:26:39.1167360Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p 2025-09-07T07:26:39.1168430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p 2025-09-07T07:26:39.1169760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p_f16p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p 2025-09-07T07:26:39.1171150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:39.1172030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p_qsi8cxpsb_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:39.1173500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp 2025-09-07T07:26:39.1174860Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p 2025-09-07T07:26:39.1175700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p_f16p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p 2025-09-07T07:26:39.1177030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p 2025-09-07T07:26:39.1178360Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p 2025-09-07T07:26:39.1179060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p_bf16p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p 2025-09-07T07:26:39.1180370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p8x4_bf16p12x4b_8x12_neon_mmla.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p 2025-09-07T07:26:39.1181570Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p 2025-09-07T07:26:39.1182430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p_f32p_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p 2025-09-07T07:26:39.1183690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme2_mopa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p 2025-09-07T07:26:39.1184600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/pthreadpool.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:39.1186730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/clog.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:39.1187470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/omp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:39.1190080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1190460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Formatting.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1191530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/NestedTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1192600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CPUFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1193760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SparseMPSFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1194890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/LegacyBatchedFallback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1196010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CollapseDims.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1197270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1198280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/MetaFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1199330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1200460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorOptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1201610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/DeviceAccelerator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1202790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1203880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/MemoryOverlap.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1205010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1206060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/LegacyVmapMode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1207300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/InitialTensorOptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1208400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Version.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1209480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/DLConvertor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1210540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Device.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1211680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/FuncTorchTLS.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1213560Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1214080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Dict_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1215200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Formatting.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1216330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/TensorBody.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1219150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1220200Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/op_registration 2025-09-07T07:26:39.1220940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/op_registration 2025-09-07T07:26:39.1222080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/op_registration 2025-09-07T07:26:39.1223250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/op_registration 2025-09-07T07:26:39.1224550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/op_registration 2025-09-07T07:26:39.1225640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/jit_type_base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1226900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/typeid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1228080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/rref_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1234100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Range.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1234650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/interned_strings_class.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1235000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/operator_name.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1235420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1235760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/symbol.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1236100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Backtrace.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1236470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/TransformationHelper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1237240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/blob.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1238360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/function_schema.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1239950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/type_factory.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1241070Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/dispatch 2025-09-07T07:26:39.1241800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/dispatch 2025-09-07T07:26:39.1242990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/dispatch 2025-09-07T07:26:39.1244050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/dispatch 2025-09-07T07:26:39.1245180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/dispatch 2025-09-07T07:26:39.1246330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/dispatch 2025-09-07T07:26:39.1247650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/dispatch 2025-09-07T07:26:39.1248800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/dispatch 2025-09-07T07:26:39.1249890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1251090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/ivalue_to.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1252180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1253670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/dynamic_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1254820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/class_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1255960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1257110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/function_schema_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1258280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1259320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/qualified_name.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1260480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1261620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/NamedTensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1262720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Scalar.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1263910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/CachingHostAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1265090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/functional.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1266290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1267460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/interned_strings.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1268530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/List.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1269660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/ATenOpList.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1270700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Dict.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1271810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/type_ptr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1273000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/grad_mode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1274190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1275310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1276380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1277500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/ScalarType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1278620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Array.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1279690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/ATen_fwd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1280780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/stack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1281990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/ATenGeneral.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1283130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/custom_class.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1284230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/IListRef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1285530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1286690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1287770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/TensorBase.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1289140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/ATen_pch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1290290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/QuantizerBase.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1291400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/enum_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1292480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/alias_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1293580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/List_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1294780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1295940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/enum_tag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1297070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/jit_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1298640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/IListRef_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1299680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/ivalue.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1301110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Dimname.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1302290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Vitals.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1303460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1304790Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing 2025-09-07T07:26:39.1305560Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:39.1306370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:39.1307650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:39.1308820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:39.1310070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:39.1311250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing/impl 2025-09-07T07:26:39.1312420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing 2025-09-07T07:26:39.1313530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing 2025-09-07T07:26:39.1314690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing 2025-09-07T07:26:39.1315820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing 2025-09-07T07:26:39.1317000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core/boxing 2025-09-07T07:26:39.1318140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/builtin_function.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1319290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/DimVector.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1320460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Reduction.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1321580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1322680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/function.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1323860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1325080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1326380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/TensorAccessor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1327610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/ivalue_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1329850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/core/Variadic.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/core 2025-09-07T07:26:39.1330890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1332390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/jiterator_macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1333660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Operators.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1335400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1337390Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1337840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/MPSProfiler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1339330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/EmptyTensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1340620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/MPSAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1342090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/MPSGuardImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1343420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/MPSHooks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1344580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/MPSEvent.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1345820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/MPSDevice.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1347020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/MPSStream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1348170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/IndexKernels.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1349320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/MPSAllocatorInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1350430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/mps/MPSGeneratorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/mps 2025-09-07T07:26:39.1352510Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1353080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1354270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1355410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorTransformations.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1356530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ComplexHelper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1357660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ConvUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1358890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Normalization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1360050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ReductionType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1361120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Repeat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1362340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/layer_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1363480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/GridSampler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1364620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1365720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1366830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/batch_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1367950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Unfold3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1369140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Fill.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1370390Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/ao_sparse 2025-09-07T07:26:39.1371220Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/ao_sparse/quantized 2025-09-07T07:26:39.1372100Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/ao_sparse/quantized/cpu 2025-09-07T07:26:39.1372880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/ao_sparse/quantized/cpu 2025-09-07T07:26:39.1374120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ao_sparse/quantized/cpu/packed_params.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/ao_sparse/quantized/cpu 2025-09-07T07:26:39.1375260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ao_sparse/quantized/cpu/qnnpack_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/ao_sparse/quantized/cpu 2025-09-07T07:26:39.1376340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1377510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/RangeFactories.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1378570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/RNN.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1379800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/IndexKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1382240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Pool.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1383230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/RangeUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1384480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Cross.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1385690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/im2col.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1387010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TransposeType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1388160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/DispatchStub.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1389310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Unfold2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1390440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Distance.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1391690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1393150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps 2025-09-07T07:26:39.1393870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/MetalShaderLibrary.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps 2025-09-07T07:26:39.1395150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/kernels 2025-09-07T07:26:39.1395900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/kernels/GridSampler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/kernels 2025-09-07T07:26:39.1397080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/kernels/UpSample.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/kernels 2025-09-07T07:26:39.1398230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/kernels/Pooling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/kernels 2025-09-07T07:26:39.1399590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/operations 2025-09-07T07:26:39.1400350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations/FusedAdamKernelImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/operations 2025-09-07T07:26:39.1401570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/operations 2025-09-07T07:26:39.1402640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations/BinaryKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/operations 2025-09-07T07:26:39.1403850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations/FusedAdamWKernelImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/operations 2025-09-07T07:26:39.1405070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/operations 2025-09-07T07:26:39.1406180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/operations/MultiTensorApply.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps/operations 2025-09-07T07:26:39.1407230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/TensorFactory.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps 2025-09-07T07:26:39.1408400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps 2025-09-07T07:26:39.1409580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps 2025-09-07T07:26:39.1410790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/MPSGraphSequoiaOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps 2025-09-07T07:26:39.1411880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/OperationUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps 2025-09-07T07:26:39.1413170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mps/Copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mps 2025-09-07T07:26:39.1414300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Distributions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1415600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/MaxPooling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1416760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Gelu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1417960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/SparseTensorUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1419050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/CPUFallback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1420530Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1421240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1422360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/zmath.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1423490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/ReduceUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1424550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1425830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1426910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1428020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/int_mm_kernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1429230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1430320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/Gelu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1431500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1432680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1433860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1435250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1436130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1437240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1438320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/LogAddExp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1439500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1440630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1441800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1442970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1444050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/Elu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1445220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1446360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1447580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1448760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/LogSoftmaxKernelImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1449830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1451000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1452280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1453490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1454950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1456000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1457230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1458420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cpu/Loops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cpu 2025-09-07T07:26:39.1459550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/FusedAdagrad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1460710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1461850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TopKImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1463120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1464310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1465400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ForeachUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1466520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1467720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1469350Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1470120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1471320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1472840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1473870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1475020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1476180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1477310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1478430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1479740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1481030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1482160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1483270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1484400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/cutlass_common.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1485570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1486700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1487780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1488950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/ScaledGroupMM.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1490130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1491300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1492430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1493750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1494530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1495780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1496860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1498250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1499160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/GroupMM.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1500360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1501520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1503250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1504380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1505630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1506810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1507920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1509090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1510170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1511310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/fused_adagrad_impl.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1512600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1513720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1514880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Resize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1516060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/fused_adagrad_utils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1517150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1518450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1519470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1520650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/GroupMMCommon.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1521830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Activation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1522940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1524060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1525200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1526440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1527570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1528660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Sort.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1529850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1531000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1532350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1533620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1534730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1535970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1537370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/IndexKernelUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1538440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1539570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1540720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1541960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1542930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1544010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/cuda/Copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/cuda 2025-09-07T07:26:39.1545460Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized 2025-09-07T07:26:39.1546140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/ConvUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized 2025-09-07T07:26:39.1547330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized 2025-09-07T07:26:39.1548460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized 2025-09-07T07:26:39.1549600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/library.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized 2025-09-07T07:26:39.1550910Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1551700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1552810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1554000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1555040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/ACLUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1556140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1557330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/qlinear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1558530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1559670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1560780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1562070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1563270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1564430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1565560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1566670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/qconv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1567850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1569070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cpu 2025-09-07T07:26:39.1570220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized 2025-09-07T07:26:39.1571370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized 2025-09-07T07:26:39.1572490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized 2025-09-07T07:26:39.1573580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/Copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized 2025-09-07T07:26:39.1574890Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cudnn 2025-09-07T07:26:39.1575640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/quantized/cudnn/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/quantized/cudnn 2025-09-07T07:26:39.1576680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Lerp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1577810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ReduceOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1578980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1580110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/UnaryOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1581220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/SortingUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1582480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1583570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1584680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorShape.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1585770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/IndexingUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1586830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/UpSample.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1588310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/utils 2025-09-07T07:26:39.1589050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/utils/ParamUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/utils 2025-09-07T07:26:39.1590240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/utils/ParamsHash.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/utils 2025-09-07T07:26:39.1591360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/utils/Factory.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/utils 2025-09-07T07:26:39.1592460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ResizeCommon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1593630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1594660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Resize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1595820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1596940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Sorting.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1598080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1599280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorProperties.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1600650Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers 2025-09-07T07:26:39.1601850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/sdp_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers 2025-09-07T07:26:39.1602580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/attention.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers 2025-09-07T07:26:39.1603890Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda 2025-09-07T07:26:39.1604710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/sdp_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda 2025-09-07T07:26:39.1606070Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:39.1606950Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels 2025-09-07T07:26:39.1607790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels 2025-09-07T07:26:39.1609480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels 2025-09-07T07:26:39.1610780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:39.1612080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:39.1612900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/find_default_mma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:39.1614180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_accum_lambda_iterator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:39.1615290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:39.1616640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_from_smem.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:39.1618160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:39.1619330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:39.1620590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm 2025-09-07T07:26:39.1621840Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue 2025-09-07T07:26:39.1622730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_thread_apply_logsumexp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue 2025-09-07T07:26:39.1624000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_rescale_output.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue 2025-09-07T07:26:39.1625110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_pipelined.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue 2025-09-07T07:26:39.1626480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:39.1627530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:39.1629010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:39.1630240Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform 2025-09-07T07:26:39.1631120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform/tile_smem_loader.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform 2025-09-07T07:26:39.1632400Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:39.1633250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:39.1634540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:39.1636050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:39.1637350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/transpose_warp_iterator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:39.1638610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/default_warp_iterator_from_smem.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:39.1639820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/warp_iterator_from_smem.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:39.1641090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators 2025-09-07T07:26:39.1642460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/mem_eff_attention 2025-09-07T07:26:39.1644580Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/flash_attn 2025-09-07T07:26:39.1645100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/flash_attn/static_switch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/flash_attn 2025-09-07T07:26:39.1646090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/cuda/flash_attn/flash_api.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/cuda/flash_attn 2025-09-07T07:26:39.1647190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers 2025-09-07T07:26:39.1649000Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/hip 2025-09-07T07:26:39.1649760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip/aotriton_versions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/hip 2025-09-07T07:26:39.1650570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip/gemm_kernel_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/hip 2025-09-07T07:26:39.1651730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip/aotriton_adapter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/hip 2025-09-07T07:26:39.1653090Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/hip/flash_attn 2025-09-07T07:26:39.1653870Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/hip/flash_attn/ck 2025-09-07T07:26:39.1654700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip/flash_attn/ck/me_ck_api.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/hip/flash_attn/ck 2025-09-07T07:26:39.1655910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/transformers/hip/flash_attn/flash_api.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/transformers/hip/flash_attn 2025-09-07T07:26:39.1657040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1658120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/vol2col.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1659310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/LossMulti.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1660480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1661550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorDimApply.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1662870Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/hip 2025-09-07T07:26:39.1663550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip/ck_types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/hip 2025-09-07T07:26:39.1664700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip/ck_bgemm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/hip 2025-09-07T07:26:39.1665870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip/ck_gemm_template.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/hip 2025-09-07T07:26:39.1667330Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/hip/bgemm_kernels 2025-09-07T07:26:39.1668020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_template.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/hip/bgemm_kernels 2025-09-07T07:26:39.1669160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_collection.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/hip/bgemm_kernels 2025-09-07T07:26:39.1670220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/hip/ck_gemm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/hip 2025-09-07T07:26:39.1671390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1672550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1673810Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mtia 2025-09-07T07:26:39.1674480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mtia/EmptyTensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mtia 2025-09-07T07:26:39.1675650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1676770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/group_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1677920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Histogram.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1679430Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/kleidiai 2025-09-07T07:26:39.1679890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/kleidiai/kai_pack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/kleidiai 2025-09-07T07:26:39.1681120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/kleidiai/kai_ukernel_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/kleidiai 2025-09-07T07:26:39.1682210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/kleidiai/kai_kernels.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/kleidiai 2025-09-07T07:26:39.1683280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Activation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1684420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Math.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1686280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/FusedAdam.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1687420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/GroupedMMUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1688590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1689680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/CPUBlas.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1690870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1692040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1693290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/AmpKernels.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1694620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1696090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorIterator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1697410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorConversions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1699140Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/nested 2025-09-07T07:26:39.1699750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested/NestedTensorUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/nested 2025-09-07T07:26:39.1701120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/nested 2025-09-07T07:26:39.1702380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested/NestedTensorMath.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/nested 2025-09-07T07:26:39.1703770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/nested 2025-09-07T07:26:39.1705170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/nested 2025-09-07T07:26:39.1706470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/FractionalMaxPooling.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1707810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1709350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorFactories.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1710590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn 2025-09-07T07:26:39.1711510Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:39.1712240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/FusionUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:39.1713410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/qlinear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:39.1714740Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:39.1715490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail/Utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:39.1716620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail/Attr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:39.1717970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail/LRUCache.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:39.1719080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail/DnnlExt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:39.1720460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:39.1721560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu/detail 2025-09-07T07:26:39.1722650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/qconv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:39.1723800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/mkldnn/xpu/Conv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native/mkldnn/xpu 2025-09-07T07:26:39.1724900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/PointwiseOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1726040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/BinaryOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1727210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Pow.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1728370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1729510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1730650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/SegmentReduce.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1731790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/FusedSGD.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1732900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Padding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1734180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorCompare.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1735250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/PixelShuffle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1736410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1737650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TypeProperties.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1738770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/Copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1739960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1741180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/native 2025-09-07T07:26:39.1742260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ceil_div.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1743430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/EmptyTensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1744870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1746060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/dlpack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1747070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Config.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1748220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ThreadLocalPythonObjects.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1749490Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/metal 2025-09-07T07:26:39.1750240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/metal/Context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/metal 2025-09-07T07:26:39.1751920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Backtrace.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1753380Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu 2025-09-07T07:26:39.1754050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/Utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu 2025-09-07T07:26:39.1755300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu 2025-09-07T07:26:39.1756490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vml.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu 2025-09-07T07:26:39.1757880Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1758550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec_quant.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1759670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec_half.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1761130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:39.1761890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128/vec128_convert.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:39.1763110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:39.1764200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128/vec128.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:39.1765380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:39.1766790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:39.1768120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec128 2025-09-07T07:26:39.1769300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec_mask.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1770690Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1771390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1772550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1773700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1774720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_half.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1775830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1777270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1778600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1779740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1781080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1782150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1783360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1784710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2025-09-07T07:26:39.1785470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2025-09-07T07:26:39.1787130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1788400Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1789680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1790320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1791430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1792510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1793680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1794930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1796220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1797470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1798710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1799940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1801120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1802400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1803630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2025-09-07T07:26:39.1804740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1806310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2025-09-07T07:26:39.1807360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1808530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec_convert.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1809700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1810840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1812220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/functional.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1813590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1814380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1815930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1817070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1818510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1819730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_float8.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1820970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1822100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1823430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1824700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1826130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1827320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2025-09-07T07:26:39.1828610Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:39.1829280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve/vec_bfloat16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:39.1830600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve/vec_qint.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:39.1831850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve/vec_double.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:39.1833090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve/vec_float.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:39.1834350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve/vec_common_sve.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:39.1835520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve/sve_helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:39.1836670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/sve/vec_int.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec/sve 2025-09-07T07:26:39.1837900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec_n.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1839130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1840210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cpu/vec 2025-09-07T07:26:39.1841980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1842930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TracerMode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1844080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/BlasBackend.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1845240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Backend.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1846480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1852160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1853020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/PTThreadPool.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1854130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1858650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/MapAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1859010Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1859400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1859760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1860120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1860760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1861830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1862980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/cub-RadixSortPairs.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1864090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/Sleep.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1865300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1866460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1867580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/jiterator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1868750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1869970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1871000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1872160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1873280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1874440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1875540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/PhiloxUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1876660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1877750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/Exceptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1878950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1880080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1881150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1882220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/cub.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1883560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1884890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1886010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1887090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/cub.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1888340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDAContextLight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1889500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1890640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1892120Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1892800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1894000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1895160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1896630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1897430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1898630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1899780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1900950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1902050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1903210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/detail 2025-09-07T07:26:39.1904340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1905460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1906760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1907850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1909030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/PhiloxCudaState.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1910170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1911590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/tunable 2025-09-07T07:26:39.1912280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable/TunableOp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/tunable 2025-09-07T07:26:39.1913430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable/StreamTimer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/tunable 2025-09-07T07:26:39.1914560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable/TunableGemm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/tunable 2025-09-07T07:26:39.1915720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable/GemmCommon.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/tunable 2025-09-07T07:26:39.1917020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/tunable 2025-09-07T07:26:39.1918380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/tunable 2025-09-07T07:26:39.1919380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/tunable/Tunable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda/tunable 2025-09-07T07:26:39.1920430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1921590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cuda 2025-09-07T07:26:39.1922890Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/quantized 2025-09-07T07:26:39.1923580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/quantized 2025-09-07T07:26:39.1924710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/quantized/Quantizer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/quantized 2025-09-07T07:26:39.1925750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/record_function.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1927020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/WrapDimUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1928510Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/xpu 2025-09-07T07:26:39.1929120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu/XPUEvent.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/xpu 2025-09-07T07:26:39.1930190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu/XPUDevice.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/xpu 2025-09-07T07:26:39.1931400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/xpu 2025-09-07T07:26:39.1932540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu/CachingHostAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/xpu 2025-09-07T07:26:39.1933820Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/xpu/detail 2025-09-07T07:26:39.1934530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu/detail/XPUHooks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/xpu/detail 2025-09-07T07:26:39.1935720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/xpu 2025-09-07T07:26:39.1936760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/xpu/XPUContext.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/xpu 2025-09-07T07:26:39.1938080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/miopen 2025-09-07T07:26:39.1938930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen/Utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/miopen 2025-09-07T07:26:39.1939890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen/Types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/miopen 2025-09-07T07:26:39.1941070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen/Descriptors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/miopen 2025-09-07T07:26:39.1942150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen/miopen-wrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/miopen 2025-09-07T07:26:39.1943250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen/Exceptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/miopen 2025-09-07T07:26:39.1944330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/miopen/Handle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/miopen 2025-09-07T07:26:39.1945620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/RedispatchFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1957170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Context.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1958430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1959690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1960790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/div_rtn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1961930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ExpandUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1963160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/MPSFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1964390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TypeDefault.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1965460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/MPSFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1966630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1976070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/MethodOperators.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1977250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1978460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/NamedTensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1979590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Scalar.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1980830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1981950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/LinalgBackend.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1983220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/LegacyBatchedTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1984380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SparseCsrMPSFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1985470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ArrayRef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1986630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SequenceNumber.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1987840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1988990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ExpandBase.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1990070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Parallel-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1991170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/MatrixRef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1992340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1993830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1995080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1996400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1997430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/NumericUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1998600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ATen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.1999740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorNames.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2000880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorMeta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2002010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorIndexing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2003210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Layout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2004460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SparseTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2005550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SavedTensorHooks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2007020Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2007750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2008990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2010060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2011220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/MAIAHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2012360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/XPUHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2013460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2014600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2015770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/MPSHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2016890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/MTIAHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2018000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/HPUHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2019220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/detail/IPUHooksInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/detail 2025-09-07T07:26:39.2020390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2021710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/StorageUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2022960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2024020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/code_template.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2025200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorOperators.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2026310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CUDAFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2027710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/hip 2025-09-07T07:26:39.2028580Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/hip/impl 2025-09-07T07:26:39.2029360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/hip/impl 2025-09-07T07:26:39.2030540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/hip/impl 2025-09-07T07:26:39.2031790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/hip/impl 2025-09-07T07:26:39.2032920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/hip/impl 2025-09-07T07:26:39.2033890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ScalarType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2035040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2036160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Dispatch_v2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2037720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Storage.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2038740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/DeviceGuard.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2039930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ParallelNative.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2041040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/OpMathType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2042310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2043410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/PadNd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2044540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SparseMPSFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2045660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2047010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2048190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ParallelFuture.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2049300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Functions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2050850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SparseCsrMPSFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:39.2086840Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2087330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2088550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2089900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2091060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2092310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2093390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2094530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2095740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_ones.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2096870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2098110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2099240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2100340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acosh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2101470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2102640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2103850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2104980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2106160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2107250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2108380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2109590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2110750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_static_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2111810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2113010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2114160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2115270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isfinite_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2116560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2117760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2119160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2120370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfinv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2121760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2123160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2124410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2125620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2126810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2128060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2129160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2130310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/result_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2131450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2132510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2133670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2134880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2136030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2137160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2138270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2139600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2140680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2141770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2142950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binomial_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2144040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2145280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2146450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2147530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2148860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2149980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2151220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2152250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2153430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_propagate_xla_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2154610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2155930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2157090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2158330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2159340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2160490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2161770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2163060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2164140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2165260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2166450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2167680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2168820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2170170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2171030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_int_mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2172160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/i0_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2173370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/inverse_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2174530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2175750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2176850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2178120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2179200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2180330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2181480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2182730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2183850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2184970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2186120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2187270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2188460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2189590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2190780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2192110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2193260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2194520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2195630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2196650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2197930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2198990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2200310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2201600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2202650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2203950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2205140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2206590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2207440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2208580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2209700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2210910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2212030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2213270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2214370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2215580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2216680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinc_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2217910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2219050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2220220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2221620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2222560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2223640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2224730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nextafter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2225980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2227070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2228260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2229340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2230500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2231650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pdist_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2232760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2233970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_wrapped_linear_prepack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2235150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2236180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctan2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2237350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2238580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2239750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2240910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2242050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/absolute_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2243310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2244450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2245690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2246830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2247900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2249130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2250190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2251300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2252460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2253650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2254850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2255960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2257080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bilinear_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2258220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/topk_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2259420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2260530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2261620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2262840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2263940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2265150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2266230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2267300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2268470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2269650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2270870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2272010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2273150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2274290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2275450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2276710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2277770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hstack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2279050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2280100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2281340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2282550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2283620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2284770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2285910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2287030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2288390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/positive_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2289280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2290590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2291690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2292950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2294030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igammac_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2295130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2296350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2297460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2298630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2299690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/narrow_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2300870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan2_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2302030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_relu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2303190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_unpack_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2304360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2305530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2306660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2307780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2308920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2310260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2311350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2312460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_jvp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2313590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2314650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2315840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2316960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_slogdet_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2318150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2319210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2320320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hann_window_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2321530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2322680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2324020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2324900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/coalesce_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2326150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2327380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2328470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/where_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2329700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2330930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2332170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2333280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2334480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k1_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2335540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2336730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2337900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2339060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2340190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2341530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2342560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2343750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2344770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctan_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2346040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2347300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2348350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2349530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2350920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2351820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nan_to_num_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2352990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2354160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2355360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_spherical_bessel_j0_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2356490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2357710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2358870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chain_matmul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2359940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2361190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2362270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2363560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2364740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2365800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vdot_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2367130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2368050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2369240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2370450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2371500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/abs_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2372680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2373920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2375020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2376170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2377480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2378730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2379810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2381000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2382070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2383340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2384490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2385570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logspace_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2386690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2387800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2388970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igammac_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2390100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2391290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2392320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2393490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2394630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2395930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2397040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2398270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2399450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2400720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2401690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/and_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2402860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2404130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2405240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2406360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2407480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2408750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2409810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2411010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2412120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vstack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2413240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2414380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2415520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2416670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2417870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2418940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2420260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2421430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2422550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2424070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2424860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2425960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sgd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2427160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2428250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2429480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2430590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dequantize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2431730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2432960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_to.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2434120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2435210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2436450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2437570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acosh_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2438810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2439860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_scalar.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2440970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2442110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2443280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2444590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2445700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2446900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2448100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2449120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_mean_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2450330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2451460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2452540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2453770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2455130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2456090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2457230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2458320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dropout_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2459460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matmul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2460580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2461820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2462940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2464160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2465300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2466490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_check_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2467650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rot90_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2468850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2470010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2471100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2472240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/selu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2473490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2474720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2476090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2477580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2478800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2480160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2481460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2482800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2484240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2485950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2486850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2488090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col2im_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2489400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ge_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2490650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2491810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2493020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2494140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2495320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2496540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2497610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2498770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2500040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2501220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2502360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2503420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2504560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2505750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2506870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2508170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2509280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2510350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2511550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2512710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2513860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2514960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2516070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmean_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2517260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2518400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2519510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2520770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2521840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2523050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2524180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2525760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2530190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2530720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2531510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2531860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2532290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2532950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2534340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2535410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2536600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2537830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2538960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2540130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2541390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2542580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exponential_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2543700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2544910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2546130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2547300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2548370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2549490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2550730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2551940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2553020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2554170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2555340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2556560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2557680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsub_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2558890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2560040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2561210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2562360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2563580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2564660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int8pack_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2565890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2567040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2568140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2569420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2570570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2571770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2572990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2574180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2575370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2576530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2577710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2578840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2579960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2581240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2582400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2583550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/roll.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2584740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2585800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/orgqr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2586970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2588160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2589290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/layer_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2590610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2591710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2592850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2594270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2595270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2596350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/take.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2597480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2598690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isin_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2599850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/record_stream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2601060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2602230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2603390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2604580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2605820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2606980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2608090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2609280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isinf_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2610410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2611710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2612860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2614130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2615390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2616530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2617540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hash_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2618760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2619890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2621060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multinomial.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2622190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alias_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2623470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2624520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/allclose_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2625830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2626930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2628120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2629300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2630470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2631680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2632770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2634080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2635080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2636340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2637410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2638680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2639790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2641110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2642160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_aminmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2643390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2644600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2645720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/digamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2646870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2648140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2649250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2650430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2651560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2652750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2653940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2655030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2656170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2657440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2658630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2659720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_values_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2660860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2662190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2663350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2664650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2665820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2667010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2668150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2669310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2670510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2671630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2672790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2673970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2675150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2676320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2677540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn_like_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2678640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2679860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2681190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2682350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2683530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2684770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2685970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2687170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2688350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2689670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2690740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eye_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2691910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_exp2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2693050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adamw.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2694310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2695470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2696650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2697780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2698930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2700230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2701410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2702710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2703680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2704860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2706010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2707150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2708280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lt_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2709500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_chunk_cat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2710630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2711810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2712980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2714150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2715340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2716540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2717710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2719030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2720120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2721270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adagrad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2722370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2723520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2724600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2725790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hypot_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2726890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2728080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2729200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_data_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2730340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2731570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2732620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acosh_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2733860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2735110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2736330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2737510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2738580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2739680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/positive.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2740800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2742000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2743210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2744390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2745500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_empty.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2746800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2747890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2749080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2750320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2751440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_propagate_xla_data_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2752590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2753730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2754900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2755990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2757160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2758310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flatten.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2759440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2760690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2761830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bincount_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2762940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dot_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2764140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2765490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2767080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2767640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2768750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmedian.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2770060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2771210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2772290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2773400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2774600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2775710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flip_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2776850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2777990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2779160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2780300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2781500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2782540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/where_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2783680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2784830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2786090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2787160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2788320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2789490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kl_div.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2790730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2791850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2793020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2794360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2795300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_as_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2796420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2797590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2798660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2799910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2800950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2802000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2803240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vsplit_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2804330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2805550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2806860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2807900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2809150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2810360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2811620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2812700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2813880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j0_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2815050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2816350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2817410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2818620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2819740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2820960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2822270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2823440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2824510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2825650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2827250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2828060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2829250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2830570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binomial.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2831520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2832690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2833810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ctc_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2834980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2836090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2837220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2838350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2839520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2840720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2841930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2843300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2844530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2845850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2847290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2848460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2849740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2851150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2852500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2853460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2854580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2855790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2856950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2858130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2859280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2860460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2861580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/deg2rad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2862650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2863830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2864950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2866050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zero_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2867180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2868250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_divide.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2869470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2870610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2871790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2873010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2874130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2875370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2876530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2877630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/corrcoef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2878800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2880130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2881190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2882500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2883490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2884720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2885910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2886960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2888040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adam.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2889140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zeros_like.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2890470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2891570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2892670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2893790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lt_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2894970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2896230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2897280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gt_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2898460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2899640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2900750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2901870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2903150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2904200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2905400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2906540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2907730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2908920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2910030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2911170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2912410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2913600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2914660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geometric_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2915840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2916990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2918060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2919200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2920350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/outer_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2921580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2922690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2923850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2924940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2926120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/topk.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2927280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2928570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2930020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2930770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2931950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2933220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2934520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2935520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2936660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2937900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2939140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2940510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2941340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2942440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2943630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lgamma_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2944770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stft_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2945970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mask_projection.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2947050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2948270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2949390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2950560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2951680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2952840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinc_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2954150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2955180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2956280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2957590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2958660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2959810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2960940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2962080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/random_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2963240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2964390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2965760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2966760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2967790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/output_nr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2968940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2970040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/not_equal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2971220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2972320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/meshgrid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2973520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2974680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_storage_offset_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2976080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2976980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2978120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2979210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rand_like.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2980600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2981690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2982890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2984140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2985310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2986720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2988010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/float_power_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2989320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2990580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2991720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2992960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/maximum_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2994190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2995420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2996640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2998000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.2999310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3000350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3001480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3002700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3003790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3005050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3006110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3007330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3008470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_scale.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3009720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3010850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3012260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3013120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diff_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3014260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3015550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3016720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3017790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eye_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3019020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3020150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3021340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3022550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3023710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3024820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_storage_offset.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3026070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3027120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3028340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3029510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3030730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3031840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/abs_sparsecsrmps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3033070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3034330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3035540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3036580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/and.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3037740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3038850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3040010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3041290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3042360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3043470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3044710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3046010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3047030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3048210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3049440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3050610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3051840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3052980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3054090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3055370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3056500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hann_window.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3057670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3058930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3059940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3061080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Int.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3062300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3063580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3064640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3065830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3067000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_flash_attention_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3068210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3069480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3070600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3071760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3072960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3074020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/concatenate_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3075140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3076440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3077470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3078640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3079800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3080950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3082130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3083260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfc_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3084540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3085630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3087190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/range.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3088010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3089200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3090320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3091450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3092580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3093720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3094830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_physical.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3095930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/square_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3097090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3098230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3099430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3100530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3101700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3102870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_psi_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3104100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3105160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3106360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3107540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3108650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/selu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3109820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3110970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_dim_sparsecsrmps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3112060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3113260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/range_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3114410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3115500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3116710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3117790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cov.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3119110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3120240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3121470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3122610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3123680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3124880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3126010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tile_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3127150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3128360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3129490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3130680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3131830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3133030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3134350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3135430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3136600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3137820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3138960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3140140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_parallel_materialize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3141350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3142610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3143780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3144930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical_sparsecsrmps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3149380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/int_repr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3149950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3150370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3150760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3151140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3151840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3153100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3154400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3155580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3156780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3158060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3159310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3160260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3161490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3162710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3163950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3165110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3166220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3167360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3168470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lcm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3169590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argwhere_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3170860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3171870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3173000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/orgqr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3174280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3175480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3176610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3177720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3178940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3180080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3181170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3182290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/put_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3183470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3184730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3185870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3187110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3188180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lerp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3189330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_max.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3190440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_int_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3191610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_mean_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3192960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3194070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctan_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3195330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3196530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3197600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3198850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3199970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3201150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3202370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3203680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3204990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_permuted_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3206440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3207750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3209040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3210430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3211720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3213040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3214390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3215720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3217070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_scatter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3218460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3219810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3221010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnz.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3222170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3223430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3224670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3225890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3227020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3228170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3229350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grouped_mm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3230590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3231690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3232830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zeros_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3234190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3235250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3236390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3237510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3238620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3239790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3241030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3242220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3243410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3244570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chunk_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3245860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3246930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3248180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3249220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3250450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3251700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3252730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3254000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ex_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3255070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/topk_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3256280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3257340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_numel_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3258560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3259650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3260890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_values_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3262160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3263320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3264580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesced_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3265690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3266790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_numel_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3268170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3269280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3270400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3271680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3272820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3273970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pow_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3275150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3276310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adagrad_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3277410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3278660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3279790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3280920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3282080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3283190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3284390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3285550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_spsolve_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3286800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3287860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3289070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3290160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3291350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/maximum_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3292480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3293650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3294790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3296010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3297110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3298310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3299570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3300680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3301850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3303060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3304210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3305320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3306540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3307730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3308770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Half.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3310020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3311380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3312470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3313650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3314760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3315970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3317160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addr_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3318360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3319500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3320650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3321870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3323220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3324300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3325490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3326630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3327810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3328970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3330260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3331400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3332620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3333810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_index_put.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3335090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3336170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multiply_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3337400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3338590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3339750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3340840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3341990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3343230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3344460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3345570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3346780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3347810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3349080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3350230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3351390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnz_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3352560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3353700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3354880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slogdet_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3356200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3357260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3358490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3359580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3360820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3362060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3363260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3364390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3365540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hspmm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3366830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3367920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3369120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3370440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3371650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3372740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3373970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3375020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/less_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3376210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3377330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3378530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3379680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3380880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3382010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3383230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3384480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3385530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3386840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3387890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3389030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3390180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3391410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3392510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3393790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3394820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3396080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3397190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3398380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3399470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amax_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3400770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3401880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3403080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3404230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3405380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3406630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3407840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3408960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3410050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log10_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3411280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3412590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3413590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3414720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3416000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3417090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3418320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3419490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3420710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3421800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsub_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3422970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3424160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3425330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3426420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3427640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3428780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3429860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3431040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3432130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3433290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_max_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3434450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3435600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3436770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3437960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3439110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3440190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rms_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3441370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_dense_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3442560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3443720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3444760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/svd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3445880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3447110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3448290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3449410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3450500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3451690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3452810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3454110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3455190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3456420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3457620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3458780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3460010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3461200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3462320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3463460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_lengths_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3464660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3465780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3466950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3468180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3469300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randint_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3470480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slogdet.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3471710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3472860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3474070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_assert_scalar.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3475210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lazy_clone.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3476460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3477680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3478790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3479930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3481140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_digamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3482180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3483290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3484430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3485610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3486730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cross.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3487890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3489030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3490320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3491450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3492640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3493750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3494850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3496020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/less.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3497220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tensordot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3498550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3499560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3500860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3501900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3503180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3504350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3505470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3506840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3507920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3509010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3510160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3511400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3512550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3513750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3514890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3516010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3517110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gradient_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3518260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3519300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/or_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3520470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3521780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3522910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3524040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3525210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/median_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3526480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3527600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3528730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3529870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_chunk_cat_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3531190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3532220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/im2col.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3533440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3534590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3535790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3536850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3538080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3539240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3540490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3541570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3542780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_like.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3543910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3545150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3546370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3547510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/output_nr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3548590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3549700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3550880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/count_nonzero.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3551980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3553210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3554300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3555430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3556580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummin_helper_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3557850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3558960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3560070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3561310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3562400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3563700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3564710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3565920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3567030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3568210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3569410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3570460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3571610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3572940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3574210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/divide.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3575500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_masked_index.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3576900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3578180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_neg.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3579540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3580920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3582230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adamw_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3583470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_inverse_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3584930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3586220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3587540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3588910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3590140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/feature_dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3591290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3592450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3593620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gt_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3594860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3595980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3597230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3598500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3599580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3600780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3601850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3603120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3604270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3605370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3606600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3607810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3609180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3610290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3611340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_as.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3612570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3613720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3614870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3616110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3617300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3618450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3619590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3620890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3621960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3623080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3624220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3625440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3626600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lshift_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3627700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_data_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3628870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_det_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3630060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3631160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3632260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3633500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3634660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3635920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3637030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3638220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3639390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3640450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3641670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3642820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3643950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lcm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3645070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3646360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3647510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3648750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3649840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3651030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_full_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3652190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3653300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logspace.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3654550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3655890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3657020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3658180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3659480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3660520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3661680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsqueeze.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3662780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isinf_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3663950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_max.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3665110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3666210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/where_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3667440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3668530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3669710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3670870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3672030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3673130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3674370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3675530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3676780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3677890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3679150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3680260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3681500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3682650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3683750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alias.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3684900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3686080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3687270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3688540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3689700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3690870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3692020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3693170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3694410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3695390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3696620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3697810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3699030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3700070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3701300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3702350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3703550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/heaviside.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3704650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arccosh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3705890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3706990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3708250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3709410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j1_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3710570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3711890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3713020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3714260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3715350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3716540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hash_tensor_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3717630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3718700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3720000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3721070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3722230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3723480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3724630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3725930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3727160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3728280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3729330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3730480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/equal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3731670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3732880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3733970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acos_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3735120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3736360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3737510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3738710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3739790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3740970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3742090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3743250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3744550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3745720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3746870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3748010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/searchsorted.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3749370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3750410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3751550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3753000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3753780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3754930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3756190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3757330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3758520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3759570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3760710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tile.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3761910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3763090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3764230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3765280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmean.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3766460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3767640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3768780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3773040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3773560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3773980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3774430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3774750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/topk_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3775860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3776940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3778200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3779440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3780510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3781750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3782890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3784050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3785090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3786290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3787450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3788670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3789760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3790890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ones_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3792050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3793270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3794320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3795490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3796680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eq_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3797790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3799020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3800140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hypot_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3801460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3802510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3803630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3804890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3805960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3807280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3808480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3809550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isclose.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3810650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3811810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3813030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigvals_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3814270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3815530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3816600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kthvalue.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3817750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3818970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3820160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3821230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3822350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3823700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3824800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3826000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3827270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3828420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3829510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3830690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hamming_window.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3831880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3833060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3834230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3835410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3836530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3837690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3839040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3840130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3841230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3842560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3843670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3844810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3846030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3847430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3848410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3849530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3850710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3851860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3853000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3854200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3855400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3856520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3857660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3858860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3859930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dsplit_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3861090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3862220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resolve_neg.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3863520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3864590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rad2deg.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3865720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3866880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3868010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3869120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3870360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3871610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3872670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3873800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3874920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3876170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3877370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3878400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/type_as.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3879530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3880750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3881920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3883040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3884150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3885500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3886640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3887730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3888970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3890080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3891280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3892420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3893610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3894740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3895870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3897170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3898260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3899390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stride_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3900580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3901750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col2im_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3902820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3904020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3905170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3906340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3907480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3908570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3909750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3910950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3912160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3913390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3914450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stride.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3915580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3916810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3917870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3919050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_to_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3920210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3921530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3922770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3923780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3924960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3926040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3927270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3928550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3929550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clone_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3930850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3931990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3933250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3934310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3935470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3936660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_jagged.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3937830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3939010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3940320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3941440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3942810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3944130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3945530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3946820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3948100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3949490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3950930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3952150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3953410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3954950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3956200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3958510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/instance_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3959440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3960710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3961920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3963270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3964380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3965520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3966670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3967810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3969070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3970120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acos.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3971250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3972520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3973680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3974950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3976090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3977170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chunk.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3978420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_assert_async.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3979500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3980740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3981850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3982990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triangular_solve.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3984160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3985320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3986500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3987600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/renorm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3988920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3990110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/absolute.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3991300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3992560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3993840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3994880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mT_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3996200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3997270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3998560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.3999740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4000890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4002120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4003200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4004390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4005510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4006710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4007850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4009050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4010230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/renorm_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4011490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4012970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4014280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4015440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4016720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4017720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4018850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4019980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rand_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4021310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4022450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4023730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4024830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4026000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4027250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4028510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4029600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4030770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4032020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4033280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/detach_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4034470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cauchy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4035740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4036980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4038120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4039310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4040390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4041510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4042730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4045180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4046570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4047830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4048930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/selu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4050200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4051420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4052520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4053710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vander_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4055010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4056180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4057300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4058430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4059580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4060730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4061960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4063360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4064410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adjoint_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4065630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_reduce_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4066870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4068070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_attention_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4069160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4070420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4071600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4072740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4073930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4075050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4076230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4077390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4078700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4079850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4081030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4082340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4083600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4084650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4085740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_bag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4086950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4088180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/greater_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4089890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4091760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4093130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4094290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4095550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4096760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4097840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zeros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4099150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4100280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4101540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4102700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4103830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4104980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4106260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4107380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4108670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4109720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4110820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4112140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctanh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4113390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4114590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4115810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4116880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnz_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4118090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4119290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4120470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4121640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4122820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4124100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4125260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4126380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_spsolve_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4127560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4128660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log10_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4129740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flip.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4131090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4132230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4133340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4134610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4135790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4136920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4138050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4139200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4140410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4141550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4142680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4143880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4145100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4146220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4147480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4148580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4149740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4150910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4152100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4153330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k0_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4154340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pinverse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4155560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4156820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_scatter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4158060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4159140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4160410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4161580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4162760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4163840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arccosh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4165010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4166210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4167380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4168580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4169770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4170870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4172030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4173270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4174520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/not_equal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4175660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4176930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4177990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4179200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4180620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4181740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4183140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4184310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4185430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4186600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4187930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4189050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4190350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4191520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4192570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfcx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4193790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4194920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4196120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polar_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4197250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4198320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4199600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4200720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4201820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/data_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4203110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4204130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4205530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4206820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4207850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4209020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4210050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eq_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4211240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4212420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4213660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_functorch_fallback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4214940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4216760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4218120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4219360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adagrad_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4220590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4221950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4223040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4224340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4225420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ger_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4227220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4228560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4229810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4230970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4232180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4233380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4234660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4235690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4236890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4238050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4239230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4240420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4241600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4242880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_and_clear_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4244140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4245210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4246350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_quantized.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4247500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4248680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4249890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4251050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4252230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4253350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4254590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4255730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/roll_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4256890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4258070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4259260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4260570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4261740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4262850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4264010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4265130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4266300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4267480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4268640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4269710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4270880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multinomial_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4275640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4276450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4277300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4278090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmv_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4278850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4279610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_values_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4280310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clone.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4281090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4281910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4282660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4283740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4284900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4286110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y0_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4287310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4288440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4289630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4290770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4291940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4293040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4294300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4295570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4296660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/swapdims.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4297870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4299050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4300150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4301290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4302580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4303840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4305100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4306960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4308300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4309620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4310590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4311680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4312840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4314020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4315200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4316660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4317820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4319050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4320220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4321510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foobar.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4322880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4324240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4325330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_normal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4326510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4327670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4328980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4330030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4331240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4332400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4333490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4334660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4335920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4336970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4338250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4339340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4340440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4341630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lerp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4342850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4344030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4345150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4346340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4347570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4348930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4349920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/movedim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4351330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4352700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arccos.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4353690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4354730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4355870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4356990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4358100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dim_arange.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4359240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4360450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4361480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4362560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4363780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4364890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4366150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4367320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4368480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4369560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4370690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4371840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4373270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4374060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4375170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4376340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4377510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4378790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4379810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4380980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4382100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4383310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4384410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4385650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4387030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4387980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4389130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4390290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4391400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4393050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4394100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4395250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4396540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4397830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4398990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4400300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4401440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4402520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Long.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4403830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4404990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4406160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hstack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4407400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4408550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4409700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4410830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4412090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4413290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4414450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4415580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4416800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4417940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4419140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4420320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4421400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4422530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rename_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4423800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4424960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4426300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4427370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4428570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4429650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4430830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4432130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4433410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4434910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4436150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4437260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4438370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4439510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctan2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4440660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4441810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4443030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4444260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4445400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4446700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4447980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4449000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4450140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4451250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gru.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4452400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4453590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4454730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4455840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4456990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4458290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4459340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanquantile.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4460640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4461920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4463090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zeros_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4464320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4465540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4466810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4468120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4469320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4470440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4471770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4472990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4474220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4475400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4476440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4477590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4478750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4479970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4481240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4482570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4483720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4484860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4486130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_indices_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4487310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4488410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4489790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4490850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4492060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4493310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4494410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4495710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4496820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_not.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4497910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4499180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4500280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4501540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4502670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4503870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/minimum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4505150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4506300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4507560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4508900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4510090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4511340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4512480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cdist_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4513650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4514790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_relu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4516330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4517500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4518670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4519910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4521160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4522390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4523510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4524660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/i0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4526130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4527030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4528230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4529380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4530550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flipud_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4531760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4533030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4534160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4535530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4536660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4537960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igammac_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4539090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4540280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4541690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4542620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4543960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4545090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4546250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4547630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4548850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clone_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4549990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cov_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4551250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_scale_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4552530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4553780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4554900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4556150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4557360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4558510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_put.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4559810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dequantize_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4561050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4562300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4563470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4564640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0e.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4565790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4567000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4568220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4569470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4570590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4571800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4573000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4574260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4575460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4576670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4577830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4579150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4580550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4581720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4582890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lerp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4584270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4585600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4586750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4587920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4589230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4590500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4591630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4593060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4594180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4595390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4596620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4597770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_stack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4598910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4600150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4601330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4602600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4603730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfft.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4605020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4606140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4610870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fft.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4611680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4612500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4613240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gradient.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4614020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4614840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4615730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4616700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4617600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4618360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4619560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4620740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4621950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4623340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4624330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/abs_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4625480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4626850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4628560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mH_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4629900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4631270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ne_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4632540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4633670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4634820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4635980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4637230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4638500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4639700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4640770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4642070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4643300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4644450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4645510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmv_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4646660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rshift_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4647920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4649000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4650130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4651330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4652570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4653780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4655010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4656270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4657320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4658480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4659750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4660880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4662030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/true_divide_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4663320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4664420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4665560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4666640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4667830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adagrad_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4668930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4670120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4671280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resolve_conj.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4672500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4673780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4674800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4675950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4677070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4678300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4679360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4680680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4681670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4682870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4684150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4685380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4686660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4687980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4689250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4690630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4691760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4693140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4694270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/inverse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4695460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4696600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4697690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rshift_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4698960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4699970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/item.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4701280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4702440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4703490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hypot_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4704650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4705850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4707030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4708120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4709270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4710490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4711640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4712700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4713940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4715050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4716180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4717280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4718410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4719580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4720680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4721830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4723080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k0_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4724320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4725450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4726650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4727840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4729010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4730180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4731380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4732430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4733680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4734800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_power.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4735870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4736960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ne_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4738140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4739340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4740580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4741800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4742820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4743930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4745130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4746280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4747460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4748660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4749650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4750780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/less_equal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4751840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4753020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4754190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4755360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4756500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4757570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4758730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4759930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4761070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4762160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4763270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4764440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4765620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4766750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4768100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4768960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4770060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kaiser_window.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4771390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4772420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nansum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4773570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4774820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4776310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/det_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4777680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4778890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4780190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4781250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4782540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4783720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4784850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4786030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prelu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4787240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4789940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4790280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_compress_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4790680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4791870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4793010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4794160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4795270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4796440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4797600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4798740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_not_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4799870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4800950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logspace_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4802170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4803270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4804330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4805580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4806640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4807890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4809070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4810170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_stride_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4811280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isreal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4812440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4813600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4814640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_enum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4815780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/equal_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4816930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4818020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4819150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4820250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4821400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4822650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4823810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4824920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4826290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4827090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/einsum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4828260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4829390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4830570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4831610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_conj.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4832880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4834010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4835100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4836180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multiply.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4837320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4838530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4839570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4840960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4842070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4843050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trapezoid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4844210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prelu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4845550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4846670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4847760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_zero_point.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4848880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4850000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4851140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4852310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4853460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4854670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4855840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4856860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4858150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4859290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4860520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4861740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4862850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4864170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4865280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4866380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4867570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4868680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4869900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4870990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4872120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4873250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4874350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4875500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_indices_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4876730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4877800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4878890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4880040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4881150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4882250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4883340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4884480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4885640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4886770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4887820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4888920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4890120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4891270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4892440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4893530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ones_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4894670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_max.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4895860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4897000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4898130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4899310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4900540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4901700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4902770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lerp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4903860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4905030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4906100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logsumexp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4907450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4908430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4909530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4910800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4912020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/roll_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4913130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/i0_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4914350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4915440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4916680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4917800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4918900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4920060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4921190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4922370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pow_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4923470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4924570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gcd_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4925890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4926960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_sparsecsrmps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4928240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4929270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4930380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4931680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4932900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4934290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4935200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4936310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4937500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4938570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_static.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4939750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/im2col_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4940830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4941980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4943110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/im2col_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4944360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4945510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4946680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4947740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4948900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4950010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4951100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4952370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4953380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_print.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4954570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4955700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4956870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_coalesced_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4957980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4959100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4960390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4961480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4962690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4964010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4965170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4966230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4967420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4968460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4969660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4970830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4971950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4973200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4974220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantile.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4975520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4976630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_solve_ex_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4978010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4978920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4980000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4981080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4982340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4983450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_zeros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4984680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4985810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4987000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4988180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4989220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/uniform_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4990410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4991550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4992690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4993760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mT_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4994920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4996100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4997250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4998450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.4999610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5000790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5001880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arange_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5003110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5004120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ne.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5005260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5006460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5007690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5008850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5009890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5011020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5012180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5013310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5014370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5015500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5016730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5017790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_nonzero.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5018870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5019970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5021100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5022200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5023310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5024440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5025590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5026670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/subtract_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5027820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5028910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5030020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5031160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5032280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5033450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5034640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5035710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5036990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5037970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/swapaxes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5039300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/divide_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5040630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5041770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5043160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5044610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5045770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5047010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5048310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5049470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5050700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5051750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5052910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_svd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5054080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5055310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5056400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5057540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5058720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5059760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5060950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5062070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5063360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5068010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5068460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5068880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5069340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5069690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log2_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5070290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5071360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5072670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5073690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5074790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5075930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5076980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5078350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5079410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5080640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5081710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5082900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5084030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5085230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5086290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5087510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5088730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5089730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5090890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5092100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5093210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5094490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5095560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5096680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5097810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5099010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_complex_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5100130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5101240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5102320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5103470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5104600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5105740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5106920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5108020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5109170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_values_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5110320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5111520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5112740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5113790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5115080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lazy_clone_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5116140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5117260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5118350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5119490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/baddbmm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5120830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5121960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5123080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5124280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5125350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reciprocal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5126510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5127640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5128770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5130150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5131410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5132580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5133750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5134870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5135940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5137110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5138290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5139410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5140460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arcsin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5141550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/qr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5142660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5143900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_sparse_to_sparse_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5145020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5146090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5147240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5148360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5149510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5150650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5151720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5152860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5154060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5155150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5156340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5157450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5158680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5159760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5160830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5161950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5163030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5164320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5165410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5166460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5167610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5168780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5170010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5171590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5172860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5173970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5175230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5176340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5177550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5178670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5179810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5181040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5182080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5183240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5184410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5185560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5186610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_spdiags.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5187820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5189100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5190180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_neg_view.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5191340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_split.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5192530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5193930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5194900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5195990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5197090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5198290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5199520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5200990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5201870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5202940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5204090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5205190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5206350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5207420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5208690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5209860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5210990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5212120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5213260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5214590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5215600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5216740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5217870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5218960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/type_as_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5220110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5221360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5222590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5223640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5224730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_safe_softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5225930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5227060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5228150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logdet.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5229290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_as_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5230420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5231690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5232840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5233970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5235070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5236160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5237270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5238390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5239560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5240690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5241890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5242970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5244120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5245250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5246380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5247680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5248950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5249830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5250970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/normal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5252180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5253400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5254490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5255680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5256830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/less_equal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5257970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_ones_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5259160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_static_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5260260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5261570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5262740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5263840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5264980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/complex_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5266680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5267670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5268780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5270080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5271280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5272420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pinverse_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5273480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5274700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5275750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5276940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5278060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5279160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5280220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dist_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5281470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5282520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/maximum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5283640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5284640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ones.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5285990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5287020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5288180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5289280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5290380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5291690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5292780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5293940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5295030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5296170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5297240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5298380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5299580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5300650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5301780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5302960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5304190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5305280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5306380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/block_diag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5307520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_offsets.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5308830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5309860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5311080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5312170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5313370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5314550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5315660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5316900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5317980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geqrf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5319160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5320270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5321500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5322610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5323920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5324950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5326120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5327260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_constrain_range_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5328450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5329570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5330880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5332110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5333240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5334520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5335780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5336850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5338020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5339110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5340240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5341440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5342790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5343710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5345090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5346170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5347120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5348410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5349440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5350660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5351870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5352910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5354070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5355240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5356380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5357580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5358740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5359750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5360940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5362150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5363350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5364470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5365740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5366920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5368010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5369120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5370170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erf_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5371330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5372480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5373580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5374630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_to_size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5375870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5377050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5378210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5379300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gradient_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5380450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_compress.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5381770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5382900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5384030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5385150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5386300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_normal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5387410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5388530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hypot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5389640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5390840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5392040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5393260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5394450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5395580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnz_sparsecsrmps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5396970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5398250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5399590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5400870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5402230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5403620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5404780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5405930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5407020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5408120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5409270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5410450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5411520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grouped_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5412660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5413780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5414980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5416080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5417150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5418290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5419490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5420510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5421590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diag_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5422780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5423920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5425010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5426160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5427190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_or.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5428450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5429660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5430810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5431940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_permuted_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5433010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5434180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5435410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5436490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5437670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5438770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5439920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5441040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5442260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5443400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5444480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5445620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ravel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5446910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5448000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5449240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5450310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5451470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5452660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5453710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Short.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5454850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5455990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5457100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5458250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5459470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5460600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5461830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5462920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5464020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5465290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5466370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5467510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5468840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5469900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5470990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5472080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5473190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5474350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5475490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5476740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5477770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5478970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5480070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5481190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5482300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5483680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5484630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5485790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_version_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5486930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5488030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5489090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5490260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5491370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5492530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5493550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5494780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5495920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5497060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5498110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5499270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5500500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5501690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5502830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5504020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5505120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5506280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5507350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5508540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5509660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5510740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_circular.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5511940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5513170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5514250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_div.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5515510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5516560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5517750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5518850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5519970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5521080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5522260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5523440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5524570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5525680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5526780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5528020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5529150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/combinations_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5530270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5531400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/broadcast_to.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5532550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5533750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5534940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5536090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5537160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5538300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5539360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5540660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5541780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5542780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vdot_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5543910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5545050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gt_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5546270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diag_embed.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5547390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5548510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5549590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5550760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_with_update.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5551850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5553170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5554160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5555350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5556520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pdist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5557700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5558810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5559900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_signed.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5561080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5562160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ne_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5563270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_reduce.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5564340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5565540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5566780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5567850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rad2deg_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5568920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5570050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5571200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5572340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5573440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randperm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5574610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5575720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5576910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rand_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5578080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5579160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5580380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5581490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rename_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5582800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5583910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5585090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5586270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5587490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5588570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5589720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5590890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5592050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_check_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5593210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5594400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5595470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Float.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5596650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5597800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5599040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5600150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5601330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5602530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5603710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5604750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5605920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5607070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5608230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5609420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5610520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5611560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5612790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5613890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5615030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan2_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5616130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bucketize_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5617240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5618360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5619560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5620730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5621800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5623040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_logcumsumexp_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5624190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5625250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5626390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5627520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5628710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5629800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5630920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5632000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5633270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5634340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5635450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5636560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5637740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosh_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5639030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5640030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5641130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5642290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5643400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_sparse_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5644570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5645630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5646740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lt_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5647950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5649080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_static_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5650220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5651530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5652600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5653710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5654910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5656060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5657210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5658350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5659520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5660640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linspace_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5661840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5662940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5664100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5665310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5666440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5667510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5668660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5669790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5671180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5672330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5677020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5677520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/inner_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5677920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5678260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_coalesced.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5678620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5679110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5680170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5681390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5682500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5683580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5684760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5685940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5687100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5688350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5689390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5690510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5691690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dot_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5692940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5694000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5695120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5696240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5697460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5698700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5699820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5701000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5702070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5703320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5704360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_put_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5705560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5706680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5707810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5708970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sign_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5710010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5711230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5712310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5713430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5714650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5715800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5716950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/concatenate.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5718010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5719170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5720250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigvals.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5721400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/qscheme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5722520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5723720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/movedim_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5724870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5725980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5727130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5728440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5729570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5730680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5731830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5732910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5734200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5735310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5736490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5737630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5738800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5739870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5741030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5742100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5743230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsqrt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5744470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5745520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5746650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmax_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5747930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5749390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5750520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5751770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5753040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5754300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/svd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5755570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5756730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_fresh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5757840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5758980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flatten_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5760130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.5761300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6017140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6019610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6020640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6021740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6023060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6024210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6025290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/from_file.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6026450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6027640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6032230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6032610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/celu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6032960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_exp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6033340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_logit_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6873090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6873920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6875540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6876880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6878430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6879820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6881040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6882260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6883390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6884690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6885760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_stack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6887270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6888230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6889380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6890580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/real.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6891910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6893170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6894250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6895710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6896580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dual.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6897730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6898980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6900140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6901510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6903040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6904060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6905060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6906230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6907530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6908920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6911160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6912140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6913200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6914250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6915440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6916510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6917680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6918880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6919920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6921120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6922210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6923470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6924700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6925750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6926940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6928030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6933520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6934370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6935640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6942180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6943130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6949710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6950500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randint_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6958140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6958790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6960060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6961100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6971910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6973110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isclose_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6974320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6975810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6976990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6983420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6984190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6985390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6992350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_grouped_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.6993100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7000020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7000890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_lengths.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7008730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7009530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/renorm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7010730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7016080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7016950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7024630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7025690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7027080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7031920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7032940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7039530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7040900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7049290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7050070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/t_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7057410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7058370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7064830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/absolute_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7065680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isnan_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7066890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7072360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7073370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7080090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7081010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7082520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7088690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7089550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7096120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7097410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7104640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7105530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7106950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7112250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsub_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7113230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7120610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7121650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7129380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7130290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7131420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7137810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randint_like_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7139240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7140520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7146950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7147750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/abs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7155610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isin_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7156430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7157610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/retain_grad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7164340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7165260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kron_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7166420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7172270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7173210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7180290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bucketize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7181640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7182990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7187920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7189180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7195880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7196940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7203140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clip_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7204700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7205870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7210640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7212170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7218640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7220940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7226860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7228010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7229070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7234500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7236130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7242650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pow_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7243670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Double.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7250260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7251400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7252460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7257950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_pow_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7259460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7265750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7267180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_any_true.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7268540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7275350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7276380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7283270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7284290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7290880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7291920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7293080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_attention_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7299080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7300670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7307220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7308410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7309630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7315150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7316680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_safe_softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7322880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7324160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7325380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7332590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7333520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7340170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/numpy_T.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7341340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7348290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7349370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7350580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7353510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/float_power.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7358170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/narrow_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7360650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7361610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7368000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rot90.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7376290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/t.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7377310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7383700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7384790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7385920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/greater.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7391100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7392860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7398600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7400480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7406780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_attention_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7407620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sign.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7408900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7414970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7416020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/from_blob.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7422860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7424270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7430500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7431550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7432820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7438090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linspace_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7439620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7446670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7447500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7448550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/put_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7455460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7456270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7463560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7464470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7465530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7470540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7473770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7478040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7479440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7482410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7487490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7488340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/put.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7495020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7497640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7502550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7503390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eq_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7505250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7511370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7512340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7518930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7520390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7526380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7527500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7528660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/equal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7535140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7536120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7543150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7544030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7551490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7552370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7553510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7559080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7560500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7567340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7568320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7569480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7574870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7576110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7582480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7583980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7585070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flatten_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7591990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_numel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7592880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7599580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7600970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7607720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7608570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7609700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7615740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7616730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7623390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7624540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7625800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7630750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7632190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7638590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7640940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7646380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7647650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7648830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linspace.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7655620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7656680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7663080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7663900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arccos_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7671240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_mm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7672090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7673290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7679520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7680430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7686930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7688400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7689440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/deg2rad_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7695120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7695970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7702820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7704410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7711580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7712380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7713440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7719020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/moveaxis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7720100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7726810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7728360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7729580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7734160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7736450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acos_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7742220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7743610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7751630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7752630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7754000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7759670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diag_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7760900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7768290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7769000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7775840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7777110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7783550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7785030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7785640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7790980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7792140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7798460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7800590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/detach.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7806640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7807530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7808780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7814640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7815430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7822140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7823580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7829570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7831030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7832330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7838370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7839320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7845830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7846760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7854030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7854780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ger_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7856260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7862420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7863230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7870650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7871510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/result_type_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7872680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7878790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ormqr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7879610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7887120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7888260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7889420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_inverse_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7895060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7897140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7902580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7904200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7905320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7912100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7913020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7919460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7920960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7927970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grouped_mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7928790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7930150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7935930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7936750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_pow.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7943840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7944830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7946040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7952080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7953420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7959510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/median_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7961040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifft.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7962310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7969350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7970220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7977620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/full_like.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7978470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7985270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7986140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7987420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7993470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmax_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.7994500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/refine_names.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8000970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8001880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8003050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8008640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8010970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8016720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k1_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8017460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8019660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8024210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8025610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8032170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8033610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8040210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8041110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8042280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8047730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8049220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8055560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8056880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8063070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8063950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8065160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8071850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8072590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8079210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8080600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8086910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8087760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8088880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8094970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8095870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8103260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8104790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8111610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8112410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8113740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/istft_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8119130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8121390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8126990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8127920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_stack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8129150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8134760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acos_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8135570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log10_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8137330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8144540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8147020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8152780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8153630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8157320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8162790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8166480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8171320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_pinned.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8173990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8174870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8181610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8182300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8189180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8190060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8196880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8197510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8198680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8204180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8205530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/aminmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8211850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8213320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8219380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8220590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8221890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8228450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8229490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8235970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8236920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8243910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8244660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagflat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8250040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8251030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8252620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1e.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8258810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8260220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8266880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8267780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8268930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8274580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8275930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arange_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8282420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8283830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chalf_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8289840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8290730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8292140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8297750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8298600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8305370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8307720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8313320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8314540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8315820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_mean.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8321320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8322080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8329590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8330490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8337240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8338160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8339260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8344780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8346050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ex_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8352420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8353870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8355050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8362550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8363420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8370010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8370940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8378010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ger.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8378820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8380150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8385350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8387850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8393420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8394250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8395970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/imag_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8401450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/full_like_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8402390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8409050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y1_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8410320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8417100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8417980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8419050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8424580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8426030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8431800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_fill_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8434930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8439580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8440240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_xor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8442990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8448240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8448960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8455550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8456920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8463090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8463940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8465130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dep_token_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8472320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8473350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8480340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8481260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_round_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8488080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8488840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/le_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8490070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8495450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8497920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8504050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8504930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8506110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8511730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8513100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8515950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8520920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8521910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8530550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8531430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8538130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8539100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/concat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8540310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8546180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8547250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8555420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8556270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8562270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8563100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8569800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8571310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fliplr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8572480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/negative_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8577280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8578740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8585890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8586730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8594020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8594800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8596070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8601870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8603350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8609360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8610870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8612040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8619230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8620230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8626270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosh_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8627760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8629000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8635810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8636670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argsort_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8643530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8644400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8651170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8652030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8653180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8658960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8660330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8667080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8667950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8669150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8675390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/detach_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8676330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8683230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8684640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isnan.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8685900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlogy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8690670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8692220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8697870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8700910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8705310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8706670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8709580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8714000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8715100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int8pack_mm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8722220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8723170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8730530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8731550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8732660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8739530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8745640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8747060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8753540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8754290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8755430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8761260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8762190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8769140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8770470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8776510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8777860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8779180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8786220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8787060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8794240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8795230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8796470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8801760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8804200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8809600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_entr_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8810440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8813140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/qr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8818300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8819170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8822780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lerp_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8828030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8831530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8835280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8836090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/topk_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8840830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8843920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8848400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8849050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8853320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8857670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8860610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8861430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8867360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8868780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8874660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8876020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vdot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8882890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grouped_mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8883650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8890520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8891590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8892670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8897990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8899420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8905640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8906990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8908360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8916340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8917190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8924660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8925460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8928090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8932390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8933420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8936960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8941300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8942670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8949760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8957940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/renorm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8961680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8962550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8966820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8970540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8974370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8975170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8979960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8983620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8987580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8988840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8992960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.8996090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/angle_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9002630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9003470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9010120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9010970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9012060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9017540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9018900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/item_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9025750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9027150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9033500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9034860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9036030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9041750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9042480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9049110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9050470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9056760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9057520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rshift.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9058800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9064180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9065550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9071390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9073790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9079150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9079890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/subtract.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9082950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9088600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9089360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9096980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9097900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9105110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9105950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9107070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9112910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9113780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9120870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9121710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9122830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9128390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9129480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9136230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9137560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dense_dim_sparsecsrmps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9143750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9144650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9145830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummax_helper_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9151140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9151950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/le_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9154600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9164090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_inference.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9167770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9169090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mode_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9173400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9176450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9181600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9182490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9189270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9190670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9198010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9198910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9200010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9205330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9206960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ldexp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9212820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log1p.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9214310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9216920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9222340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9230250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9231240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9238280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_as.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9240430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linspace_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9247580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9255800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9261980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9263200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/narrow.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9269610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9270660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9271980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9279310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9280370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9287870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9288900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9295620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9296670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9297690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dot_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9302990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9304660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9310560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9311470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9312680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9317790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9319080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9325990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9327000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9334190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/digamma_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9335050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9342250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/digamma_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9343280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9344300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9349850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tile_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9351420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9358570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/movedim_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9359340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9360560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9366350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9367230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9368820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9375480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9383670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9384530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_indices_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9391300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addbmm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9392180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_storage_offset_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9393370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9399170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9400160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9407250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9408240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eq_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9409600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/angle_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9415550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9416360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dimI_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9423960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9424880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9432610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9433490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9440480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i0_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9441380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9449180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9450250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9451080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9457070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/le.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9457920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9464910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9466160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9467460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9472830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9474000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9480810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9482190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9483500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9488620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9489720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9491640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9498420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9499350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9505310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9507440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9513570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9514560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9515900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9522130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9523030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_permuted.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9529970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9531520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9537370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9538360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9539540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9545280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9546200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9552980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9554540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9561160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cdist_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9562070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9563290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9568930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9569770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9576460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9582430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9584620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/record_stream_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9586400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9593030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9594340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zero_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9595150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9602210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binomial_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9610260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9611440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amin_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9618730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9619670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9620970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9625810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9627320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9634210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9635090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9636490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histc_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9642430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9643290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9649630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9650840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9657990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9658960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9660270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctanh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9665390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alias_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9666650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9668480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9675410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9676400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9683030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9683930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9691020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9692220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9693260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kron_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9699540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9700340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9702300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eye.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9709570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9710580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9716950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9718370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9724700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9725550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9726690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9732590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9733390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9739850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bartlett_window.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9741280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9742590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9749480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9750550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9757610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9758440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9765710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9766600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9767740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9773240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9774390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9780730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_entr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9781530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9782770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9786500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_grouped_mm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9793650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9798210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9801420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9802240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9807980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9810010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9816280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9817250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9818560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9825850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9826790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9833680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9834590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_trilinear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9841980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9843110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9844270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9849660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9850500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9857850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9858930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9859890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9865600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9866450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9874020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9875000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/inner_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9882240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9883110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9884160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/equal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9890200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9891040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9898110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9899320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9900460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9906290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9907330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9914890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9915850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9917040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_det.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9923070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chalf_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9923980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9930620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9932200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9933090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9938260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9939430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9945930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9947140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9948410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9955880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9956690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9963720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9964530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9971220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9972020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9973350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9978770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9979870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9986470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9987490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9988640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:39.9993140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0001830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/angle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0002910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0009550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/allclose.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0010480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0011780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0018810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0019740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0026820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0027890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0035240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0036050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0037250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0042770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0044110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0050350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0051190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0052400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0058870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0059810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0065750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0067790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0073790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0074950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0075830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0082220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_dense.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0083050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0090620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0091380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0098120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scaled_dot_product_attention.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0098900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0100180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0105970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0107270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0114220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_rsqrt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0115140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0116340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0121450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0122850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0129530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0130610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0131990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0139030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0139830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0147180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0148060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0154780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gcd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0155590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dimV.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0156800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0162140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0163430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0170480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0171360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0172570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0178130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0179760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0185590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0186760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/column_stack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0188610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0194500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0195410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0206150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0207040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0416810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0417690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0419100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0420290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/qr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0436920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0437780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0439180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0463180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0464030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0465300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0466520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_wrapped_linear_prepack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0467610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0468840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0469910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_leaf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0471250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0472410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0473540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ldexp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0474920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0476250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0477380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0478620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bmm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0479810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0481150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0482360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0483560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0484680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0485850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randperm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0486970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0488080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0489210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0490500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0491660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0493050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0494150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0495210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0510290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0511340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0512400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0513710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0514910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0567120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0567920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0569020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0570070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/random_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0571380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0609540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0610510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0611670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_entr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0612950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0614170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0615450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Char.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0616690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0618070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0619090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0620260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0621650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0622710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0623940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0625070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0626450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0627470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0628780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0629960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0631140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0632500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igammac_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0633700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0635110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0636280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0637380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0638650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0639840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0640880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0642100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0643260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0644520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0645670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0646990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0648120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0649370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0650490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0651700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_and.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0652960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0654100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diff.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0655270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0656680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0657820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0659000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bincount_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0660160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0661450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0662550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0663680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0664920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0666070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0667250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hash_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0668440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0674020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0674920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0675800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0676580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0677460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0678510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0679370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0680260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0681130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0681940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0682690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0683450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/promote_types_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0684250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0685160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0686100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0687210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cov_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0688440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0689540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0690720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0691830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_all_true_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0692990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0694190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0695340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0696940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0698060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/msort.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0699250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0700560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hstack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0702020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0703170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/divide_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0704660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0705830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_mean.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0706970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0708140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0709320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0710540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0711680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0712790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0713950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0715150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0716290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adamw_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0717460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0718670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fix_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0719950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0721230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0726430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0727670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0729030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0735200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0736000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0743300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0744390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0751510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0752360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/segment_reduce.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0753560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cos_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0759560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0760380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0767530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0768750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0769800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0777890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0784740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0785580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_stride.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0786730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0792900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0793900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0799670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0801870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0802810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0807640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0809220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0815930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0817020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0823350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn_like.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0824480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histogram_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0825620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dstack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0832520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0833380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0839970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_int_mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0841260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0847470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0848440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0849780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0855490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0856310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0863220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0864430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0871800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0872920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grouped_mm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0874450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gru_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0878500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_attention_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0879880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0886650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0887990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0889130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0894270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arcsin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0896280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0901810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0903550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0909740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0911520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0912890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0919680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_spsolve.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0920840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0927200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0928640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0935760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0937010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0938440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0943200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trapz.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0944270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0951210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0952300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0953550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0958810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0961990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0967570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randperm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0968680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0969840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0975480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0976940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0984890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/qscheme_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0985760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0989490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bmm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0993120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0993870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.0997960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/blackman_window.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1006940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1007900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1010280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1016880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1017930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1019130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1025040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1025970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1032270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1034080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dropout_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1039480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1040570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1042610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1048950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1049790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1057270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1058220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1065660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1066590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1067810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1073310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1074430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1081850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1082670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1083980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1089300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1090200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1096970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1097970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1099100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/minimum_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1104850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1106240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_as.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1113110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1113950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1115010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/or.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1122680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1123530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1130550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1131390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1138020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exponential_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1138950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1140150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1145650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1147090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1154180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1155010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1156190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1162130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1163430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1169450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1170970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1172160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1179260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1180070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1187280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hash_tensor_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1188470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hsplit_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1194980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hash_tensor_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1195920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1197010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1202500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1204100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/greater_equal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1210400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1211530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1218730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1219500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1226710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1234680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1235820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1243240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1251140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1252750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vsplit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1259780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1260810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1268510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmedian_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1269610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1270740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1276010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1277330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1283930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1284580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1285810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1291320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1292470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_all_true.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1299550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/le_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1300870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1308000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1308720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1309630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1315870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1317190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1323810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1324920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1326240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1332870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1333740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1340100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1341900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1347580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1349010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1350110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1355460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1356770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1364580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1365090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isreal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1366330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1372530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1373510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1380560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_index_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1381600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_physical_sparsecsrmps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1382670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cos_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1388980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1390190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1396380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1397510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1404760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1405600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1406740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1412360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eq.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1415120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1421850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1423010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1429860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1430600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1431940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1439270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1440770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1446710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1447900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pad_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1454270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1455360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1456500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arcsinh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1462370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1463140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1470460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1471430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1472740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1478290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1479550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1485810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1486880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1488110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_grouped_mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1495790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1496600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1503380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1504660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1511010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1511770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1513040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1518710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1519950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1527130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1528090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1529130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1534690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1536300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1542920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1544170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1545000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1552470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1553280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1559900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1561040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bmm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1567810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_dense.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1569270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1570200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1575970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igamma_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1577460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1584180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_full.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1585310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1592250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1593110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1594300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1600110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1601090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clip.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1608210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1609110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1610420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1616140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1616950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1623720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1624590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1625810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1632110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1632910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1640160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mvlgamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1641450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1642720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1647850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1650630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1655200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1657030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1658930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1663760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/int_repr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1665420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/heaviside_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1671630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/column_stack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1672760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1678680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/minimum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1681270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1682130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1688870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1689660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1696480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1697240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1704700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1705420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/real_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1706740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1712710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1713350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1720350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1721260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/minimum_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1722370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1727850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1728970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1735500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logdet_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1736600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1743140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1744290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1745530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1752320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gt_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1753360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ccol_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1760430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/normal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1761290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1766740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1767960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1769130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1774440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1775360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1782440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1789880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1791160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1791960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1797910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1798750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1808020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1814470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_constrain_range_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1816280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1822180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1823020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1825520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1831350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1834320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1838800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1839780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1843960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1847230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1851470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1852310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1857050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/square.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1859800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1864740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1865710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1872410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1874220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1880210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cdist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1881400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1882520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1887830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1888860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1895920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1896920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1904090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1909080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1909620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1910830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1912670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1919720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1920970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1927590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1928520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1929640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1935550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1936430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1943310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histogram_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1944410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1952780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1953550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1954730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amin_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1960250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1961100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1968530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1969360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1970470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1976730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1977480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1984310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1985040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1986180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1991850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1993430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_qr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.1999750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2000560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2001950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2008620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2009620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2017090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2017870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lt_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2024790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2025820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/crow_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2027070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2032610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2034010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2040580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2041410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2042610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2048730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2049350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2055940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_expit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2057380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2063780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2064410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2065660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2072140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2073300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2081070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rename.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2082080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2088750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2089670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2090860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2096770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2098030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2099190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2105440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log2_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2106290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2113210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2115020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2121350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2122030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2123250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2129650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2130550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2137190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2138280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2144840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2145920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2147030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2152940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2154170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2157430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2162040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2162800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vander.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2166720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2171310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2176100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2180830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2184500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2188210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2189080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2193940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2197100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2201370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/maximum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2202400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2205740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2210830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2214080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2218330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2219230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2222670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2227810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2232150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lazy_clone_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2235150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2236060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2241370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2243920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/result_type_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2249180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2250180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2252860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2258240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2261390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2265840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dep_token_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2266540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2270130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2275140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2278290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2279060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfft.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2285460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2286330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2292890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2293810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2294930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2302430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfft.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2303490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2310280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2311490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/one_hot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2317750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2318550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2319640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2325060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2326500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2332910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randint.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2334110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2335810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2342670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2343520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2350100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2351580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2357700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_constrain_range.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2358570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2359660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2366130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2367150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2374710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2375670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2376730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2383460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2384240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/median.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2390920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2391840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2393310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2398490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2399930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2405810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2407290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2408400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2415520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2416500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2423870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/celu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2424660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2431080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2431950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/where.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2433120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2438730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2440050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2446130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2447600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hash_tensor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2448740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2455590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2456650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2463250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2463950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2470590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2471730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu6.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2472490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesce.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2478870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2479710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2486040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2488410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2494180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2495150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/range_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2497030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2502530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2503350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2506680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bmm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2512060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2514130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2515170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2521290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/negative.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2522780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2528460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2530960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmax_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2531720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2538240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2539130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2542910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2547940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2552450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2557430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2560570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2564280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2565390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2569580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pdist_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2573470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_string_default.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2579000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2580330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2581530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2588610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2589430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2596850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_signed_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2597630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2605090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2606110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2607190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2613970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2614720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2621550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2622400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2623580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2629280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polar_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2630580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/square_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2637260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argsort.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2638130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2639290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2645090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2646510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2652510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2654080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2655180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2661900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2662820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2669390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2670130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2677760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2678590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2679970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2686260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2687060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chalf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2694810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2695680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2696970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2702230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2703730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2710230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2711090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2712150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2717850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frexp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2718710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2726150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2727050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2733740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2734810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2736040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2741650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2743010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2749570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2750930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2752210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2758170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2759390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2766050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_and_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2767180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2768220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2775520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2776380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2782590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lcm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2790670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2798190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2799110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2805930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2813670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dep_token.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2814510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/complex_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2815660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2821630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2829360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dense_dim_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2830270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2837380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2838110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2839240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2845350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2846490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2852560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nansum_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2854130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2860000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2861060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2862410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2868160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2869400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2876680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2877570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2884650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2885390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2886560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2892300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2893250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2899330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2900440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2907640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2908630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2909690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2915600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2916550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2923460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2924290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_stack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2931190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2932100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2933350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2939210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_strided.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2940340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2947530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2948390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2949500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2951180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2957130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2962490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2964220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2965440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2973160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2974200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2980210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2981060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2988420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2989420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2996780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.2997660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3005110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3005820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3006930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3012510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3013690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3019690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3020640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3021940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3028580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3029700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3035820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3037410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3043720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3044520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pin_memory.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3045860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3052010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3052640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stft.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3059650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3061000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3068580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3069650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3070720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3075800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3077100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3084190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3085040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3086030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3091700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3093260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3099790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3101120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3102560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3109680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3110520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3117050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3117890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3124440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/normal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3126030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3126760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3132670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3134400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3141080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3142330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammainc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3143370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3149720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3150440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3152130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3159160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3160090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3166970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3174800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/svd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3175760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3176890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hspmm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3182950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3184530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3190830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3191980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3192950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clone_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3198750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3199880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3207020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3207970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3214610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3215490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3216710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3221920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3223780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3229890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3230790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3232610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3239390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3240360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3247830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3248780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3255450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3256170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3257350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3262300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3264690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3270720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3271360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3272690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3278330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_values.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3279540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3285930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3287240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3294630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3295400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_dim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3297050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3302250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3302970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3309730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3311300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3317980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3318930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3320100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3325640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3326660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3333510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3334410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3337080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3344180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3346000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3351840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3352850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3359390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3360440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3361760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3369190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3370250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3377390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3378450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3385030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3386040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3387260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu6_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3393100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3393910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3401160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3401840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kron.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3403040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3409300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3410140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3416810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3418040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3419340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3424370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3425640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3431920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3434360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3440080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3440890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3443190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3449340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3450340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3452170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3458410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3460780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3466380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3467210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_stride_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3468920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3474840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3475660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3482280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3483340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3490150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3491020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3492250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3498380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3499250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3506480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3513810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3515050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3515880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3521140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/minimum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3522530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kthvalue_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3528990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3529960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3537390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3538190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3539460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3545120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3546400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3553100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3554330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3555510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acosh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3562390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/roll_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3563310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3570070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3571100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3578160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3578950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3580280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3586120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3586850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3594310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/digamma_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3595410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3596520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3602430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3603910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3610560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3611570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3613040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_index.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3618220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3619540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3626400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3627220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3634360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3635090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3636390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3641870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3643110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3649400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3650850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3651990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3659170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3660100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bernoulli.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3667160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3668150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3675400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3676540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3677730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3683050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3691230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3692070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3693110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_psi.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3703850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3704350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcmul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3706900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3707750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3717580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3718040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp2_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3718400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3723430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3724600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3731930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/type_as_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3732930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3734240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/range_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3739580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isinf_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3740630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3747740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3748610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3749880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3756140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3756990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3763490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bincount.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3765560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3766790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3771390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3772670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3779380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3780590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3787150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3788160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3789450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3795370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3796190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3802520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3804290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3810000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3810770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/imag.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3812380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3818780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3819780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3826960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3827790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3834700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3835790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_H.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3837030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3842840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3844020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3851310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3852100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3853320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3858380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rms_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3859690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3866040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3867400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fliplr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3868790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3876050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3876900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3883710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3884590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3891200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3892040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3893180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log10.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3899250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3900070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3907520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3908480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/i0_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3909840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3915540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3916390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3923010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3923950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3931290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3932110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lcm_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3933400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3939340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3940210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3947890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3948660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3949780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3955960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3956730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3963730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3964840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3965820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfinv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3971970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3972930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3979620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3980780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3982160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3989620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3990540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matmul_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3996460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/coalesce.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.3997760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4004060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4004980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4006070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4013080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4020890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4021620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4028710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4029480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4030680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcmul_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4036210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4037930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4043910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4044760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_round.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4046120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4051650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4052360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4060500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4061850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4068770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4069760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4070940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dstack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4075950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4077880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4084080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4085020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/maximum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4086320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4091190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4092950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/contiguous.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4098850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4099950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4102670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/group_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4108870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4109720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4116580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4117810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multiply_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4125340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4126190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4127530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4133020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4133800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtri.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4135310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4141790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4142540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4149170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4151060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4156910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4157720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4160220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4165280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4166270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4169600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4174900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4178570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4182230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4183170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4187830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4190210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rand.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4196210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4197270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4198800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4205150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4206360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4212870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4213730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/i0_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4215260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4222780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4223660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4230770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_values_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4231670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4232950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4238320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4239570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4245960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4246990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4248310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4255570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4256400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4263590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4264520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4271330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4272170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4273380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4278860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4280160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4286110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zero_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4286980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4288870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4295650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isnan_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4296790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4303270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4304380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4311440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4312410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4313590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4318920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4320030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4321670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4328350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4329270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4335870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argsort_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4343900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4344890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/round_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4346190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4351690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4352530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4359020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4360250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4367020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4368100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4369320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4375280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4376140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4382720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4384450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4390510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4391400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4392880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4398880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4399890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4402930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4409040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4410770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4416540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histogram.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4417450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4419100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0e_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4425280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4426140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4433790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4434650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igamma_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4441380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4442190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_assert_async_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4443450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4448310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amax_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4450100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4456360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4457250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4458720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4465440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4466350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4473010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4473930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4480800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4482030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4483250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4489280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4490320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4497280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4498040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cauchy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4499270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4505050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4505930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4512730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4514410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4520370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4521330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4523740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4528040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4528940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4533590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4537370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4541910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4542860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4546100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4550760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4555080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4558780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4559700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4564380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4568040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4572050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bilinear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4572810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4576830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4581110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4584780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4585810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4590370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4593780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4597680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4598860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4602490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4606900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4611190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4614380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4615440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4621020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4622380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/outer_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4628570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4629850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hypot_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4635730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4637040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adjoint.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4638510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4645170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flip_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4646030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flipud.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4652920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmin_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4654280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4661800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4662610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4663830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4669390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4670280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4671570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flipud_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4678170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4679120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4686300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4687180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dimV_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4694190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4695030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4696390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4701650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4702890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4709170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4710630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4711980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4923570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4933850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4934810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4936020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4937150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4938550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4939490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4940800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4942060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/angle_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4943310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4944450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4945670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4946710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4947890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4949070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4950360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4951600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4952840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4954080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4955390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4956580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4957900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4959020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4960200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4961400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4962620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4968800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4969600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4970380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4971190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4971970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sgd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4972730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4973550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4974310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/can_cast_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4975040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ge_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4975760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4976570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4977300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4978140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4979130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4980280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4981300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4982580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4983710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4984900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4986120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4987300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4988430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4989510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isinf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4990760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4991910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i1_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4993090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4994320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4995500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_rsqrt_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4996730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4997870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.4999160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5000430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5001560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5002630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5003910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5005010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5006200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5007440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5008470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5009760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5010910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5012170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5013380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5014520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5015810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5017060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5018170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5019370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5020490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5021600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5189410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5190390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5191610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5192790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5193990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/or_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5195110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5196330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5197460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5198700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5199940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5201180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5202300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_min.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5203650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5204850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5206000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5207100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/item_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5208280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5209430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nextafter_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5210690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5211790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5213160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5214310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5215510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5216760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5217880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5219000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5220310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5221430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5222650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5223820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5224870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5226060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5227310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5228370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammaln.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5229500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5230570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fill_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5231870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5233130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5234380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5235490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5236630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5237730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gcd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5238850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5240050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5241330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5242420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5243570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_flash_attention_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5244790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5246110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5247200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5248550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5249700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arccos_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5250980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5252180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_tbc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5253340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5254510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5255730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5257090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5258150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_mask.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5259400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5260490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5261730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5262880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exponential_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5264070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5265190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5266400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5267520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sign_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5268620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5269930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5271140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5272420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5273710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5274720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5275800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/full.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5276930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5278080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5279300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5280520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5281930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5282740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5284040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5285150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape_as.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5286330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5287440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5288700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/abs_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5289670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5290960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5292100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5293190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5294370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5295570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5296690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5299610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5300940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pad_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5308120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5309140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5310330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5316180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5317170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5324650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5325360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5326480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5332160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5333970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5339610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5340490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5342200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5349500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5350400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5357570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5358480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5366020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5366900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5368040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5374170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acosh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5374920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5382220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/inverse_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5383190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_safe_softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5384280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mm_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5391030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5391950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5399210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5399970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5401160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5408340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5409260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5415560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5416580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5417730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5422530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5423930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5425930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5432600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5440370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5441180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5449420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5450410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5451330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5456990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5457940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5465600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5466430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5467730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5472810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5474180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5480610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5481660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rand_like_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5482860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5489090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5489950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5497420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5498240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5499230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5505530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5506740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5513540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5514690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5515880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5521440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/narrow_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5522460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vstack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5528760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5530010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5536090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5537450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5538600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5546530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5547620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5554600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5555950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5562180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5563090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5564410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5569890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5570820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5577850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5578900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5580140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5586240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5587160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eye_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5593750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5594620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5595640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5601600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5603620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5608740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5610700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5612550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5618340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5619740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5626630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5627590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5628580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5634670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5635530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5642130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/im2col_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5643530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5649900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5651090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5652500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5658460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/combinations.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5659260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5666220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5667580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5673490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/promote_types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5674310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cross_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5676120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5681650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5682460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5685750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5691580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5693650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5699450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5700380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lshift_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5703950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5708060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/negative_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5708910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5713720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5717980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5722250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5727540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5729710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5735060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5735870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5739300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5744160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cos.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5748010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5752370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5753180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5757450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5765110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5766090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5766960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5770120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/median_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5773270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5776740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5777840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5781350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5786730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5794250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_dim_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5795160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5800190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5803480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5807930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5809370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_or_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5813220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5817480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5821870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igamma_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5825010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5825950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5830660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5832070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5839280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5840130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5846610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5848630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5854040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5854920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5855960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5861530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5862880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmin_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5869320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vstack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5870200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5871610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5877930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5878960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5885280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5886660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5892540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5893990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5895160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5902400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_values_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5903420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_update_scale_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5910370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5911180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lerp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5917780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5918630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5919750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5923070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5927540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5931230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5935640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5936600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5940110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5945070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5948350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5949040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5955400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5956620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5962290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5963790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5964970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/take_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5971970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5972800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5980250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5981060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5987930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5988560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5989720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5995970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.5996790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6003440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6004300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6006140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6011040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6012550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6020110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dsplit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6028380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6029450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6036080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6036930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6043600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6044420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_scalar_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6051190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6051900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6053210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6060410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6061130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6067380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6068310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6071050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6074960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6076080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6079850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6083610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6087360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6088170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6093320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6097100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6103850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6104710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cos_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6110990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6112800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6117170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6122290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6133160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6137990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6139690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6150130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6150930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6152370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6157980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6158940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6164800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6166120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6170390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6173770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6178000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6178650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/real_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6182440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6186540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6191360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6194380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6198710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6199420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6202930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6207540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6212420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6214480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6215540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6221900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_max_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6222910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6229120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6230260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6236940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6237680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6238700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6245430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6246320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6253540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6254250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6261700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6262400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6263540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6268730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6269870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6277120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6277780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6279230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6284400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6286240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6292310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6293950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6295170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6302140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6303100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6310400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6318610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6319440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/concat_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6320560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/uniform_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6326150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gcd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6327580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6334110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6334990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6336250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6342180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6342880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_index_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6350120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lerp_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6350910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_add.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6359150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6359860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6361180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6367080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_fill.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6368590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6369870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6377000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6384760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6385780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6390420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcdiv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6393710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6397510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6399050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6403350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ravel_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6406430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6411820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6412660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6419040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6420350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6426480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6427330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/msort_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6428510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6434830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6435710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/random_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6442080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6443670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6451160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6451770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6452840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6459300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6460490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6467430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6468350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6469600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6475170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6476660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6483270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6485810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6492110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6492900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6499360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6500600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6506450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmin_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6507550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6508700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hsplit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6515020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6515910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6522860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6523460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6530860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6531680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6532890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hash_tensor_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6538340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6539720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6545570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6548570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6549290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/less_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6555260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6556840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6563040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6563740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6565000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6566350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6573670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6575400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6582140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6582880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6589770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6590960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6597160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6597920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6599190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6604720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6605540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6612390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6613580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6619630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6621270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6622540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6629680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6630600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6637550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6638710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fft2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6646070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6646800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/normal_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6648000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6654320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6655500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6656640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6661120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6663120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6670030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6670890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6672950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6677970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6678880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6683070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6687360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6691820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6694460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6695560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6701540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6702370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6709630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6710440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6717220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6718140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6724910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6725740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6726940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6732340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6733650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6739840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_set_to.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6740900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unflatten_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6742310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6749340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6750180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/einsum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6756510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nan_to_num.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6757790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6764800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6765680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/t_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6766970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6772810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6773720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6774960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6781930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lerp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6782750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nansum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6789970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6790810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6798100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6799040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6800170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6805130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fix_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6806440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6808770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6814960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6815950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6822220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6823430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6829460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/full_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6830750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6831890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6839180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6839810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6847190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6847740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6854560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6855490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6856660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6862150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6863270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6869430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6870610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6872150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6880050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6880920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6888270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6889150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6890320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6895650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6896520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_sparsecsrmps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6902960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6904660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6905490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6913250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6914250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6920900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6921760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6928810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6929780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6930900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6937460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arange.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6938380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6945130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6945950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6947210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6952650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_round_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6953820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6961350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6962260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_fill.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6963400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6969830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6970570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6976300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6978760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6979660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6987010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/istft.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6987950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6994780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6995410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.6996740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7002530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7003640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7009990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7010990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7012240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7018760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7019480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7025850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7026750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7033770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_stack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7034580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7035910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7042020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_attention_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7043050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7049230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7051020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7052170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7058610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7059820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7066170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7066970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7068510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7075250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7076070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7083040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7084140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7091340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7091930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/full_like_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7093130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7098730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmax_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7099790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randint_like.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7107020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7107930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7114620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7115510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7116650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/istft_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7121940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7123050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmin_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7130040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7130980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7132000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7138850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7139700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ones_like_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7147470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erfc_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7148410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7156110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7156930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7158060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7163770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7165160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7166510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7172010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7173270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7179570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7180790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7181990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7188780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/erf_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7189640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_as_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7196330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zero.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7197670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7204700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7205470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mT.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7206710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/uniform_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7212970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7213790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7221000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7221840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7222980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7229190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7229860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7236610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7237320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7238850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7244900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7245690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7252860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7254410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7260520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7261460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7262630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7268690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7269610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7277410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7278810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7285320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/can_cast.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7286480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7287660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7293400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7294370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kl_div_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7301770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7303160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7309580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7311070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7312250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7318760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7319520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7326240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7327190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_floating_point.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7333310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7334190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7335440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7341240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ceil_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7342660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7350000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7350840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ge_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7357640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_check_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7358610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7359630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7365370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7366880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7373630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7374450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7375610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7382220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7383090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7390230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu6_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7391680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7398300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7399110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7400220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7406350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7407330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7417930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7418540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7418960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7422070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7422820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7429870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7431320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7437790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7438720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7439790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7445680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lshift.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7446580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/outer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7453620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7454450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rms_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7455730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7462200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7462980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7469920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7471630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7472960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7478090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7480050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stft_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7486170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7487640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7488860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7495520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7496330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_det.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7502980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7503900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7510450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7511300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/from_file_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7512420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7518470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7519590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7525860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7527090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nansum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7532710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7534960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7536050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7542130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7543500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7545030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7551480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7552490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7559490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7560820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7567460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7569480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7574680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7582200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7583590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_complex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7586510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7591590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7592420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7599360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_version.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7600420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7607100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7607890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7609160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7614940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7615790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7623610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7624310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clip_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7631800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matmul_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7632450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7633750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7638610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7640950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7646900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7647720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_to_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7648960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7654840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7655800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7662300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geometric.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7665020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7670350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7671270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_dense_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7672360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7677400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7678670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/requires_grad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7686910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7692830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7694280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7695670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7702550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7710130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7711040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7717810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acos_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7718760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7725260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7726680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7732890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7734320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7735590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7742830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7743680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7751110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7752030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7753210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7758530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7759940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7766530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7767530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7769060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7775910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7777010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7784020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7784860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7791370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7792250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7793440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7799000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7800270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7806210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7808930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7809810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7815710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7816690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7823990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7824880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7831270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7832380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7833570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7838580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7840920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7846110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7847470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7849500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_inference_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7854830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7855770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7862440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/abs_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7863490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7870330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7871130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mH_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7872350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7877680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cross.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7879030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/inner.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7886050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7887070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7893690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7894650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7895930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_group_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7902070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7902840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7909680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7910940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reshape_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7917400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7918470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7919920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7925560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7926560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7933280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7934800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7935910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7939940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7950960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_attention_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7956570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softmax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7962170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7967600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7970120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7974700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7977670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/vander_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7978570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7984400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7985740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7991520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7992780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.7999200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_resize_output.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8000110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8001340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8009060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cond.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8009920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_polygamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8016970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8018430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8024290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8025010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8026170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8031680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/smm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8034300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8039240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8040440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ormqr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8042560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8048020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8048810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8054860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8056350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/float_power_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8062420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/imag_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8063900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8065760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_pow_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8071830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8072680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8079960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8080850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8088560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8089540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8090490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8097380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8098280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8104370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_scalar_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8105180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8106290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8112070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8114460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8119520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8120420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8122110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8128760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8129530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_neg_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8137000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_i1e_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8137930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8144270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8145150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prelu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8146250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/take_along_dim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8152720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8153600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8161020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8161870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unsafe_index_put_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8162930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8168830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8170130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8175950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8177280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8178480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8185460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8186230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool3d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8192990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8194000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8200550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8201990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8203270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8208750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8209590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8216210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8217610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/group_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8218920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8225660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8234140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8240940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8241820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8243000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesced.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8248520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8249960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8258430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8265010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8265990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8273020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8273930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8281360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8282020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8283220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8289060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8289820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igammac.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8297110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8297880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arange_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8304590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8305940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8312680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8313970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8320550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/celu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8321440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8322850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8330320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8345440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8348770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8349690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8352320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_chunk_cat_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8354880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8355740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8356940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8358030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8364340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8364980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8366140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8371510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8372280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8378950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8379690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8385830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8386990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8393040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8393950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8395140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8402410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8403410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8409660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8410500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8417160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8418000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8419120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8424750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8425960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sub_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8433080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8433870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8441020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8441890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/signbit_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8443000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8449340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8450130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8457260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8457890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8459130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8464990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8466190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8472770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8474120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8475160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8482360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8483370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8490020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8490960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8498260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8498950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8500100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8506740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8507620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8514860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8515730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8516800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/chunk_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8522270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foobar_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8523880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8529820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8533590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amin.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8539050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8539780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8542920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8548170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8551930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frexp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8555840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/alias_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8556860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8559660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gru_cell.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8563660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isclose_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8568110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8570810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8571760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8577410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8579260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8585290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8586440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8592970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8594400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8601510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8602410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8603450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_unique_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8608930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8610010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8616900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8617870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagflat_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8624650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_values.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8625610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8626750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8633080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8633830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_wrapped_linear_prepack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8641180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8642000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/combinations_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8643240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8648810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8649890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8656310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/swapdims_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8657330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8658740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8665810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8666570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isreal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8673030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8674440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8681350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8682300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctan.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8683740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8688840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8690230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isnan_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8697470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8698940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8704880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8705880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8713160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col2im.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8714140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8721690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8722220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8723450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8728370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8730670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8741300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8742230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8745370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8749970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8751010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8754940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8759280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesce_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8760510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8761800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8762940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8768560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geometric_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8770450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8771590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8778450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mH.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8779300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8786610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8787330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8794210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8794890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8796050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trace_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8802000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8802760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addbmm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8810160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8811050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/add_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8818070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8819180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8820310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tensor_split.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8825830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8826750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8833170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8834410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8835610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softshrink.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8842220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8843070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lgamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8849680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8851300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8857300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polar_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8858590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8859510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8866170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8867030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8874000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pow.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8874770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8881720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8882710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8883910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8889630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8890940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8897220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8898520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8899640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_not.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8905220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8906000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8913390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8914680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8922540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cross_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8923520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8924820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8930500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unbind_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8931780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8936880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8938190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8944810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8945380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_inverse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8952320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8953250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ravel_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8960530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8961470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8962580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8968130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8969880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8975760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8976750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/renorm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8978720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8985510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8986480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8992910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.8994030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/from_file_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9000440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9001370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9002540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9008180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9009040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9016970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9017970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_dense_sparsecsrmps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9025330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9026220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/allclose_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9027620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9031910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tensordot_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9033660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9035910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9041280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9042340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9049080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9049810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9057050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9057880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bincount_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9064540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9065240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9066330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mm_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9072070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9073050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/positive_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9080490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9081250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9082440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9087740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9089230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9095670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9096850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9103450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9104450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9105570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9111710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9112740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9120000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9120880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/einsum_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9127900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_tensors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9128730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9129830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mode_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9135860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9136670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9143440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9144470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9145660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9153270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9154130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9160740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9161530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9168600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9169490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9170580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9177080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dstack_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9177830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9185210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sign.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9186250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9187570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_distributed.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9193730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9194700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unflatten.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9201030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9201990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9203250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9208760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9209960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9216390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9217570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9218840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9225660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9226550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9233780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gru_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9234610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9242700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9247740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/one_hot_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9248530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9249810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9251550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9258530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9259490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9260640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9265630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9267660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9273800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9274760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9275930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9281110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_solve.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9282440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9288760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sgn_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9290030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9297710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9298490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fw_primal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9299830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9305670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9306480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9313430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addmm_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9314440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9321790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9322590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9323720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9328700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9329990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/transpose.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9337630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sgd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9338950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9345900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9346840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_rsqrt_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9353240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9354240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9361210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9362080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9363150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9368980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_size_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9370390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9376710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9377730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantile_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9379020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9384190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ge_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9392000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9393390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9400070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hash_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9401000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9402110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/amax_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9407900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9409340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9415450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9417530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9424100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pow_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9424990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asinh_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9426230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9432120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_scale.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9433020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9440020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9441020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rot90_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9448490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_eig.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9449440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9450550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9456030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9456960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9458010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stride_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9465350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9466140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9473570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9474330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9482320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9483140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9484400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9490110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9490920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9497440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9498310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9499420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histogram_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9505340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9506270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9513090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9514430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9521420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9522750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9523820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9529500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9530570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9537650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9538460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9539620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9546370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9547200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9554090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9555010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9556290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9562120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/any.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9563040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9569350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9571150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9578020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9579000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9580100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9585830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9586620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9593800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9594650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9602040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9602980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/contiguous_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9604140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/le_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9609800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9611770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9617440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9618220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9619270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9624750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9625690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9632460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9633820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/subtract_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9640270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9641190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9642120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/floor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9648060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/retains_grad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9649260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sspaddmm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9656020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9656860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9663920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9664860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9665900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9671930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9672700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/flip_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9680020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9680910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9688200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_grouped_mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9689100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9690130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9695750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9697210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9703400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9704220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9705380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9711250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9712130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9714960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/l1_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9721490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geqrf_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9723550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log2_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9729510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9732610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9738240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9739070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9745830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9746650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/frexp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9754630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9755760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9756850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9762520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9763980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp2_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9770190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9771140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9772200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9778260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9779220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/stack_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9786200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9787480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfinv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9793980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9794840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9796010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9802380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polar.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9803270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9811230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9812030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9818770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9819750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9820940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9826430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9827440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9829180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9835110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_logit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9836380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9843090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/full_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9844000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9850600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9851840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9858340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9859740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9865880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_put_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9867200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/data_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9868650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9875540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9876450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9883550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9884410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9891820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9892780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/permute_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9893850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dense_dim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9899900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9901350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9908140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9908910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9910020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9916680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9917630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ge.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9924520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_min.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9925500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9926680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9932240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9933720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9940600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9941380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9942580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/msort_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9948120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/refine_names_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9950040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/t_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9955570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9957160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9959030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9964810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9965690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9972400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/complex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9973330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9979650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9980880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9982030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9989300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9990170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9997080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:40.9997860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/softplus_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0004390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0005350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trapz_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0006650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0012600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0014030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0020400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0021230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0022580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0028680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0029470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0036360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0039560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0043820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0044560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0047670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0051290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0052100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0056910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0059960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0064320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0065740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0069980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0073730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/concat_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0078190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0079020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0083880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0087590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0091640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0092590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0096470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/igamma_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0101370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_offsets_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0105330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0106210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0107250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/zero_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0112760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0116630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0121910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0123980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0131570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0132420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0139050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0140360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0147410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0148760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0149650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0155230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0156170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0162990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sin_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0163810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0171150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0171960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_any_true_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0173010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0178790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/random.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0179800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0186610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exponential.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0187440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0188530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0195170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0195990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0203050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0204400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0211190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0212240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0213180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0218630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0219480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0226450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0227770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0234770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0235510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dist_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0236630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0242540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0243380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0245200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copysign_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0252290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0253220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0260010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0261430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0268110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0268940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0270010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histogramdd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0275350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0278400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0284220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0285030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0286910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lshift_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0291610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0292380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/digamma_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0297200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0300860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0306290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0307040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0310710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0313690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dimI.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0315250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0319560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0322940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_unpack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0329480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0330410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0336720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0337820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0339010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/matmul_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0344830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_print_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0345710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0352860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0354210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0360430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0361380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0362370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0368160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0368880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/argwhere.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0376280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0377150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/asin_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0384250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_add_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0385220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0386330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_or.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0391340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0393430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0399150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diff_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0399890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fix.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0401800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0408360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_expit_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0409200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rsub.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0416330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0417710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0423970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0424780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/std.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0426000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_all_true_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0431800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0432800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0439370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0440810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0447500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0448350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0449510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0454820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0455710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0464070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/aminmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0471600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0472630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0478380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0479300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0486340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0487480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmod_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0493260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0499930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0507920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0508850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0515950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0517290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_expm1.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0524020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0525060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0526180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0531190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pad_sequence.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0532550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardswish.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0539110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0540550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0547310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0548140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0549270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ones_like.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0555470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0556290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0562820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0564080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0570750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isfinite.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0571820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0572890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0579180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0579960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_batch_norm_no_update.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0586420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0588170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0589330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0596140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0597150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0604330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0605340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0606470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0612950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_conj_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0613820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log10_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0620230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0621470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0622780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0627580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0629130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0635830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pin_memory.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0636820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0643430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0644520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0645630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/convolution_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0652650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0653500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0660800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0661650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0669030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0669930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0677230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0678060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0679290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_version_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0684360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0685620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0692290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/empty_like_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0693030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/uniform.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0700400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0701200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/masked_scatter_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0702380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rshift_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0708020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0710060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0715570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0716750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0719770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0724660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0725570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0732070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0733230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0740510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bmm_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0741490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/detach_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0742620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/set.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0747880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0749860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0755830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0756800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/silu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0758010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0765000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0765860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0773030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0773930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0780380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0781320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0782270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/det.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0788680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0789520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0796180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0797970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0803760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0804750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0805770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0811690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0812520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_vander.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0819390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0820700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0826730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0828770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0829870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0834850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0836800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0845080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0851070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0852250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0853140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_full_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0859440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0860340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/new_empty_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0862490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0868710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/triu_indices_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0870860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0875640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_round.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0876690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0879840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0886490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/quantile_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0887900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0893370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0894430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_dyn_quant_matmul_4bit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0895660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0901000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0902050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0908190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0910360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0916380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0917720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0918610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0925530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sym_size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0926630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0933850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0934870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0942130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0942940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0944090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/row_indices_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0949790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0950960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0958420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0959090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0960230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/t_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0966260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/det_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0967320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_bsr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0974370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/randperm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0975430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0976520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0981730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0983540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0989650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0990670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0992140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0998350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.0999330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1006260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1007540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1014570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logdet_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1016020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/take_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1022070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1023370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1030600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1031510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/greater_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1032760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1038830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1039550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/prod_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1046850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tril_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1047790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1054330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_functional_assert_async_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1055370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1056470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_is_any_true_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1061890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1063440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1069470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1070420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1071750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1079470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1080280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1087380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1088300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1095830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/col2im_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1096780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1098270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1103580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1104650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cosh_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1105910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1110700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1112550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1118630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1119650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1125330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1127290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1128330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1135590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1136500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1142990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_attention_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1144050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1151060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1152040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1156820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1158280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1160050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1168660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1169770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1175740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isposinf_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1176800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1183670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cslt_compress_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1184570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1191180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1192200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1193340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1199040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/histc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1200490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1207380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1208370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1209790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1214800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1215990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1223010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1224040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1231440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_mm_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1232500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1233620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/trapz_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1240220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/block_diag_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1241170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1248330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/copy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1249140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1250280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1256090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1257020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1264560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1265340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1266540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_assert_async.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1272430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1273750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1280920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_values_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1281660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/is_same_size.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1282780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atan2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1290040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1290940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1297900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/atanh_sparsemps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1299010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1305830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1306670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/isnan_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1307910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1313430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1314380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1321380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1322460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1323580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1328500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1329870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/lift_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1336470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1337230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1338360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1345750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1353750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/and_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1354960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/select.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1361610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1362320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/true_divide.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1363530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1368710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1370770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1376720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1377820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_sinc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1379640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1386110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1387120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1388250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1395780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1396870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cos_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1404390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1405260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/tan_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1406490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1411720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1412580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1419730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1420400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1427310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1428330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1429380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1434650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_fused_rms_norm_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1436040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1443140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_print_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1443860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1451370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1451990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/cat_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1453100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/ne_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1458690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/expand_as_native.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1460060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1466620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/complex_mps_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1467710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1469000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/ops 2025-09-07T07:26:41.1477230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ParallelOpenMP.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1478080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/jit_macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1484370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CPUApplyUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1485190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ThreadLocalState.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1492480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ScalarOps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1493390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/NativeFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1500580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/DynamicLibrary.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1501250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorGeometry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1508500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/DTensorState.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1509490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorIterator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1510990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/NamedTensorUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1516190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Dimname.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1517530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/ROCmFABackend.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1525000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1526170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/autocast_mode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1527540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Parallel.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1533070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/DimVector.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1534220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1541080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/InferSize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1542170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/LegacyVmapTransforms.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1543290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SmallVector.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1549410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Tensor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1551340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1551810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1557180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1558250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1559520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/Interpreter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1564780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1566120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1572340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1574250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1580040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/Macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1581240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1583060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1587990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1588910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/functorch 2025-09-07T07:26:41.1593710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/Generator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1596890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/AccumulateType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1601090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/TensorAccessor.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1601770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/SDPBackend.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1607250Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cudnn 2025-09-07T07:26:41.1607670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn/Handles.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cudnn 2025-09-07T07:26:41.1609470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn/Utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cudnn 2025-09-07T07:26:41.1615420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn/Types.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cudnn 2025-09-07T07:26:41.1616420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cudnn 2025-09-07T07:26:41.1623640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn/Handle.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cudnn 2025-09-07T07:26:41.1624420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen/cudnn 2025-09-07T07:26:41.1630680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/ATen/CachedTensorUtils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/ATen 2025-09-07T07:26:41.1632810Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10 2025-09-07T07:26:41.1633780Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1634720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/RefcountedDeleter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1636810Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1637210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1638550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1639940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1647390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1648460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/COWDeleter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1655510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1656390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1663470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/PyInterpreterHooks.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1664310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1671620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1672260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/PyObjectSlot.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1673470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1678580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1679870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1686300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/COW.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1687210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1688520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1695690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core/impl 2025-09-07T07:26:41.1696510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/QEngine.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1703220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/TensorOptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1704340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/SymFloat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1710780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/GradMode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1711750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/Device.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1712860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/CPUAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1719210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/DefaultDtype.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1720080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1727070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/alignment.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1728260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/Event.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1729620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/Backend.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1735990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/AllocatorConfig.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1736890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1743560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/DeviceArray.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1745420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/PyHandleCache.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1752480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/ConstantSymNodeImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1753290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1754390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/QScheme.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1760040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/SafePyObject.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1761890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/Stream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1768040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1768860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/Scalar.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1770120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/AutogradState.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1775810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1776800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/thread_pool.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1779410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/CopyBytes.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1785090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/SymNodeImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1787650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/StreamGuard.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1794040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/DynamicCast.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1794850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/Layout.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1796020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/GeneratorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1800880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/DispatchKeySet.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1802430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/Allocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1808570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/TensorImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1816210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/Contiguity.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1817430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/ScalarType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1818720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/Storage.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1825710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/DeviceType.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1826650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/DeviceGuard.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1830740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/StorageImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1835210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/SymbolicShapeMeta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1835850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/MemoryFormat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1836950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/SymBool.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1838030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/DispatchKey.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1839370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1840460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/InferenceMode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1841530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/SymInt.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1842760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/OptionalRef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1844070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/core/CachingDeviceAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/core 2025-09-07T07:26:41.1845520Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/test 2025-09-07T07:26:41.1846310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/test/util 2025-09-07T07:26:41.1847140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/test/util/complex_test_common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/test/util 2025-09-07T07:26:41.1848560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/test/util/complex_math_test_common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/test/util 2025-09-07T07:26:41.1850410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/test/util/Macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/test/util 2025-09-07T07:26:41.1852690Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1853160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1854440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1856100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e4m3fn-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1858630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/quint4x2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1860030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/FbcodeMaps.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1866350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Semaphore.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1867110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/signal_handler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1868200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/error.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1875360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/safe_numerics.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1876070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Half.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1883290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/flat_hash_map.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1884450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/env.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1891290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/llvmMathExtras.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1892280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Gauge.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1893520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/WaitCounterDynamicBackend.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1898830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e8m0fnu-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1899820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Synchronized.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1905980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Bitset.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1907760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/typeid.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1914760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1915750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1916940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/intrusive_ptr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1923000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/string_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1923810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/IntrusiveList.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1930470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/win32-headers.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1931340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/AlignOf.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1939060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/static_tracepoint.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1939900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ssize.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1941190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Enumerate.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1946380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/numa.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1948290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/qint32.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1954720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float4_e2m1fn_x2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1956000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/CallOnce.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1957270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e5m2fnuz.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1962450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/MaybeOwned.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1963530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Half-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1972030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/TypeTraits.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1973270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/DeadlockDetection.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1980340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/FunctionRef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1981270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Backtrace.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1982460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/overflows.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1989540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1990590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Load.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1997550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/BFloat16-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.1998930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/static_tracepoint_elfx86.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2000050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ConstexprCrc.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2005050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ThreadLocal.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2007520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/IdWrapper.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2008090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Flags.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2009290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/overloaded.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2010790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e4m3fnuz.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2012690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/quint8.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2016280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e5m2-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2017260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/StringUtil.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2020790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Logging.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2025480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/MathConstants.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2026200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Registry.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2030270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Optional.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2034510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e5m2.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2038140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/tempfile.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2038960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/copysign.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2044810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ArrayRef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2045920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/thread_name.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2052190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/strides.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2053930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Unicode.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2059850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e8m0fnu.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2060560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/TypeCast.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2062600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/sparse_bitset.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2068230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2069060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/BFloat16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2075560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/TypeList.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2076680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/TypeIndex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2083140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/NetworkFlow.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2084090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Array.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2085600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2092460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Metaprogramming.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2093470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/WaitCounter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2100550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/quint2x4.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2101560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/floating_point_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2109030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ParallelGuard.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2109880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/BFloat16-math.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2110960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/int128.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2117130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Lazy.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2118070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Deprecated.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2125390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/irange.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2126620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/SmallBuffer.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2127830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ScopeExit.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2132930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Unroll.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2135460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/LeftRight.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2142550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/bit_cast.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2143260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/qint8.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2149500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/complex_math.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2150340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2157430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/DynamicCounter.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2158200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Exception.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2165530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2166270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2167280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e4m3fn.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2174680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/AbortHandler.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2175220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/DimVector.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2176420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/accumulate.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2177460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/C++17.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2178630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/strong_type.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2180020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ApproximateClock.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2181060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/SmallVector.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2182440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2183550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/hash.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2184770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/python_stub.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2186010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/complex.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2187190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/bits.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2188270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/string_view.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2189650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/complex_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2190860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2192020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/util/generic_math.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/util 2025-09-07T07:26:41.2193480Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2194170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal/utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2195350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal/igamma.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2196670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal/special_math.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2198560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal/reduction_utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2199210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal/expm1f.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2200280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal/common.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2201550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal/indexing.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2202720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal/random.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2203880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/metal/atomic.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/metal 2025-09-07T07:26:41.2205270Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2206130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda/impl 2025-09-07T07:26:41.2206850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda/impl 2025-09-07T07:26:41.2208100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda/impl 2025-09-07T07:26:41.2209230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDADeviceAssertion.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2210320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/driver_api.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2211470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2212580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2213700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAStream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2214850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2215980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2217120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2218280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2219570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2220700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2221820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDAException.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2223010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2224380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/cuda 2025-09-07T07:26:41.2225650Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu 2025-09-07T07:26:41.2226590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu/impl 2025-09-07T07:26:41.2227190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu/impl 2025-09-07T07:26:41.2228530Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu/test 2025-09-07T07:26:41.2229350Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu/test/impl 2025-09-07T07:26:41.2230100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/test/impl/XPUTest.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu/test/impl 2025-09-07T07:26:41.2231200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/XPUStream.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu 2025-09-07T07:26:41.2232410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/XPUDeviceProp.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu 2025-09-07T07:26:41.2233560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/XPUCachingAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu 2025-09-07T07:26:41.2234600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/XPUMacros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu 2025-09-07T07:26:41.2235770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/XPUException.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu 2025-09-07T07:26:41.2236950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/xpu/XPUFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/xpu 2025-09-07T07:26:41.2238340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/macros 2025-09-07T07:26:41.2239020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/macros/cmake_macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/macros 2025-09-07T07:26:41.2240100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/macros/Export.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/macros 2025-09-07T07:26:41.2241290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/macros/Macros.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/macros 2025-09-07T07:26:41.2242620Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/mobile 2025-09-07T07:26:41.2243400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/mobile/CPUCachingAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/mobile 2025-09-07T07:26:41.2244600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/c10/mobile/CPUProfilingAllocator.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/c10/mobile 2025-09-07T07:26:41.2245580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/psimd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:41.2247110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/experiments-config.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:41.2248170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fxdiv.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include 2025-09-07T07:26:41.2249630Z creating build/bdist.macosx-14.0-arm64/wheel/torch/include/fp16 2025-09-07T07:26:41.2250420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fp16/fp16.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fp16 2025-09-07T07:26:41.2251640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fp16/psimd.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fp16 2025-09-07T07:26:41.2252750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/include/fp16/bitcasts.h -> build/bdist.macosx-14.0-arm64/wheel/torch/include/fp16 2025-09-07T07:26:41.2254350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/torch_version.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2255790Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends 2025-09-07T07:26:41.2256730Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/opt_einsum 2025-09-07T07:26:41.2257340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/opt_einsum/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/opt_einsum 2025-09-07T07:26:41.2258670Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/mha 2025-09-07T07:26:41.2259370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mha/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/mha 2025-09-07T07:26:41.2260700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/nnpack 2025-09-07T07:26:41.2261460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/nnpack/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/nnpack 2025-09-07T07:26:41.2262690Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/mps 2025-09-07T07:26:41.2263330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mps/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/mps 2025-09-07T07:26:41.2264960Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/cpu 2025-09-07T07:26:41.2265260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cpu/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/cpu 2025-09-07T07:26:41.2266660Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/_coreml 2025-09-07T07:26:41.2267280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_coreml/preprocess.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/_coreml 2025-09-07T07:26:41.2268400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_coreml/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/_coreml 2025-09-07T07:26:41.2269490Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/cuda 2025-09-07T07:26:41.2270140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cuda/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/cuda 2025-09-07T07:26:41.2272220Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/quantized 2025-09-07T07:26:41.2272580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/quantized/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/quantized 2025-09-07T07:26:41.2273780Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/miopen 2025-09-07T07:26:41.2274470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/miopen/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/miopen 2025-09-07T07:26:41.2275640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends 2025-09-07T07:26:41.2276970Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/mkl 2025-09-07T07:26:41.2277580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mkl/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/mkl 2025-09-07T07:26:41.2278850Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/xnnpack 2025-09-07T07:26:41.2279500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/xnnpack/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/xnnpack 2025-09-07T07:26:41.2280790Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/kleidiai 2025-09-07T07:26:41.2281480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/kleidiai/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/kleidiai 2025-09-07T07:26:41.2282730Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/cusparselt 2025-09-07T07:26:41.2283500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cusparselt/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/cusparselt 2025-09-07T07:26:41.2284740Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/mkldnn 2025-09-07T07:26:41.2285390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/mkldnn/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/mkldnn 2025-09-07T07:26:41.2286720Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/xeon 2025-09-07T07:26:41.2287440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/xeon/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/xeon 2025-09-07T07:26:41.2288420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/xeon/run_cpu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/xeon 2025-09-07T07:26:41.2290440Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/_nnapi 2025-09-07T07:26:41.2290860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_nnapi/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/_nnapi 2025-09-07T07:26:41.2291660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_nnapi/serializer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/_nnapi 2025-09-07T07:26:41.2293190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/_nnapi/prepare.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/_nnapi 2025-09-07T07:26:41.2294410Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/openmp 2025-09-07T07:26:41.2295060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/openmp/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/openmp 2025-09-07T07:26:41.2296340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/backends/cudnn 2025-09-07T07:26:41.2296980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cudnn/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/cudnn 2025-09-07T07:26:41.2298090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/backends/cudnn/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/backends/cudnn 2025-09-07T07:26:41.2299390Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_decomp 2025-09-07T07:26:41.2300070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_decomp/decompositions_for_jvp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_decomp 2025-09-07T07:26:41.2301180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_decomp/decompositions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_decomp 2025-09-07T07:26:41.2303420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_decomp/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_decomp 2025-09-07T07:26:41.2304420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_decomp/decompositions_for_rng.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_decomp 2025-09-07T07:26:41.2305490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_VF.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2308070Z creating build/bdist.macosx-14.0-arm64/wheel/torch/xpu 2025-09-07T07:26:41.2308370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/xpu/streams.py -> build/bdist.macosx-14.0-arm64/wheel/torch/xpu 2025-09-07T07:26:41.2309590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/xpu/memory.py -> build/bdist.macosx-14.0-arm64/wheel/torch/xpu 2025-09-07T07:26:41.2310730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/xpu/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/xpu 2025-09-07T07:26:41.2312080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/xpu/_gpu_trace.py -> build/bdist.macosx-14.0-arm64/wheel/torch/xpu 2025-09-07T07:26:41.2313330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/xpu/random.py -> build/bdist.macosx-14.0-arm64/wheel/torch/xpu 2025-09-07T07:26:41.2314530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/xpu/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/xpu 2025-09-07T07:26:41.2315890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_streambase.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2317450Z creating build/bdist.macosx-14.0-arm64/wheel/torch/masked 2025-09-07T07:26:41.2318210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked 2025-09-07T07:26:41.2320290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked 2025-09-07T07:26:41.2321730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/_docs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked 2025-09-07T07:26:41.2323920Z creating build/bdist.macosx-14.0-arm64/wheel/torch/masked/maskedtensor 2025-09-07T07:26:41.2324360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor/binary.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked/maskedtensor 2025-09-07T07:26:41.2325840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor/creation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked/maskedtensor 2025-09-07T07:26:41.2327000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked/maskedtensor 2025-09-07T07:26:41.2328280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked/maskedtensor 2025-09-07T07:26:41.2329490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor/core.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked/maskedtensor 2025-09-07T07:26:41.2330640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor/unary.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked/maskedtensor 2025-09-07T07:26:41.2331960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor/reductions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked/maskedtensor 2025-09-07T07:26:41.2333220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/masked/maskedtensor/passthrough.py -> build/bdist.macosx-14.0-arm64/wheel/torch/masked/maskedtensor 2025-09-07T07:26:41.2334300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_tensor_docs.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2336800Z creating build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2337270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/lr_scheduler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2338920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/rmsprop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2340220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/_adafactor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2341460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/_muon.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2342690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/sparse_adam.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2343790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/rprop.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2345130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/sgd.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2346600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2347420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/adamax.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2348670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/adagrad.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2350180Z creating build/bdist.macosx-14.0-arm64/wheel/torch/optim/_multi_tensor 2025-09-07T07:26:41.2350980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/_multi_tensor/__init__.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/optim/_multi_tensor 2025-09-07T07:26:41.2352100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/_multi_tensor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim/_multi_tensor 2025-09-07T07:26:41.2353220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/adamw.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2354370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/swa_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2355660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/lbfgs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2356980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/radam.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2358290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/adam.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2359790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/optimizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2361140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/nadam.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2362390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/asgd.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2363520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/_functional.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2364720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/optim/adadelta.py -> build/bdist.macosx-14.0-arm64/wheel/torch/optim 2025-09-07T07:26:41.2366040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_weights_only_unpickler.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2367280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2369810Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2370240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/dtype_propagation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2371410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/cudagraph_trees.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2373260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/select_algorithm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2374790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/ops_handler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2376130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/metrics.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2377260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codecache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2379560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/mock_cache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2380330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/optimize_indexing.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2381740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/freezing_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2382670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/hooks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2383850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/cpp_builder.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2385400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/cpu_vec_isa.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2386530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2388230Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/analysis 2025-09-07T07:26:41.2388970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/analysis/device_info.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/analysis 2025-09-07T07:26:41.2390110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/analysis/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/analysis 2025-09-07T07:26:41.2391060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/analysis/profile_analysis.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/analysis 2025-09-07T07:26:41.2392270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_fx_ext.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2393620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/comms.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2395080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/memory.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2396460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/mkldnn_lowerings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2397910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/async_compile.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2399300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/pattern_matcher.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2400820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/quantized_lowerings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2401920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/triton_bundler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2403080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/aoti_eager.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2404170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2406090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/lowering.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2408530Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2409170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/cache_dir_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2410390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/triton_heuristics.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2412520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/runtime_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2413460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/halide_helpers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2414600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/coordinate_descent_tuner.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2415790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/triton_compat.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2416910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2417800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/compile_tasks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2419020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/triton_helpers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2420320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/autotune_cache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2421670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/hints.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2422910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/static_cuda_launcher.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2424030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/benchmarking.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2425140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/runtime/debug_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/runtime 2025-09-07T07:26:41.2426200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/jagged_lowerings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2427420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/test_operators.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2428510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2429670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_fx.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2432120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/cudagraph_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2433130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/sizevars.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2438570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/ir.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2439150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/analyze_preserves_zero_mask.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2439450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_fx_async.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2439750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/index_propagation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2440990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/constant_folding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2442770Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2443420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_grouped_gemm_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2444780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_wrapper_gpu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2446000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/wrapper.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2448380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/mps_device_op_overrides.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2449130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/triton_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2450350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/triton.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2452850Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:41.2453290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:41.2454490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:41.2455660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl/cutedsl_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:41.2456890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl/cutedsl_kernel.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:41.2458020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cutedsl/cutedsl_scheduling.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cutedsl 2025-09-07T07:26:41.2459090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_bmm_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2460170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/mps.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2461590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/aoti_hipify_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2462710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/simd.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2464950Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2465450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2466970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2468240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cuda_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2469380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/gemm_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2470950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2471840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_presets.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2473110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_python_evt.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2474580Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-09-07T07:26:41.2475380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-09-07T07:26:41.2476740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-09-07T07:26:41.2477630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/evt_extensions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2025-09-07T07:26:41.2479000Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports 2025-09-07T07:26:41.2479850Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda 2025-09-07T07:26:41.2480750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/cudart.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda 2025-09-07T07:26:41.2482130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda 2025-09-07T07:26:41.2483320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/cuda.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda 2025-09-07T07:26:41.2484440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports 2025-09-07T07:26:41.2485460Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/pydot 2025-09-07T07:26:41.2486340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/pydot/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/pydot 2025-09-07T07:26:41.2487690Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy 2025-09-07T07:26:41.2488550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy 2025-09-07T07:26:41.2489830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy/special.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy 2025-09-07T07:26:41.2490750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/device_op_overrides.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2492030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cuda_env.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2493280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/serialization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2494480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cutlass_cache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2495630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda/cuda_kernel.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/cuda 2025-09-07T07:26:41.2497490Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/xpu 2025-09-07T07:26:41.2497840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/xpu/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/xpu 2025-09-07T07:26:41.2498780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/xpu/device_op_overrides.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/xpu 2025-09-07T07:26:41.2499820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/triton_combo_kernel.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2501210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/memory_planning.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2502450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2503410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_flex_attention_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2504760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/wrapper_fxir.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2506190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_micro_gemm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2507660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2510180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2511570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/block_analysis.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2513030Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2025-09-07T07:26:41.2513740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2025-09-07T07:26:41.2514790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2516450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_wrapper_mps.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2517720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_template_kernel.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2519030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_gemm_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2520500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/segmented_tree.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2521600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpu_device_op_overrides.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2522890Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/mtia 2025-09-07T07:26:41.2523670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/mtia/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/mtia 2025-09-07T07:26:41.2524520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/mtia/device_op_overrides.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/mtia 2025-09-07T07:26:41.2525750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2528010Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2528390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/ck_tile_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2529230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2530310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/rocm_kernel.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2531630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/rocm_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2532590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2533500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/compile_command.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2534630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/rocm_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2535850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/ck_conv_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2537190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2538360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2539670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/ck_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2540890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2542090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/rocm/ck_tile_universal_gemm_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen/rocm 2025-09-07T07:26:41.2543800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/triton_split_scan.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2544570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/halide.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2546090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_template.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2547310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cuda_combined_scheduling.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2548490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/multi_kernel.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2549750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/subgraph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2551130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/python_wrapper_mtia.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2552180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/cpp_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2553580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/debug_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2554730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/codegen/simd_kernel_features.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/codegen 2025-09-07T07:26:41.2555960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/inductor_prims.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2557210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/virtualized.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2558490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/test_case.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2559570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/script.ld -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2560780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autotune_process.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2562110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/standalone_compile.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2563710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2564320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics/triton.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2565920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics/contiguous_mm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2567030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics/registry.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2568280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics/gemm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2569450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2570660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics/triton_addmm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2571840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics/decompose_k.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2572940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics/aten.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2574090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/template_heuristics/base.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/template_heuristics 2025-09-07T07:26:41.2575210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/await_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2576660Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/compile_worker 2025-09-07T07:26:41.2577420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker/tracked_process_pool.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/compile_worker 2025-09-07T07:26:41.2578480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/compile_worker 2025-09-07T07:26:41.2579370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/compile_worker 2025-09-07T07:26:41.2580560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker/subproc_pool.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/compile_worker 2025-09-07T07:26:41.2581700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_worker/__main__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/compile_worker 2025-09-07T07:26:41.2582780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/exc.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2583880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2585810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/debug.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2587040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel_inputs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2588180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/__autotune_main__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2589320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fuzzer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2590650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/comm_lowering.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2591790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/decomposition.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2593340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic 2025-09-07T07:26:41.2594240Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:41.2594960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:41.2596110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:41.2597250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:41.2598520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:41.2599430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:41.2600650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2025-09-07T07:26:41.2601820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/autoheuristic.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic 2025-09-07T07:26:41.2602950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic 2025-09-07T07:26:41.2604270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic 2025-09-07T07:26:41.2605270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic 2025-09-07T07:26:41.2606240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/autoheuristic 2025-09-07T07:26:41.2607610Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2608310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/post_grad.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2609770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/fsdp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2610880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/replace_random.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2612040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/ddp_fusion.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2613330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/numeric_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2614440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2615630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/reinplace.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2616950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/quantization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2619190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/split_cat.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2620640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2621790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2622930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2623860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/group_batch_fusion.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2625160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/pre_grad.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2626430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/binary_folding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2627910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/fuse_attention.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2629340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2631570Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2632280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2633290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2634430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2635570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2636960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2638090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2639200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2640490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2641640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2642750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2643950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2646790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2647810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2648860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2650040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2651260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2652420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2653880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2655120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2656280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2657500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_24.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2658750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2659880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2661010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2662090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2663270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2664470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2665560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2025-09-07T07:26:41.2666600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/joint_graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2668160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/bucketing.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2669420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/b2b_gemm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2670720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/mkldnn_fusion.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2672260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/pad_mm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2673560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/freezing_patterns.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2674780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_passes/misc_patterns.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/fx_passes 2025-09-07T07:26:41.2675960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/fx_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2677120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/shape_propagation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2678190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compile_fx_subproc.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2679330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/scheduler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2681980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/comms_debug.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2682750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/remote_gemm_autotune_cache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2683870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/mkldnn_ir.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2685240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/wrapper_benchmark.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2686430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/choices.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2687730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/remote_cache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2688870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/comm_analysis.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2689940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/compiler_bisector.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2691260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/extern_node_serializer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2692340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/bounds.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2693530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel_template_choice.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2694680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/output_code.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2695940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/custom_graph_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2697060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/freezing.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2698270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/dependencies.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2699620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/tiling_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2701790Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel 2025-09-07T07:26:41.2702150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/mm_common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel 2025-09-07T07:26:41.2703710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/mm_grouped.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel 2025-09-07T07:26:41.2705190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel 2025-09-07T07:26:41.2706440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/mm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel 2025-09-07T07:26:41.2707930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/bmm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel 2025-09-07T07:26:41.2709150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel 2025-09-07T07:26:41.2710560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/mm_plus_mm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel 2025-09-07T07:26:41.2712400Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex 2025-09-07T07:26:41.2712900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/flex_decoding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex 2025-09-07T07:26:41.2714100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex 2025-09-07T07:26:41.2715450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/flex_cpu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex 2025-09-07T07:26:41.2716620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex 2025-09-07T07:26:41.2718020Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:41.2718810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates/flex_backwards.py.jinja -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:41.2720110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates/flex_decode.py.jinja -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:41.2721380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates/utilities.py.jinja -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:41.2722560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates/flex_attention.py.jinja -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:41.2723770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/templates/common.py.jinja -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex/templates 2025-09-07T07:26:41.2724830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/kernel/flex/flex_attention.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/kernel/flex 2025-09-07T07:26:41.2726230Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/package 2025-09-07T07:26:41.2727300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/package/package.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/package 2025-09-07T07:26:41.2728290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/package/build_package.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/package 2025-09-07T07:26:41.2729460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/package/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor/package 2025-09-07T07:26:41.2730650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/loop_body.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2731920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_inductor/subgraph_lowering.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_inductor 2025-09-07T07:26:41.2734160Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2734550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_pytree.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2736310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark 2025-09-07T07:26:41.2736880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark 2025-09-07T07:26:41.2738350Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:41.2739030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:41.2740260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:41.2741430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:41.2742530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:41.2743440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:41.2744550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/op_fuzzers 2025-09-07T07:26:41.2745860Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2746570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/timer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2747810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2749030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2750360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2751290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/compile.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2752530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2753780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2755270Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:41.2756050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:41.2757440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:41.2761000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:41.2761720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:41.2762580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:41.2763730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2025-09-07T07:26:41.2764890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2766060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/compare.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2767250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/utils/_stubs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/utils 2025-09-07T07:26:41.2768680Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/examples 2025-09-07T07:26:41.2769390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/examples 2025-09-07T07:26:41.2770560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/examples 2025-09-07T07:26:41.2771440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/examples 2025-09-07T07:26:41.2772580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/examples 2025-09-07T07:26:41.2773750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/examples 2025-09-07T07:26:41.2774910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/benchmark/examples/compare.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/benchmark/examples 2025-09-07T07:26:41.2776070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_appending_byte_serializer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2777230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_foreach_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2778340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hooks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2779520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_traceback.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2780750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_cpp_extension_versioner.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2782050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_mode_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2783120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/checkpoint.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2784840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/show_pickle.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2786070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/deterministic.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2787380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/file_baton.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2788410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/backend_registration.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2789650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/module_tracker.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2790900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_zoo.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2792120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_zip.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2793310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/collect_env.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2794520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/throughput_benchmark.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2795720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/dlpack.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2797160Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2797910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/functions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2799500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2800480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/symbol.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2801640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/numbers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2802710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/reference.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2804590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/singleton_int.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2805880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/value_ranges.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2807340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/printers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2808670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/solve.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2809820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_sympy/interp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_sympy 2025-09-07T07:26:41.2811310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/serialization 2025-09-07T07:26:41.2812050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/serialization/config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/serialization 2025-09-07T07:26:41.2813400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/serialization/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/serialization 2025-09-07T07:26:41.2814380Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/backcompat 2025-09-07T07:26:41.2815140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/backcompat/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/backcompat 2025-09-07T07:26:41.2816230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_cxx_pytree.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2817540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2818710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_functools.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2819960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_import_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2821160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_cpp_embed_headers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2822530Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/hipify 2025-09-07T07:26:41.2823250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify/version.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/hipify 2025-09-07T07:26:41.2824410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/hipify 2025-09-07T07:26:41.2827750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify/constants.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/hipify 2025-09-07T07:26:41.2828460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/hipify 2025-09-07T07:26:41.2829930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/hipify/hipify_python.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/hipify 2025-09-07T07:26:41.2830960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_dtype_abbrs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2832050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_config_typing.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2833190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/bundled_inputs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2835140Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/bottleneck 2025-09-07T07:26:41.2835650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/bottleneck/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/bottleneck 2025-09-07T07:26:41.2836300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/bottleneck/__main__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/bottleneck 2025-09-07T07:26:41.2837440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_helion.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2838530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/mkldnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2839910Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/viz 2025-09-07T07:26:41.2840540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/viz/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/viz 2025-09-07T07:26:41.2841450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/viz/_cycles.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/viz 2025-09-07T07:26:41.2842760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/cpp_backtrace.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2843880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_contextlib.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2845340Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/jit 2025-09-07T07:26:41.2846200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/jit/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/jit 2025-09-07T07:26:41.2846760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/jit/log_extract.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/jit 2025-09-07T07:26:41.2847880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_python_dispatch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2849430Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2850170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2851330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard/_proto_graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2852460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2853580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard/_embedding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2854710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2855920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard/summary.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2857310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard/_convert_np.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2858440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard/writer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2859820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/tensorboard/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/tensorboard 2025-09-07T07:26:41.2860960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_exposed_in.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2862180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_filelock.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2863240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_thunk.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2864360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_config_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2865940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_device.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2867030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/flop_counter.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2868340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_typing_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2869420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_stats.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2870880Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/model_dump 2025-09-07T07:26:41.2871630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump/code.js -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/model_dump 2025-09-07T07:26:41.2872880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump/preact.mjs -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/model_dump 2025-09-07T07:26:41.2874030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump/skeleton.html -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/model_dump 2025-09-07T07:26:41.2875070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump/htm.mjs -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/model_dump 2025-09-07T07:26:41.2876260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/model_dump 2025-09-07T07:26:41.2877490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/model_dump/__main__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/model_dump 2025-09-07T07:26:41.2878620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/cpp_extension.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2880850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_backport_slots.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2881520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_get_clean_triton.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2882610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_triton.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2883720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_content_store.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2885230Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/data 2025-09-07T07:26:41.2885940Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/_utils 2025-09-07T07:26:41.2886660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils/fetch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/_utils 2025-09-07T07:26:41.2887930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils/worker.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/_utils 2025-09-07T07:26:41.2889060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils/collate.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/_utils 2025-09-07T07:26:41.2890200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils/pin_memory.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/_utils 2025-09-07T07:26:41.2891350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/_utils 2025-09-07T07:26:41.2892530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/_utils/signal_handling.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/_utils 2025-09-07T07:26:41.2893680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/graph_settings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data 2025-09-07T07:26:41.2894810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data 2025-09-07T07:26:41.2895900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data 2025-09-07T07:26:41.2897050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/dataset.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data 2025-09-07T07:26:41.2898390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/distributed.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data 2025-09-07T07:26:41.2899610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/backward_compatibility.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data 2025-09-07T07:26:41.2900710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/dataloader.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data 2025-09-07T07:26:41.2902160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/sampler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data 2025-09-07T07:26:41.2903620Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes 2025-09-07T07:26:41.2904690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/_decorator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes 2025-09-07T07:26:41.2905670Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:41.2906380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:41.2907510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:41.2908690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:41.2909940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:41.2911090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/dataframe 2025-09-07T07:26:41.2912380Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2913080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2914290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/callable.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2915410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/sharding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2916630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2917790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2918820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2919960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/combining.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2921190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2922310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2923560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2924760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2925790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/iter 2025-09-07T07:26:41.2926950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/_typing.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes 2025-09-07T07:26:41.2928080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes 2025-09-07T07:26:41.2929300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/datapipe.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes 2025-09-07T07:26:41.2930490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes 2025-09-07T07:26:41.2932020Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/utils 2025-09-07T07:26:41.2932610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/utils 2025-09-07T07:26:41.2933740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/utils 2025-09-07T07:26:41.2934650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/utils/common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/utils 2025-09-07T07:26:41.2935700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/utils 2025-09-07T07:26:41.2936890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes 2025-09-07T07:26:41.2938920Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/map 2025-09-07T07:26:41.2939340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map/callable.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/map 2025-09-07T07:26:41.2940320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map/grouping.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/map 2025-09-07T07:26:41.2941440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/map 2025-09-07T07:26:41.2942570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map/combining.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/map 2025-09-07T07:26:41.2943770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/map 2025-09-07T07:26:41.2944990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes/map 2025-09-07T07:26:41.2946110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/data/datapipes 2025-09-07T07:26:41.2947480Z creating build/bdist.macosx-14.0-arm64/wheel/torch/utils/_strobelight 2025-09-07T07:26:41.2948300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_strobelight/cli_function_profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_strobelight 2025-09-07T07:26:41.2949340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_strobelight/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils/_strobelight 2025-09-07T07:26:41.2950140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/_ordered_set.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2951400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/weak.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2952490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/utils/mobile_optimizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/utils 2025-09-07T07:26:41.2953640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/overrides.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2955790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_namedtensor_internals.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2956530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/return_types.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2957740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/types.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2958870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_linalg_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2960180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/__config__.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2961190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2963390Z creating build/bdist.macosx-14.0-arm64/wheel/torch/contrib 2025-09-07T07:26:41.2963780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/contrib/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/contrib 2025-09-07T07:26:41.2964640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/contrib/_tensorboard_vis.py -> build/bdist.macosx-14.0-arm64/wheel/torch/contrib 2025-09-07T07:26:41.2965700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/random.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2966720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/hub.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.2969030Z creating build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2969400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/observer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2970610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fuse_modules.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2972110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/quantization_mappings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2973310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/quantize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2974710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2975420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/graph_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2976540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/fusion_patterns.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2977590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/_equalize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2978700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/quantization_types.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2979780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/convert.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2980950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2982050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2983220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/pattern_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2984550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/fuse.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2985780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/match_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2987230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/prepare.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2988120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fx/quantization_patterns.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization/fx 2025-09-07T07:26:41.2989270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/_numeric_suite.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2990440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fake_quantize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2991570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/qconfig.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2992790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2993940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/_quantized_conversions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2995090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/stubs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2996260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2997520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/fuser_method_mappings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2998610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/quantize_jit.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.2999710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/quant_type.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.3000840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/quantize_fx.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.3001930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/quantization/_numeric_suite_fx.py -> build/bdist.macosx-14.0-arm64/wheel/torch/quantization 2025-09-07T07:26:41.3003120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_tensor_str.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.3004390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_sources.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.3005740Z creating build/bdist.macosx-14.0-arm64/wheel/torch/special 2025-09-07T07:26:41.3006390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/special/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/special 2025-09-07T07:26:41.3008370Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3008640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_profiler.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3009810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_onnx.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3011000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_distributed_c10d.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3012230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_autograd.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3013470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_monitor.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3014540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_itt.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3015900Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_C/_export 2025-09-07T07:26:41.3016530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_export/__init__.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C/_export 2025-09-07T07:26:41.3017810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_export/pt2_archive_constants.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C/_export 2025-09-07T07:26:41.3018800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_lazy.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3019880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/__init__.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3023300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_nvtx.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3024150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_cpu.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3025320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_nn.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3026420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_cusparselt.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3027710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_instruction_counter.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3028840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_jit_tree_views.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3030030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_lazy_ts_backend.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3031140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_functorch.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3032350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_VariableFunctions.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3039590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_distributed_rpc.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3040650Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_C/_dynamo 2025-09-07T07:26:41.3041340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_dynamo/__init__.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C/_dynamo 2025-09-07T07:26:41.3042500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_dynamo/compiled_autograd.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C/_dynamo 2025-09-07T07:26:41.3043610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_dynamo/guards.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C/_dynamo 2025-09-07T07:26:41.3044700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_dynamo/eval_frame.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C/_dynamo 2025-09-07T07:26:41.3045810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_verbose.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3046880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_aoti.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3047910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_functions.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3049160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3050280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_cudnn.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3051480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C/_distributed_autograd.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C 2025-09-07T07:26:41.3052870Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing 2025-09-07T07:26:41.3053980Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3054880Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/generated 2025-09-07T07:26:41.3055850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/generated/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/generated 2025-09-07T07:26:41.3056570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/generated 2025-09-07T07:26:41.3060720Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo 2025-09-07T07:26:41.3061120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo 2025-09-07T07:26:41.3062150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/core.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo 2025-09-07T07:26:41.3063890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo 2025-09-07T07:26:41.3064970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/refs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo 2025-09-07T07:26:41.3066370Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:41.3067080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:41.3068280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:41.3069480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:41.3070860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:41.3073110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions/sparse.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:41.3074260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:41.3075730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:41.3077160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/opinfo/definitions/nested.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/opinfo/definitions 2025-09-07T07:26:41.3078690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_dtype.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3080030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_pruning.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3081550Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/test_module 2025-09-07T07:26:41.3082500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/test_module/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/test_module 2025-09-07T07:26:41.3083420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/test_module/future_div.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/test_module 2025-09-07T07:26:41.3084740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/test_module 2025-09-07T07:26:41.3085910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/fake_config_module3.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3092060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/hop_db.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3092590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/triton_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3092940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/static_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3093270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/subclasses.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3093600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_nn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3094960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/custom_op_db.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3096550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/fake_config_module2.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3097830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/autocast_test_lists.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3099240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_fsdp.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3100800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/two_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3102020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/torchbind_impls.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3103630Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3104540Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_tensor 2025-09-07T07:26:41.3105420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_tensor 2025-09-07T07:26:41.3106350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_tensor 2025-09-07T07:26:41.3107820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3109260Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/nn 2025-09-07T07:26:41.3109970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/nn 2025-09-07T07:26:41.3111120Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/nn/api 2025-09-07T07:26:41.3111840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/nn/api 2025-09-07T07:26:41.3112800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/nn/api 2025-09-07T07:26:41.3114040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/fake_pg.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3115410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3116430Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_shard 2025-09-07T07:26:41.3117200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_shard 2025-09-07T07:26:41.3118700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-09-07T07:26:41.3119430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-09-07T07:26:41.3120640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-09-07T07:26:41.3121800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2025-09-07T07:26:41.3122880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/_shard 2025-09-07T07:26:41.3124150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/checkpoint_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3125280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3126610Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:41.3127410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:41.3128850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:41.3129880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:41.3130810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:41.3132570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:41.3133740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:41.3135180Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:41.3135830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:41.3136800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:41.3137950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:41.3139600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2025-09-07T07:26:41.3140980Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2025-09-07T07:26:41.3141740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2025-09-07T07:26:41.3142720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2025-09-07T07:26:41.3144310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2025-09-07T07:26:41.3145290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:41.3147840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed/rpc 2025-09-07T07:26:41.3148770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3152280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3153340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/common_state_dict.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3154650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/distributed 2025-09-07T07:26:41.3155820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_optimizers.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3157380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_device_type.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3158860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/autograd_function_db.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3160050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_mkldnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3161390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/inductor_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3162570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_distributed.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3164050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3165080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/optests 2025-09-07T07:26:41.3165790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/optests 2025-09-07T07:26:41.3167110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests/fake_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/optests 2025-09-07T07:26:41.3168460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests/aot_autograd.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/optests 2025-09-07T07:26:41.3169590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests/make_fx.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/optests 2025-09-07T07:26:41.3170790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests/generate_tests.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/optests 2025-09-07T07:26:41.3172080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/optests/autograd_registration.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/optests 2025-09-07T07:26:41.3173280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_methods_invocations.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3180290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/custom_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3181500Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/codegen 2025-09-07T07:26:41.3182310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/codegen/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/codegen 2025-09-07T07:26:41.3183400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/logging_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3184510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/hypothesis_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3185660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_cuda.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3186840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_quantization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3189120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_modules.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3191230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_jit.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3192020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_mps.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3193440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3194850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/dynamo_test_failures.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3195960Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/check_kernel_launches.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3197110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3199840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3200870Z creating build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/data 2025-09-07T07:26:41.3201550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/data/network1.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/data 2025-09-07T07:26:41.3202700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/data/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/data 2025-09-07T07:26:41.3203850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/data/network2.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal/data 2025-09-07T07:26:41.3204970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_quantized.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3206260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_dist_composable.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3207390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/common_subclass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3208600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/composite_compliance.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3209890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/logging_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3211040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/dist_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3212140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/fake_config_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3213370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_internal/jit_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing/_internal 2025-09-07T07:26:41.3214680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_creation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing 2025-09-07T07:26:41.3215890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing 2025-09-07T07:26:41.3217110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_comparison.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing 2025-09-07T07:26:41.3218780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/testing/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/testing 2025-09-07T07:26:41.3219830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_vmap_internals.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.3221300Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3221930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/triton.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3223130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/fake_profile.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3224200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/infer_schema.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3225330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/simple_registry.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3226520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/custom_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3227910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3229060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/fake_impl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3230190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/autograd.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3231330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3232730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_library/fake_class_registry.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_library 2025-09-07T07:26:41.3233760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/functional.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.3235400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lowrank.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.3236450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_appdirs.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.3238380Z creating build/bdist.macosx-14.0-arm64/wheel/torch/accelerator 2025-09-07T07:26:41.3238820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/accelerator/memory.py -> build/bdist.macosx-14.0-arm64/wheel/torch/accelerator 2025-09-07T07:26:41.3239830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/accelerator/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/accelerator 2025-09-07T07:26:41.3240970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/accelerator/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/accelerator 2025-09-07T07:26:41.3242400Z creating build/bdist.macosx-14.0-arm64/wheel/torch/amp 2025-09-07T07:26:41.3243050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/amp/autocast_mode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/amp 2025-09-07T07:26:41.3244360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/amp/grad_scaler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/amp 2025-09-07T07:26:41.3245600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/amp/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/amp 2025-09-07T07:26:41.3247480Z creating build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3247850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_ir_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3248930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_monkeytype_config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3250050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_decompositions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3251200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_recursive.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3252520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_logging.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3253580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_serialization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3254740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/quantized.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3255950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_script.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3257350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_script.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3258480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_shape_functions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3260000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_decomposition_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3260830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_freeze.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3261940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_pickle.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3263070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_check.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3264370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/unsupported_tensor_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3265510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/frontend.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3266850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/supported_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3267940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3269090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_fuser.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3270250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_builtins.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3271330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_dataclass_impls.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3272420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_trace.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3274480Z creating build/bdist.macosx-14.0-arm64/wheel/torch/jit/_passes 2025-09-07T07:26:41.3274890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_passes/_property_propagation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit/_passes 2025-09-07T07:26:41.3275940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_passes/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit/_passes 2025-09-07T07:26:41.3276740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/generate_bytecode.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3277850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_state.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3279180Z creating build/bdist.macosx-14.0-arm64/wheel/torch/jit/mobile 2025-09-07T07:26:41.3279820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/mobile/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit/mobile 2025-09-07T07:26:41.3281000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_async.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3282150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/annotations.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3283470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/jit/_await.py -> build/bdist.macosx-14.0-arm64/wheel/torch/jit 2025-09-07T07:26:41.3285440Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3285810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/package.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3287220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/cache_size.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3288410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/callback.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3289550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/comptime.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3290620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/logging.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3291940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3293010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/hooks.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3294270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/precompile_context.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3295430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/graph_break_hints.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3296510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3297850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/guards.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3300280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/test_minifier_common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3301080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/create_parameter_op.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3302370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/aot_compile.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3303600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/graph_region_tracker.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3304850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/device_interface.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3306670Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3307150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/registry.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3308400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3309230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/debugging.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3310570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/distributed.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3311800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/common.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3312980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/inductor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3314160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/onnxrt.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3315330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/tvm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3316500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/cudagraphs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3317670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/tensorrt.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3318920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/backends/torchxla.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/backends 2025-09-07T07:26:41.3320050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/graph_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3321180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3322260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/mutation_guard.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3323370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/types.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3324500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/metrics_context.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3325600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/bytecode_analysis.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3326710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/tensor_version_op.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3327930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/external_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3329000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/test_case.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3330130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/distributed.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3331390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/resume_execution.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3332790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/output_graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3334460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/compiled_autograd.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3335830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/exc.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3337020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3339590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3340060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/functions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3341640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/iter.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3342820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/misc.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3344240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/lists.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3345660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/script_object.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3346820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/torch_function.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3347990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3349100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/user_defined.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3350820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/nn_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3352170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/builder.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3354350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3355490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/higher_order_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3357690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/sdpa.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3358540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/distributed.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3359780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/optimizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3360940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/builtin.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3363090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/constant.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3363780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/lazy.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3364780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/torch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3366450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/ctx_manager.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3367860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/dicts.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3369330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/variables/base.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/variables 2025-09-07T07:26:41.3370520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/graph_break_registry.json -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3372720Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/repro 2025-09-07T07:26:41.3373130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/repro/after_dynamo.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/repro 2025-09-07T07:26:41.3374470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/repro/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/repro 2025-09-07T07:26:41.3375450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/repro/after_aot.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/repro 2025-09-07T07:26:41.3377000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/repro/aoti.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/repro 2025-09-07T07:26:41.3378030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/test_dont_skip_tracing_functions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3379170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/replay_record.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3380220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/side_effects.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3382320Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3382650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/functools.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3383840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/builtins.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3384930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/operator.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3386070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/os.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3387300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3388370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3389510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/_collections.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3390640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/loader.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3391780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/fx.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3392890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/struct.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3394180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/sys.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3395310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/pytree.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3396420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/polyfills/itertools.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo/polyfills 2025-09-07T07:26:41.3397480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/trace_rules.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3399710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/bytecode_transformation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3401270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/convert_frame.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3403280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/funcname_cache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3404250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/testing.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3405480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/pgo.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3406930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3408080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/symbolic_convert.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3410470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/codegen.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3411410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/source.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3412760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/eval_frame.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3414330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/functional_export.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3415460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/code_context.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3416620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/graph_deduplication.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3417950Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/current_scope_id.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3419070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/debug_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3420350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_dynamo/decorators.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_dynamo 2025-09-07T07:26:41.3421770Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_environment.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.3423840Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3424100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/metrics.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3425190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3426390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3427480Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/tensor_factory_functions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3428610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/debug.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3429740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/extract_compiled_graph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3430860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/ir_cache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3431980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/ts_backend.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3433280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/computation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3434510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/closure.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3435570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lazy/device_context.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_lazy 2025-09-07T07:26:41.3436630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/storage.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.3438170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C.cpython-312-darwin.so -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:41.3440080Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao 2025-09-07T07:26:41.3440640Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn 2025-09-07T07:26:41.3441490Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat 2025-09-07T07:26:41.3442330Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/dynamic 2025-09-07T07:26:41.3443120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/dynamic 2025-09-07T07:26:41.3444580Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2025-09-07T07:26:41.3445270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2025-09-07T07:26:41.3446430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2025-09-07T07:26:41.3447520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat 2025-09-07T07:26:41.3448850Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/modules 2025-09-07T07:26:41.3449620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/modules 2025-09-07T07:26:41.3450850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/modules 2025-09-07T07:26:41.3451940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/modules/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/modules 2025-09-07T07:26:41.3453110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/qat/modules 2025-09-07T07:26:41.3454530Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized 2025-09-07T07:26:41.3455470Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/dynamic 2025-09-07T07:26:41.3456190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/dynamic 2025-09-07T07:26:41.3457600Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:41.3458300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:41.3459590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:41.3460840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:41.3462270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2025-09-07T07:26:41.3463800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized 2025-09-07T07:26:41.3465010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/functional.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized 2025-09-07T07:26:41.3467020Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3467470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3469910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3470280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3471180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3472420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/activation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3473560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3474630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3475820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3477240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3478340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3479610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/modules 2025-09-07T07:26:41.3481050Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/reference 2025-09-07T07:26:41.3481610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/reference 2025-09-07T07:26:41.3483130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:41.3483730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:41.3484920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:41.3486130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:41.3487310Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:41.3488440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:41.3489550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantized/reference/modules 2025-09-07T07:26:41.3490720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn 2025-09-07T07:26:41.3492180Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantizable 2025-09-07T07:26:41.3492840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantizable 2025-09-07T07:26:41.3494280Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantizable/modules 2025-09-07T07:26:41.3494920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantizable/modules 2025-09-07T07:26:41.3496050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantizable/modules 2025-09-07T07:26:41.3497300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/quantizable/modules 2025-09-07T07:26:41.3498720Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic 2025-09-07T07:26:41.3499540Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/qat 2025-09-07T07:26:41.3500320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/qat 2025-09-07T07:26:41.3501770Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:41.3502630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:41.3504190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:41.3505490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:41.3507190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2025-09-07T07:26:41.3508110Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized 2025-09-07T07:26:41.3509000Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2025-09-07T07:26:41.3509860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2025-09-07T07:26:41.3511240Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:41.3512030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:41.3513350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2025-09-07T07:26:41.3514320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized 2025-09-07T07:26:41.3515680Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:41.3516500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:41.3517710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:41.3518830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:41.3520020Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:41.3521200Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2025-09-07T07:26:41.3522180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic 2025-09-07T07:26:41.3523500Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/modules 2025-09-07T07:26:41.3524190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/modules 2025-09-07T07:26:41.3525280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/intrinsic/modules 2025-09-07T07:26:41.3526940Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/sparse 2025-09-07T07:26:41.3527430Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/sparse/quantized 2025-09-07T07:26:41.3528310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2025-09-07T07:26:41.3528980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2025-09-07T07:26:41.3530080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2025-09-07T07:26:41.3531140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/sparse/quantized 2025-09-07T07:26:41.3532230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/sparse/quantized 2025-09-07T07:26:41.3533340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/sparse/quantized 2025-09-07T07:26:41.3534370Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/nn/sparse/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/nn/sparse 2025-09-07T07:26:41.3535630Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns 2025-09-07T07:26:41.3536520Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3537210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/graph_passes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3538810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/weight_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3539820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/graph_matcher.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3541110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3542180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3543270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/pattern_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3544450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/ns_types.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3545530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3547030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/mappings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3548220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns/fx 2025-09-07T07:26:41.3549260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/_numeric_suite.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns 2025-09-07T07:26:41.3550490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns 2025-09-07T07:26:41.3551390Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/ns 2025-09-07T07:26:41.3552830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao 2025-09-07T07:26:41.3554240Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3554990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/observer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3556630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fuse_modules.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3557740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3559150Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3559880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3561320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3562380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3563540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3564640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/native.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3565800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/onednn.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3567080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3568220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3569380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/executorch.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3570640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3572040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/x86.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3573250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/backend_config 2025-09-07T07:26:41.3574360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantization_mappings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3575460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/_correct_bias.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3576840Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3577650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/port_metadata_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3578840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/export_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3579930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/qat_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3581340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3582590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/lowering.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3583640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/graph_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3584790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3585860Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e/representation 2025-09-07T07:26:41.3586590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/representation/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e/representation 2025-09-07T07:26:41.3587790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/representation/rewrite.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e/representation 2025-09-07T07:26:41.3589010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3590290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/_affine_quantization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3591660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/prepare.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3593060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/pt2e/_numeric_debugger.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/pt2e 2025-09-07T07:26:41.3594070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3595910Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3596410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/graph_module.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3597420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3598530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_equalize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3599900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3601250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/convert.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3602530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3603890Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:41.3604580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:41.3606440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:41.3607710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:41.3608860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:41.3609730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx/_model_report 2025-09-07T07:26:41.3610970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/quantize_handler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3612080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3613530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3614670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3616150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/custom_config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3617400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/fuse.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3618580Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3619740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/match_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3620920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/prepare.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3622450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/tracer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3623640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/_decomposed.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3625160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/fuse_handler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3626120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fx/lstm_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/fx 2025-09-07T07:26:41.3627420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/_equalize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3628340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fake_quantize.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3629620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/qconfig.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3630750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3631930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/qconfig_mapping.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3632980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/stubs.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3634220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3635430Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3636720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantize_jit.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3637830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantize_pt2e.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3639320Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3640110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer/embedding_quantizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3641380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3642870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3644050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer/composable_quantizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3645150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer/xpu_inductor_quantizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3646330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3647590Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer/quantizer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3648750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3649920Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization/quantizer 2025-09-07T07:26:41.3651350Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quant_type.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3652450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/quantization/quantize_fx.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/quantization 2025-09-07T07:26:41.3654020Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning 2025-09-07T07:26:41.3654960Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/sparsifier 2025-09-07T07:26:41.3655730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/sparsifier 2025-09-07T07:26:41.3656900Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/sparsifier 2025-09-07T07:26:41.3657800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/sparsifier 2025-09-07T07:26:41.3659030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/sparsifier 2025-09-07T07:26:41.3660180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/sparsifier 2025-09-07T07:26:41.3661580Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental 2025-09-07T07:26:41.3662410Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:41.3663260Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2025-09-07T07:26:41.3664260Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-09-07T07:26:41.3665120Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-09-07T07:26:41.3666240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-09-07T07:26:41.3667210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2025-09-07T07:26:41.3668230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2025-09-07T07:26:41.3669110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:41.3670210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:41.3671400Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:41.3672710Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2025-09-07T07:26:41.3674130Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:41.3674830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:41.3676080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:41.3677190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:41.3678340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:41.3679450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:41.3680760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:41.3681970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:41.3683010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/pruner/match_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/pruner 2025-09-07T07:26:41.3684090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental 2025-09-07T07:26:41.3685260Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2025-09-07T07:26:41.3686030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2025-09-07T07:26:41.3688550Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2025-09-07T07:26:41.3688750Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2025-09-07T07:26:41.3689180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2025-09-07T07:26:41.3690280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2025-09-07T07:26:41.3691520Z creating build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/scheduler 2025-09-07T07:26:41.3692240Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/scheduler 2025-09-07T07:26:41.3693450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/scheduler 2025-09-07T07:26:41.3694560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/scheduler/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/scheduler 2025-09-07T07:26:41.3695470Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning/scheduler 2025-09-07T07:26:41.3696530Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning 2025-09-07T07:26:41.3697650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/ao/pruning/_mappings.py -> build/bdist.macosx-14.0-arm64/wheel/torch/ao/pruning 2025-09-07T07:26:41.3699010Z creating build/bdist.macosx-14.0-arm64/wheel/torch/mtia 2025-09-07T07:26:41.3699650Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/mtia/memory.py -> build/bdist.macosx-14.0-arm64/wheel/torch/mtia 2025-09-07T07:26:41.3700850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/mtia/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/mtia 2025-09-07T07:26:41.3701970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/mtia/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/mtia 2025-09-07T07:26:41.3703330Z creating build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:41.3704070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libtorch_python.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:41.4152000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libbackend_with_compiler.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:41.4154930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libtorch.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:41.4156080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libtorch_global_deps.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:41.4157360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libomp.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:41.4162850Z creating build/bdist.macosx-14.0-arm64/wheel/torch/lib/libshm_windows 2025-09-07T07:26:41.4163360Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm_windows/libshm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/lib/libshm_windows 2025-09-07T07:26:41.4165240Z creating build/bdist.macosx-14.0-arm64/wheel/torch/lib/libshm 2025-09-07T07:26:41.4165680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm/err.h -> build/bdist.macosx-14.0-arm64/wheel/torch/lib/libshm 2025-09-07T07:26:41.4166680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm/libshm.h -> build/bdist.macosx-14.0-arm64/wheel/torch/lib/libshm 2025-09-07T07:26:41.4167820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm/socket.h -> build/bdist.macosx-14.0-arm64/wheel/torch/lib/libshm 2025-09-07T07:26:41.4168940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm/alloc_info.h -> build/bdist.macosx-14.0-arm64/wheel/torch/lib/libshm 2025-09-07T07:26:41.4170110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libtorch_cpu.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:42.6478220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libjitbackend_test.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:42.6481160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libc10.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:42.6487750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libtorchbind_test.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:42.6495260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libshm.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:42.6496600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/lib/libaoti_custom_ops.dylib -> build/bdist.macosx-14.0-arm64/wheel/torch/lib 2025-09-07T07:26:42.6499840Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_VF.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6507140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_compile.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6508160Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/py.typed -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6508940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_lobpcg.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6511200Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_refs 2025-09-07T07:26:42.6511900Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_refs/linalg 2025-09-07T07:26:42.6512640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/linalg/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_refs/linalg 2025-09-07T07:26:42.6514250Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_refs/nn 2025-09-07T07:26:42.6514940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/nn/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_refs/nn 2025-09-07T07:26:42.6516590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_refs/nn/functional 2025-09-07T07:26:42.6517260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/nn/functional/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_refs/nn/functional 2025-09-07T07:26:42.6518810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/_conversions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_refs 2025-09-07T07:26:42.6519980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_refs 2025-09-07T07:26:42.6522710Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_refs/special 2025-09-07T07:26:42.6523210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/special/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_refs/special 2025-09-07T07:26:42.6524290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_refs/fft.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_refs 2025-09-07T07:26:42.6525920Z creating build/bdist.macosx-14.0-arm64/wheel/torch/fft 2025-09-07T07:26:42.6526560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/fft/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/fft 2025-09-07T07:26:42.6527940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/__future__.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6529550Z creating build/bdist.macosx-14.0-arm64/wheel/torch/profiler 2025-09-07T07:26:42.6530210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/profiler/_memory_profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/profiler 2025-09-07T07:26:42.6531630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/profiler/itt.py -> build/bdist.macosx-14.0-arm64/wheel/torch/profiler 2025-09-07T07:26:42.6532850Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/profiler/_pattern_matcher.py -> build/bdist.macosx-14.0-arm64/wheel/torch/profiler 2025-09-07T07:26:42.6534030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/profiler/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/profiler 2025-09-07T07:26:42.6535290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/profiler/profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/profiler 2025-09-07T07:26:42.6536670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/profiler/python_tracer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/profiler 2025-09-07T07:26:42.6537750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/profiler/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/profiler 2025-09-07T07:26:42.6539220Z creating build/bdist.macosx-14.0-arm64/wheel/torch/sparse 2025-09-07T07:26:42.6539940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/sparse/_semi_structured_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/sparse 2025-09-07T07:26:42.6541130Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/sparse/_semi_structured_conversions.py -> build/bdist.macosx-14.0-arm64/wheel/torch/sparse 2025-09-07T07:26:42.6542230Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/sparse/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/sparse 2025-09-07T07:26:42.6543540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/sparse/semi_structured.py -> build/bdist.macosx-14.0-arm64/wheel/torch/sparse 2025-09-07T07:26:42.6544690Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/sparse/_triton_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/sparse 2025-09-07T07:26:42.6546290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/sparse/_triton_ops_meta.py -> build/bdist.macosx-14.0-arm64/wheel/torch/sparse 2025-09-07T07:26:42.6550160Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_awaits 2025-09-07T07:26:42.6550610Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_awaits/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_awaits 2025-09-07T07:26:42.6551660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_guards.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6553090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_python_dispatcher.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6554540Z creating build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6555260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_safeguard.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6556670Z creating build/bdist.macosx-14.0-arm64/wheel/torch/export/experimental 2025-09-07T07:26:42.6557320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/experimental/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export/experimental 2025-09-07T07:26:42.6559050Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/experimental/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export/experimental 2025-09-07T07:26:42.6559750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/exported_program.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6561180Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/unflatten.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6562620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/custom_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6563760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/custom_obj.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6565210Z creating build/bdist.macosx-14.0-arm64/wheel/torch/export/passes 2025-09-07T07:26:42.6565870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/passes/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export/passes 2025-09-07T07:26:42.6567220Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_remove_effect_tokens_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6568490Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_remove_auto_functionalized_pass.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6569660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6571010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_unlift.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6572420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_trace.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6574100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/graph_signature.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6575500Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_wrapper_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6576910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/decomp_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6578540Z creating build/bdist.macosx-14.0-arm64/wheel/torch/export/pt2_archive 2025-09-07T07:26:42.6579300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/pt2_archive/_package.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export/pt2_archive 2025-09-07T07:26:42.6581080Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/pt2_archive/_package_weights.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export/pt2_archive 2025-09-07T07:26:42.6582750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/pt2_archive/constants.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export/pt2_archive 2025-09-07T07:26:42.6584070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/pt2_archive/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export/pt2_archive 2025-09-07T07:26:42.6596730Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_swap.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6609720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_draft_export.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6627100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/dynamic_shapes.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6639110Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_tree_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6640270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/export/_leakage_detection_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/export 2025-09-07T07:26:42.6656920Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nested 2025-09-07T07:26:42.6657590Z creating build/bdist.macosx-14.0-arm64/wheel/torch/nested/_internal 2025-09-07T07:26:42.6658340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal/nested_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nested/_internal 2025-09-07T07:26:42.6670820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nested/_internal 2025-09-07T07:26:42.6671600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal/ops.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nested/_internal 2025-09-07T07:26:42.6687300Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal/sdpa.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nested/_internal 2025-09-07T07:26:42.6699720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nested/_internal/nested_int.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nested/_internal 2025-09-07T07:26:42.6700380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/nested/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/nested 2025-09-07T07:26:42.6718310Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_C_flatbuffer 2025-09-07T07:26:42.6718790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_C_flatbuffer/__init__.pyi -> build/bdist.macosx-14.0-arm64/wheel/torch/_C_flatbuffer 2025-09-07T07:26:42.6725000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_classes.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6733110Z creating build/bdist.macosx-14.0-arm64/wheel/torch/_strobelight 2025-09-07T07:26:42.6733630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_strobelight/cli_function_profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_strobelight 2025-09-07T07:26:42.6747560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_strobelight/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_strobelight 2025-09-07T07:26:42.6748250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_strobelight/compile_time_profiler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/_strobelight 2025-09-07T07:26:42.6764920Z creating build/bdist.macosx-14.0-arm64/wheel/torch/numa 2025-09-07T07:26:42.6765340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/numa/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/numa 2025-09-07T07:26:42.6766250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/numa/binding.py -> build/bdist.macosx-14.0-arm64/wheel/torch/numa 2025-09-07T07:26:42.6778440Z creating build/bdist.macosx-14.0-arm64/wheel/torch/compiler 2025-09-07T07:26:42.6778940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/compiler/_cache.py -> build/bdist.macosx-14.0-arm64/wheel/torch/compiler 2025-09-07T07:26:42.6788930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/compiler/config.py -> build/bdist.macosx-14.0-arm64/wheel/torch/compiler 2025-09-07T07:26:42.6789680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/compiler/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/compiler 2025-09-07T07:26:42.6792360Z creating build/bdist.macosx-14.0-arm64/wheel/torch/signal 2025-09-07T07:26:42.6792810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/signal/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/signal 2025-09-07T07:26:42.6794360Z creating build/bdist.macosx-14.0-arm64/wheel/torch/signal/windows 2025-09-07T07:26:42.6795030Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/signal/windows/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/signal/windows 2025-09-07T07:26:42.6797510Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/signal/windows/windows.py -> build/bdist.macosx-14.0-arm64/wheel/torch/signal/windows 2025-09-07T07:26:42.6798810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/serialization.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6801330Z creating build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6801860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/inverse_gamma.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6802880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/laplace.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6803990Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/relaxed_bernoulli.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6805090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/categorical.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6806170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/transforms.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6807620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/dirichlet.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6808680Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/log_normal.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6809800Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/transformed_distribution.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6810880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/geometric.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6812040Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/generalized_pareto.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6813170Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/weibull.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6814270Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/studentT.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6815410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/multivariate_normal.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6816460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/normal.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6817540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/poisson.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6818720Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/beta.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6819820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/kumaraswamy.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6820830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/half_normal.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6821980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/relaxed_categorical.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6823150Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6824260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/half_cauchy.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6825330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6826440Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/lkj_cholesky.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6827660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/independent.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6828790Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/multinomial.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6829860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/exponential.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6831060Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/pareto.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6832260Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/negative_binomial.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6833330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/cauchy.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6834460Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/von_mises.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6835560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/distribution.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6836700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/gumbel.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6837880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/constraint_registry.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6839010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6843450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/kl.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6854210Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/mixture_same_family.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6859140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/continuous_bernoulli.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6862740Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/fishersnedecor.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6863620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/constraints.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6868810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/uniform.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6871890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/bernoulli.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6872890Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/exp_family.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6874970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/logistic_normal.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6878070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/one_hot_categorical.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6878780Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/wishart.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6879940Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/gamma.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6880930Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/chi2.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6885070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/distributions/binomial.py -> build/bdist.macosx-14.0-arm64/wheel/torch/distributions 2025-09-07T07:26:42.6886290Z creating build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6886970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/package_exporter.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6893190Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/file_structure_representation.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6900570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/_mock.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6901830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/importer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6903100Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/_stdlib.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6904330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/_mangling.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6907090Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6907980Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/package_importer.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6909280Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/_package_unpickler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6910420Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/glob_group.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6911660Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/find_file_dependencies.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6912860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/_package_pickler.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6914300Z creating build/bdist.macosx-14.0-arm64/wheel/torch/package/analyze 2025-09-07T07:26:42.6915000Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/analyze/trace_dependencies.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package/analyze 2025-09-07T07:26:42.6916140Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package/analyze 2025-09-07T07:26:42.6917290Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/analyze/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package/analyze 2025-09-07T07:26:42.6918540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/analyze/is_from_package.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package/analyze 2025-09-07T07:26:42.6919620Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/_importlib.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6920750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/_directory_reader.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6921910Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/package/_digraph.py -> build/bdist.macosx-14.0-arm64/wheel/torch/package 2025-09-07T07:26:42.6923070Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torch 2025-09-07T07:26:42.6924970Z creating build/bdist.macosx-14.0-arm64/wheel/torch/share 2025-09-07T07:26:42.6925620Z creating build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake 2025-09-07T07:26:42.6926510Z creating build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2 2025-09-07T07:26:42.6927250Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2 2025-09-07T07:26:42.6928410Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2 2025-09-07T07:26:42.6929700Z creating build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-09-07T07:26:42.6930450Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-09-07T07:26:42.6931670Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2025-09-07T07:26:42.6933030Z creating build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-09-07T07:26:42.6933900Z creating build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:42.6934810Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:42.6936010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:42.6937330Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:42.6938600Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2025-09-07T07:26:42.6939750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-09-07T07:26:42.6940830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-09-07T07:26:42.6942520Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2025-09-07T07:26:42.6943780Z creating build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6944540Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6945700Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6946830Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6948010Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6949320Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6950380Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6951560Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6952640Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6953750Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/public/xpu.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2/public 2025-09-07T07:26:42.6954880Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2 2025-09-07T07:26:42.6955970Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2 2025-09-07T07:26:42.6957340Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2 2025-09-07T07:26:42.6958570Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2 2025-09-07T07:26:42.6959630Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Caffe2/FindCUDSS.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Caffe2 2025-09-07T07:26:42.6960980Z creating build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Torch 2025-09-07T07:26:42.6961760Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Torch 2025-09-07T07:26:42.6962870Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/Torch 2025-09-07T07:26:42.6964090Z creating build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/ATen 2025-09-07T07:26:42.6964820Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.macosx-14.0-arm64/wheel/torch/share/cmake/ATen 2025-09-07T07:26:42.6966190Z creating build/bdist.macosx-14.0-arm64/wheel/torch/func 2025-09-07T07:26:42.6966860Z copying build/lib.macosx-14.0-arm64-cpython-312/torch/func/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torch/func 2025-09-07T07:26:42.6969500Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.6969970Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/native_function_generation.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.6971440Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/selective_build 2025-09-07T07:26:42.6972120Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/selective_build/selector.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/selective_build 2025-09-07T07:26:42.6973400Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/selective_build/operator.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/selective_build 2025-09-07T07:26:42.6974350Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/selective_build/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/selective_build 2025-09-07T07:26:42.6975140Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/gen_vmap_plumbing.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.6976430Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/gen.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.6978640Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged 2025-09-07T07:26:42.6979180Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6979910Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/load_derivatives.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6981320Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/build.bzl -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6982450Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/gen_autograd.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6983630Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/gen_python_functions.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6985210Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/gen_autograd_functions.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6986500Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/gen_variable_factories.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6987610Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6988580Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/gen_variable_type.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6990160Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/README.md -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6991240Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/context.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6992360Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6993660Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/deprecated.yaml -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6994800Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/BUILD.bazel -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.6996200Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.6996950Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_return_types.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7002820Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7003770Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7004750Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7005690Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7006650Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7007610Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7008530Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/ViewFuncs.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7009470Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_return_types.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7010410Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7011350Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/TraceType.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7012270Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7013190Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7014090Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_functions.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7015050Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7016010Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/VariableType.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7016930Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7017840Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/VariableType.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7018730Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/Functions.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7019700Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7020860Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/variable_factories.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7022090Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7023280Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/templates/Functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd/templates 2025-09-07T07:26:42.7024270Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/gen_trace_type.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.7025610Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.7026880Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/derivatives.yaml -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.7028890Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/autograd/gen_view_funcs.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/autograd 2025-09-07T07:26:42.7030180Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen 2025-09-07T07:26:42.7030980Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/native 2025-09-07T07:26:42.7032030Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/native 2025-09-07T07:26:42.7036720Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/native 2025-09-07T07:26:42.7038010Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7038890Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7040060Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7041520Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7042690Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7043820Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7044910Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7046170Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7047390Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7048550Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7049800Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7051050Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7052220Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7053550Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7054670Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7055800Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7057030Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7058230Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7059410Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7060440Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7061640Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7062760Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7063970Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7065090Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7066290Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7067440Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7068560Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7069790Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7070830Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7072110Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7073280Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7074330Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7075490Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7076680Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7077810Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7078960Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7080090Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/Function.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7081560Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7082510Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7083560Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.macosx-14.0-arm64/wheel/torchgen/packaged/ATen/templates 2025-09-07T07:26:42.7084890Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/static_runtime 2025-09-07T07:26:42.7085640Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/static_runtime/config.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/static_runtime 2025-09-07T07:26:42.7086800Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/static_runtime/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/static_runtime 2025-09-07T07:26:42.7087620Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/static_runtime/generator.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/static_runtime 2025-09-07T07:26:42.7089380Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/static_runtime 2025-09-07T07:26:42.7090120Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/local.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7091440Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/gen_functionalization_type.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7092630Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/code_template.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7094070Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/operator_versions 2025-09-07T07:26:42.7094810Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/operator_versions/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/operator_versions 2025-09-07T07:26:42.7095740Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/operator_versions 2025-09-07T07:26:42.7096900Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/operator_versions 2025-09-07T07:26:42.7097970Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7099170Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/yaml_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7100330Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/gen_aoti_c_shim.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7101520Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/model.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7103290Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/gen_schema_utils.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7104450Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/context.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7105560Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/utils.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7107040Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/dest 2025-09-07T07:26:42.7107690Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest/lazy_ts_lowering.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/dest 2025-09-07T07:26:42.7108890Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest/ufunc.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/dest 2025-09-07T07:26:42.7110100Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/dest 2025-09-07T07:26:42.7111240Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest/native_functions.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/dest 2025-09-07T07:26:42.7112430Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest/lazy_ir.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/dest 2025-09-07T07:26:42.7113700Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/dest/register_dispatch_key.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/dest 2025-09-07T07:26:42.7115200Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7115870Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/dispatcher.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7117010Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/translate.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7118610Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/api/types 2025-09-07T07:26:42.7119250Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/types/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api/types 2025-09-07T07:26:42.7120420Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/types/types.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api/types 2025-09-07T07:26:42.7121590Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/types/signatures.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api/types 2025-09-07T07:26:42.7122700Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/types/types_base.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api/types 2025-09-07T07:26:42.7123810Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/ufunc.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7124940Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7125860Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/native.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7127020Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/cpp.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7128120Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/unboxing.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7129290Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/functionalization.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7130380Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/autograd.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7131870Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/structured.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7132950Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/python.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7134400Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/lazy.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7135740Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/api/meta.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/api 2025-09-07T07:26:42.7136880Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/gen_backend_stubs.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7138570Z creating build/bdist.macosx-14.0-arm64/wheel/torchgen/aoti 2025-09-07T07:26:42.7139040Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/aoti/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/aoti 2025-09-07T07:26:42.7139880Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/aoti/fallback_ops.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen/aoti 2025-09-07T07:26:42.7141000Z copying build/lib.macosx-14.0-arm64-cpython-312/torchgen/gen_lazy_tensor.py -> build/bdist.macosx-14.0-arm64/wheel/torchgen 2025-09-07T07:26:42.7142870Z creating build/bdist.macosx-14.0-arm64/wheel/functorch 2025-09-07T07:26:42.7143880Z creating build/bdist.macosx-14.0-arm64/wheel/functorch/experimental 2025-09-07T07:26:42.7144600Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/experimental/control_flow.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/experimental 2025-09-07T07:26:42.7145720Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/experimental/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/experimental 2025-09-07T07:26:42.7146830Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/experimental/ops.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/experimental 2025-09-07T07:26:42.7148170Z creating build/bdist.macosx-14.0-arm64/wheel/functorch/_src 2025-09-07T07:26:42.7149160Z creating build/bdist.macosx-14.0-arm64/wheel/functorch/_src/make_functional 2025-09-07T07:26:42.7149780Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/make_functional/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/_src/make_functional 2025-09-07T07:26:42.7150910Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/_src 2025-09-07T07:26:42.7152220Z creating build/bdist.macosx-14.0-arm64/wheel/functorch/_src/eager_transforms 2025-09-07T07:26:42.7152930Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/eager_transforms/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/_src/eager_transforms 2025-09-07T07:26:42.7154330Z creating build/bdist.macosx-14.0-arm64/wheel/functorch/_src/aot_autograd 2025-09-07T07:26:42.7155090Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/aot_autograd/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/_src/aot_autograd 2025-09-07T07:26:42.7156800Z creating build/bdist.macosx-14.0-arm64/wheel/functorch/_src/vmap 2025-09-07T07:26:42.7157290Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/_src/vmap/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/_src/vmap 2025-09-07T07:26:42.7158630Z creating build/bdist.macosx-14.0-arm64/wheel/functorch/dim 2025-09-07T07:26:42.7159300Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/dim/magic_trace.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/dim 2025-09-07T07:26:42.7160550Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/dim/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/dim 2025-09-07T07:26:42.7161870Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/dim/op_properties.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/dim 2025-09-07T07:26:42.7163050Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/dim/wrap_type.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/dim 2025-09-07T07:26:42.7164140Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/dim/tree_map.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/dim 2025-09-07T07:26:42.7165370Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch 2025-09-07T07:26:42.7166850Z creating build/bdist.macosx-14.0-arm64/wheel/functorch/compile 2025-09-07T07:26:42.7167350Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/compile/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/compile 2025-09-07T07:26:42.7168460Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/_C.cpython-312-darwin.so -> build/bdist.macosx-14.0-arm64/wheel/functorch 2025-09-07T07:26:42.7170720Z creating build/bdist.macosx-14.0-arm64/wheel/functorch/einops 2025-09-07T07:26:42.7171200Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/einops/_parsing.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/einops 2025-09-07T07:26:42.7172370Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/einops/__init__.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/einops 2025-09-07T07:26:42.7173550Z copying build/lib.macosx-14.0-arm64-cpython-312/functorch/einops/rearrange.py -> build/bdist.macosx-14.0-arm64/wheel/functorch/einops 2025-09-07T07:26:42.7175890Z running install_egg_info 2025-09-07T07:26:42.7204880Z running egg_info 2025-09-07T07:26:42.7205080Z creating torch.egg-info 2025-09-07T07:26:42.7231430Z writing torch.egg-info/PKG-INFO 2025-09-07T07:26:42.7239010Z writing dependency_links to torch.egg-info/dependency_links.txt 2025-09-07T07:26:42.7240190Z writing entry points to torch.egg-info/entry_points.txt 2025-09-07T07:26:42.7243240Z writing requirements to torch.egg-info/requires.txt 2025-09-07T07:26:42.7244260Z writing top-level names to torch.egg-info/top_level.txt 2025-09-07T07:26:42.7245300Z writing manifest file 'torch.egg-info/SOURCES.txt' 2025-09-07T07:26:43.0909210Z reading manifest file 'torch.egg-info/SOURCES.txt' 2025-09-07T07:26:43.0909830Z reading manifest template 'MANIFEST.in' 2025-09-07T07:26:43.0948470Z warning: no files found matching 'BUILD' 2025-09-07T07:26:43.0949370Z warning: no files found matching '*.BUILD' 2025-09-07T07:26:43.0950640Z warning: no files found matching 'BUCK' 2025-09-07T07:26:43.0960200Z warning: no files found matching '[Mm]akefile.*' 2025-09-07T07:26:43.0962530Z warning: no files found matching '*.[Dd]ockerfile' 2025-09-07T07:26:43.0963460Z warning: no files found matching '[Dd]ockerfile.*' 2025-09-07T07:26:45.6094750Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-09-07T07:26:45.6664750Z warning: no previously-included files matching '*.obj' found anywhere in distribution 2025-09-07T07:26:46.0803000Z no previously-included directories found matching '*/.git' 2025-09-07T07:26:46.1793380Z warning: no previously-included files matching '*~' found anywhere in distribution 2025-09-07T07:26:46.2364650Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-09-07T07:26:46.2364980Z adding license file 'LICENSE' 2025-09-07T07:26:46.2365900Z adding license file 'NOTICE' 2025-09-07T07:26:47.4487590Z writing manifest file 'torch.egg-info/SOURCES.txt' 2025-09-07T07:26:47.4834330Z Copying torch.egg-info to build/bdist.macosx-14.0-arm64/wheel/torch-2.9.0a0+git93fb23d-py3.12.egg-info 2025-09-07T07:26:47.5006470Z running install_scripts 2025-09-07T07:26:47.5009790Z [WARNING] MACOSX_DEPLOYMENT_TARGET is set to a lower value (11.0) than the version on which the Python interpreter was compiled (14.0), and will be ignored. 2025-09-07T07:26:47.5287290Z [WARNING] MACOSX_DEPLOYMENT_TARGET is set to a lower value (11.0) than the version on which the Python interpreter was compiled (14.0), and will be ignored. 2025-09-07T07:26:47.5496620Z creating build/bdist.macosx-14.0-arm64/wheel/torch-2.9.0a0+git93fb23d.dist-info/WHEEL 2025-09-07T07:26:47.5500390Z creating 'dist/torch-2.9.0a0+git93fb23d-cp312-cp312-macosx_14_0_arm64.whl' and adding 'build/bdist.macosx-14.0-arm64/wheel' to it 2025-09-07T07:26:47.5558000Z adding 'functorch/_C.cpython-312-darwin.so' 2025-09-07T07:26:47.5560620Z adding 'functorch/__init__.py' 2025-09-07T07:26:47.5561610Z adding 'functorch/_src/__init__.py' 2025-09-07T07:26:47.5562890Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-09-07T07:26:47.5564030Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-09-07T07:26:47.5565080Z adding 'functorch/_src/make_functional/__init__.py' 2025-09-07T07:26:47.5566060Z adding 'functorch/_src/vmap/__init__.py' 2025-09-07T07:26:47.5567090Z adding 'functorch/compile/__init__.py' 2025-09-07T07:26:47.5569060Z adding 'functorch/dim/__init__.py' 2025-09-07T07:26:47.5569820Z adding 'functorch/dim/magic_trace.py' 2025-09-07T07:26:47.5571860Z adding 'functorch/dim/op_properties.py' 2025-09-07T07:26:47.5572480Z adding 'functorch/dim/tree_map.py' 2025-09-07T07:26:47.5573520Z adding 'functorch/dim/wrap_type.py' 2025-09-07T07:26:47.5574460Z adding 'functorch/einops/__init__.py' 2025-09-07T07:26:47.5577610Z adding 'functorch/einops/_parsing.py' 2025-09-07T07:26:47.5579750Z adding 'functorch/einops/rearrange.py' 2025-09-07T07:26:47.5580550Z adding 'functorch/experimental/__init__.py' 2025-09-07T07:26:47.5581330Z adding 'functorch/experimental/control_flow.py' 2025-09-07T07:26:47.5582070Z adding 'functorch/experimental/ops.py' 2025-09-07T07:26:47.5586550Z adding 'torch/_C.cpython-312-darwin.so' 2025-09-07T07:26:47.5587380Z adding 'torch/_VF.py' 2025-09-07T07:26:47.5735700Z adding 'torch/_VF.pyi' 2025-09-07T07:26:47.5741850Z adding 'torch/__config__.py' 2025-09-07T07:26:47.5742850Z adding 'torch/__future__.py' 2025-09-07T07:26:47.5766050Z adding 'torch/__init__.py' 2025-09-07T07:26:47.5770880Z adding 'torch/_appdirs.py' 2025-09-07T07:26:47.5771900Z adding 'torch/_classes.py' 2025-09-07T07:26:47.5773040Z adding 'torch/_compile.py' 2025-09-07T07:26:47.5776110Z adding 'torch/_custom_ops.py' 2025-09-07T07:26:47.5776690Z adding 'torch/_environment.py' 2025-09-07T07:26:47.5785940Z adding 'torch/_guards.py' 2025-09-07T07:26:47.5799340Z adding 'torch/_jit_internal.py' 2025-09-07T07:26:47.5801100Z adding 'torch/_linalg_utils.py' 2025-09-07T07:26:47.5810450Z adding 'torch/_lobpcg.py' 2025-09-07T07:26:47.5813260Z adding 'torch/_lowrank.py' 2025-09-07T07:26:47.5862700Z adding 'torch/_meta_registrations.py' 2025-09-07T07:26:47.5865680Z adding 'torch/_namedtensor_internals.py' 2025-09-07T07:26:47.5879160Z adding 'torch/_ops.py' 2025-09-07T07:26:47.5881460Z adding 'torch/_python_dispatcher.py' 2025-09-07T07:26:47.5882180Z adding 'torch/_size_docs.py' 2025-09-07T07:26:47.5884180Z adding 'torch/_sources.py' 2025-09-07T07:26:47.5884940Z adding 'torch/_storage_docs.py' 2025-09-07T07:26:47.5885810Z adding 'torch/_streambase.py' 2025-09-07T07:26:47.5901050Z adding 'torch/_tensor.py' 2025-09-07T07:26:47.5927410Z adding 'torch/_tensor_docs.py' 2025-09-07T07:26:47.5933680Z adding 'torch/_tensor_str.py' 2025-09-07T07:26:47.5934390Z adding 'torch/_thread_safe_fork.py' 2025-09-07T07:26:47.6021020Z adding 'torch/_torch_docs.py' 2025-09-07T07:26:47.6032370Z adding 'torch/_utils.py' 2025-09-07T07:26:47.6035570Z adding 'torch/_utils_internal.py' 2025-09-07T07:26:47.6038090Z adding 'torch/_vmap_internals.py' 2025-09-07T07:26:47.6042320Z adding 'torch/_weights_only_unpickler.py' 2025-09-07T07:26:47.6061110Z adding 'torch/functional.py' 2025-09-07T07:26:47.6068680Z adding 'torch/hub.py' 2025-09-07T07:26:47.6082940Z adding 'torch/library.py' 2025-09-07T07:26:47.6099450Z adding 'torch/overrides.py' 2025-09-07T07:26:47.6100370Z adding 'torch/py.typed' 2025-09-07T07:26:47.6102710Z adding 'torch/quasirandom.py' 2025-09-07T07:26:47.6104760Z adding 'torch/random.py' 2025-09-07T07:26:47.6105540Z adding 'torch/return_types.py' 2025-09-07T07:26:47.6107660Z adding 'torch/return_types.pyi' 2025-09-07T07:26:47.6125640Z adding 'torch/serialization.py' 2025-09-07T07:26:47.6134800Z adding 'torch/storage.py' 2025-09-07T07:26:47.6136080Z adding 'torch/torch_version.py' 2025-09-07T07:26:47.6137520Z adding 'torch/types.py' 2025-09-07T07:26:47.6138370Z adding 'torch/version.py' 2025-09-07T07:26:47.6287480Z adding 'torch/_C/_VariableFunctions.pyi' 2025-09-07T07:26:47.6351070Z adding 'torch/_C/__init__.pyi' 2025-09-07T07:26:47.6354190Z adding 'torch/_C/_aoti.pyi' 2025-09-07T07:26:47.6355520Z adding 'torch/_C/_autograd.pyi' 2025-09-07T07:26:47.6356470Z adding 'torch/_C/_cpu.pyi' 2025-09-07T07:26:47.6357380Z adding 'torch/_C/_cudnn.pyi' 2025-09-07T07:26:47.6358170Z adding 'torch/_C/_cusparselt.pyi' 2025-09-07T07:26:47.6359050Z adding 'torch/_C/_distributed_autograd.pyi' 2025-09-07T07:26:47.6363760Z adding 'torch/_C/_distributed_c10d.pyi' 2025-09-07T07:26:47.6365250Z adding 'torch/_C/_distributed_rpc.pyi' 2025-09-07T07:26:47.6366340Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-09-07T07:26:47.6367080Z adding 'torch/_C/_functions.pyi' 2025-09-07T07:26:47.6368470Z adding 'torch/_C/_functorch.pyi' 2025-09-07T07:26:47.6369250Z adding 'torch/_C/_instruction_counter.pyi' 2025-09-07T07:26:47.6370010Z adding 'torch/_C/_itt.pyi' 2025-09-07T07:26:47.6371440Z adding 'torch/_C/_jit_tree_views.pyi' 2025-09-07T07:26:47.6372320Z adding 'torch/_C/_lazy.pyi' 2025-09-07T07:26:47.6373110Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-09-07T07:26:47.6374070Z adding 'torch/_C/_monitor.pyi' 2025-09-07T07:26:47.6376050Z adding 'torch/_C/_nn.pyi' 2025-09-07T07:26:47.6380740Z adding 'torch/_C/_nvtx.pyi' 2025-09-07T07:26:47.6381050Z adding 'torch/_C/_onnx.pyi' 2025-09-07T07:26:47.6381220Z adding 'torch/_C/_profiler.pyi' 2025-09-07T07:26:47.6381380Z adding 'torch/_C/_verbose.pyi' 2025-09-07T07:26:47.6381550Z adding 'torch/_C/_dynamo/__init__.pyi' 2025-09-07T07:26:47.6381820Z adding 'torch/_C/_dynamo/compiled_autograd.pyi' 2025-09-07T07:26:47.6383080Z adding 'torch/_C/_dynamo/eval_frame.pyi' 2025-09-07T07:26:47.6385010Z adding 'torch/_C/_dynamo/guards.pyi' 2025-09-07T07:26:47.6386070Z adding 'torch/_C/_export/__init__.pyi' 2025-09-07T07:26:47.6386920Z adding 'torch/_C/_export/pt2_archive_constants.pyi' 2025-09-07T07:26:47.6388000Z adding 'torch/_C_flatbuffer/__init__.pyi' 2025-09-07T07:26:47.6389210Z adding 'torch/_awaits/__init__.py' 2025-09-07T07:26:47.6390130Z adding 'torch/_custom_op/__init__.py' 2025-09-07T07:26:47.6393170Z adding 'torch/_custom_op/autograd.py' 2025-09-07T07:26:47.6398500Z adding 'torch/_custom_op/impl.py' 2025-09-07T07:26:47.6402410Z adding 'torch/_decomp/__init__.py' 2025-09-07T07:26:47.6439180Z adding 'torch/_decomp/decompositions.py' 2025-09-07T07:26:47.6442730Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-09-07T07:26:47.6445070Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-09-07T07:26:47.6445750Z adding 'torch/_dispatch/__init__.py' 2025-09-07T07:26:47.6447990Z adding 'torch/_dispatch/python.py' 2025-09-07T07:26:47.6450300Z adding 'torch/_dynamo/__init__.py' 2025-09-07T07:26:47.6452790Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-09-07T07:26:47.6454840Z adding 'torch/_dynamo/aot_compile.py' 2025-09-07T07:26:47.6457070Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-09-07T07:26:47.6471370Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-09-07T07:26:47.6473810Z adding 'torch/_dynamo/cache_size.py' 2025-09-07T07:26:47.6475150Z adding 'torch/_dynamo/callback.py' 2025-09-07T07:26:47.6476220Z adding 'torch/_dynamo/code_context.py' 2025-09-07T07:26:47.6482170Z adding 'torch/_dynamo/codegen.py' 2025-09-07T07:26:47.6495070Z adding 'torch/_dynamo/compiled_autograd.py' 2025-09-07T07:26:47.6498750Z adding 'torch/_dynamo/comptime.py' 2025-09-07T07:26:47.6507350Z adding 'torch/_dynamo/config.py' 2025-09-07T07:26:47.6524510Z adding 'torch/_dynamo/convert_frame.py' 2025-09-07T07:26:47.6526350Z adding 'torch/_dynamo/create_parameter_op.py' 2025-09-07T07:26:47.6527500Z adding 'torch/_dynamo/current_scope_id.py' 2025-09-07T07:26:47.6535340Z adding 'torch/_dynamo/debug_utils.py' 2025-09-07T07:26:47.6543390Z adding 'torch/_dynamo/decorators.py' 2025-09-07T07:26:47.6547120Z adding 'torch/_dynamo/device_interface.py' 2025-09-07T07:26:47.6548050Z adding 'torch/_dynamo/distributed.py' 2025-09-07T07:26:47.6568630Z adding 'torch/_dynamo/eval_frame.py' 2025-09-07T07:26:47.6574780Z adding 'torch/_dynamo/exc.py' 2025-09-07T07:26:47.6577290Z adding 'torch/_dynamo/external_utils.py' 2025-09-07T07:26:47.6578340Z adding 'torch/_dynamo/funcname_cache.py' 2025-09-07T07:26:47.6580330Z adding 'torch/_dynamo/functional_export.py' 2025-09-07T07:26:47.6581140Z adding 'torch/_dynamo/graph_break_hints.py' 2025-09-07T07:26:47.6597340Z adding 'torch/_dynamo/graph_break_registry.json' 2025-09-07T07:26:47.6603170Z adding 'torch/_dynamo/graph_deduplication.py' 2025-09-07T07:26:47.6607560Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-09-07T07:26:47.6608670Z adding 'torch/_dynamo/graph_utils.py' 2025-09-07T07:26:47.6646180Z adding 'torch/_dynamo/guards.py' 2025-09-07T07:26:47.6648030Z adding 'torch/_dynamo/hooks.py' 2025-09-07T07:26:47.6649080Z adding 'torch/_dynamo/logging.py' 2025-09-07T07:26:47.6651440Z adding 'torch/_dynamo/metrics_context.py' 2025-09-07T07:26:47.6652820Z adding 'torch/_dynamo/mutation_guard.py' 2025-09-07T07:26:47.6687890Z adding 'torch/_dynamo/output_graph.py' 2025-09-07T07:26:47.6695690Z adding 'torch/_dynamo/package.py' 2025-09-07T07:26:47.6703570Z adding 'torch/_dynamo/pgo.py' 2025-09-07T07:26:47.6706170Z adding 'torch/_dynamo/precompile_context.py' 2025-09-07T07:26:47.6707640Z adding 'torch/_dynamo/profiler.py' 2025-09-07T07:26:47.6709430Z adding 'torch/_dynamo/replay_record.py' 2025-09-07T07:26:47.6714630Z adding 'torch/_dynamo/resume_execution.py' 2025-09-07T07:26:47.6724780Z adding 'torch/_dynamo/side_effects.py' 2025-09-07T07:26:47.6730690Z adding 'torch/_dynamo/source.py' 2025-09-07T07:26:47.6769930Z adding 'torch/_dynamo/symbolic_convert.py' 2025-09-07T07:26:47.6772140Z adding 'torch/_dynamo/tensor_version_op.py' 2025-09-07T07:26:47.6774280Z adding 'torch/_dynamo/test_case.py' 2025-09-07T07:26:47.6775050Z adding 'torch/_dynamo/test_dont_skip_tracing_functions.py' 2025-09-07T07:26:47.6778280Z adding 'torch/_dynamo/test_minifier_common.py' 2025-09-07T07:26:47.6782050Z adding 'torch/_dynamo/testing.py' 2025-09-07T07:26:47.6806220Z adding 'torch/_dynamo/trace_rules.py' 2025-09-07T07:26:47.6808500Z adding 'torch/_dynamo/types.py' 2025-09-07T07:26:47.6847700Z adding 'torch/_dynamo/utils.py' 2025-09-07T07:26:47.6849850Z adding 'torch/_dynamo/backends/__init__.py' 2025-09-07T07:26:47.6851640Z adding 'torch/_dynamo/backends/common.py' 2025-09-07T07:26:47.6854360Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-09-07T07:26:47.6858220Z adding 'torch/_dynamo/backends/debugging.py' 2025-09-07T07:26:47.6864800Z adding 'torch/_dynamo/backends/distributed.py' 2025-09-07T07:26:47.6865680Z adding 'torch/_dynamo/backends/inductor.py' 2025-09-07T07:26:47.6866760Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-09-07T07:26:47.6868900Z adding 'torch/_dynamo/backends/registry.py' 2025-09-07T07:26:47.6869480Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-09-07T07:26:47.6870450Z adding 'torch/_dynamo/backends/torchxla.py' 2025-09-07T07:26:47.6872790Z adding 'torch/_dynamo/backends/tvm.py' 2025-09-07T07:26:47.6876110Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-09-07T07:26:47.6876730Z adding 'torch/_dynamo/polyfills/_collections.py' 2025-09-07T07:26:47.6878200Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-09-07T07:26:47.6879130Z adding 'torch/_dynamo/polyfills/functools.py' 2025-09-07T07:26:47.6880090Z adding 'torch/_dynamo/polyfills/fx.py' 2025-09-07T07:26:47.6882330Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-09-07T07:26:47.6883010Z adding 'torch/_dynamo/polyfills/loader.py' 2025-09-07T07:26:47.6884230Z adding 'torch/_dynamo/polyfills/operator.py' 2025-09-07T07:26:47.6885130Z adding 'torch/_dynamo/polyfills/os.py' 2025-09-07T07:26:47.6888420Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-09-07T07:26:47.6889140Z adding 'torch/_dynamo/polyfills/struct.py' 2025-09-07T07:26:47.6890040Z adding 'torch/_dynamo/polyfills/sys.py' 2025-09-07T07:26:47.6890970Z adding 'torch/_dynamo/polyfills/tensor.py' 2025-09-07T07:26:47.6891900Z adding 'torch/_dynamo/repro/__init__.py' 2025-09-07T07:26:47.6901070Z adding 'torch/_dynamo/repro/after_aot.py' 2025-09-07T07:26:47.6905850Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-09-07T07:26:47.6910760Z adding 'torch/_dynamo/repro/aoti.py' 2025-09-07T07:26:47.6913050Z adding 'torch/_dynamo/variables/__init__.py' 2025-09-07T07:26:47.6918130Z adding 'torch/_dynamo/variables/base.py' 2025-09-07T07:26:47.6952320Z adding 'torch/_dynamo/variables/builder.py' 2025-09-07T07:26:47.6973660Z adding 'torch/_dynamo/variables/builtin.py' 2025-09-07T07:26:47.6976800Z adding 'torch/_dynamo/variables/constant.py' 2025-09-07T07:26:47.6985040Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-09-07T07:26:47.6994330Z adding 'torch/_dynamo/variables/dicts.py' 2025-09-07T07:26:47.6997760Z adding 'torch/_dynamo/variables/distributed.py' 2025-09-07T07:26:47.7016960Z adding 'torch/_dynamo/variables/functions.py' 2025-09-07T07:26:47.7257130Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-09-07T07:26:47.7262000Z adding 'torch/_dynamo/variables/iter.py' 2025-09-07T07:26:47.7264380Z adding 'torch/_dynamo/variables/lazy.py' 2025-09-07T07:26:47.7274970Z adding 'torch/_dynamo/variables/lists.py' 2025-09-07T07:26:47.7291710Z adding 'torch/_dynamo/variables/misc.py' 2025-09-07T07:26:47.7303600Z adding 'torch/_dynamo/variables/nn_module.py' 2025-09-07T07:26:47.7308570Z adding 'torch/_dynamo/variables/optimizer.py' 2025-09-07T07:26:47.7310920Z adding 'torch/_dynamo/variables/script_object.py' 2025-09-07T07:26:47.7313640Z adding 'torch/_dynamo/variables/sdpa.py' 2025-09-07T07:26:47.7330230Z adding 'torch/_dynamo/variables/tensor.py' 2025-09-07T07:26:47.7348100Z adding 'torch/_dynamo/variables/torch.py' 2025-09-07T07:26:47.7354780Z adding 'torch/_dynamo/variables/torch_function.py' 2025-09-07T07:26:47.7373650Z adding 'torch/_dynamo/variables/user_defined.py' 2025-09-07T07:26:47.7376480Z adding 'torch/_export/__init__.py' 2025-09-07T07:26:47.7391340Z adding 'torch/_export/converter.py' 2025-09-07T07:26:47.7392910Z adding 'torch/_export/error.py' 2025-09-07T07:26:47.7402920Z adding 'torch/_export/non_strict_utils.py' 2025-09-07T07:26:47.7407060Z adding 'torch/_export/pass_base.py' 2025-09-07T07:26:47.7410060Z adding 'torch/_export/tools.py' 2025-09-07T07:26:47.7424110Z adding 'torch/_export/utils.py' 2025-09-07T07:26:47.7428330Z adding 'torch/_export/verifier.py' 2025-09-07T07:26:47.7431320Z adding 'torch/_export/wrappers.py' 2025-09-07T07:26:47.7432370Z adding 'torch/_export/db/__init__.py' 2025-09-07T07:26:47.7433910Z adding 'torch/_export/db/case.py' 2025-09-07T07:26:47.7435150Z adding 'torch/_export/db/gen_example.py' 2025-09-07T07:26:47.7436220Z adding 'torch/_export/db/logging.py' 2025-09-07T07:26:47.7438100Z adding 'torch/_export/db/examples/__init__.py' 2025-09-07T07:26:47.7439470Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-09-07T07:26:47.7440230Z adding 'torch/_export/db/examples/autograd_function.py' 2025-09-07T07:26:47.7442320Z adding 'torch/_export/db/examples/class_method.py' 2025-09-07T07:26:47.7442880Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-09-07T07:26:47.7444100Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-09-07T07:26:47.7445300Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-09-07T07:26:47.7446480Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-09-07T07:26:47.7447740Z adding 'torch/_export/db/examples/cond_operands.py' 2025-09-07T07:26:47.7448720Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-09-07T07:26:47.7449630Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-09-07T07:26:47.7450770Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-09-07T07:26:47.7451790Z adding 'torch/_export/db/examples/decorator.py' 2025-09-07T07:26:47.7452300Z adding 'torch/_export/db/examples/dictionary.py' 2025-09-07T07:26:47.7453190Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-09-07T07:26:47.7454310Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-09-07T07:26:47.7456030Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-09-07T07:26:47.7456370Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-09-07T07:26:47.7456740Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-09-07T07:26:47.7457560Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-09-07T07:26:47.7458410Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-09-07T07:26:47.7459470Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-09-07T07:26:47.7460520Z adding 'torch/_export/db/examples/list_contains.py' 2025-09-07T07:26:47.7461050Z adding 'torch/_export/db/examples/list_unpack.py' 2025-09-07T07:26:47.7462010Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-09-07T07:26:47.7462830Z adding 'torch/_export/db/examples/nested_function.py' 2025-09-07T07:26:47.7463690Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-09-07T07:26:47.7464520Z adding 'torch/_export/db/examples/optional_input.py' 2025-09-07T07:26:47.7465610Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-09-07T07:26:47.7466590Z adding 'torch/_export/db/examples/scalar_output.py' 2025-09-07T07:26:47.7467530Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-09-07T07:26:47.7468640Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-09-07T07:26:47.7469380Z adding 'torch/_export/db/examples/static_if.py' 2025-09-07T07:26:47.7470100Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-09-07T07:26:47.7470920Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-09-07T07:26:47.7472190Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-09-07T07:26:47.7473180Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-09-07T07:26:47.7473920Z adding 'torch/_export/pass_infra/__init__.py' 2025-09-07T07:26:47.7475440Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-09-07T07:26:47.7475910Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-09-07T07:26:47.7477040Z adding 'torch/_export/passes/__init__.py' 2025-09-07T07:26:47.7478710Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-09-07T07:26:47.7481560Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-09-07T07:26:47.7482870Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-09-07T07:26:47.7486370Z adding 'torch/_export/passes/constant_folding.py' 2025-09-07T07:26:47.7487540Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-09-07T07:26:47.7488900Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-09-07T07:26:47.7493450Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-09-07T07:26:47.7494430Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-09-07T07:26:47.7496960Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-09-07T07:26:47.7502720Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-09-07T07:26:47.7503830Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-09-07T07:26:47.7505250Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-09-07T07:26:47.7507330Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-09-07T07:26:47.7508390Z adding 'torch/_export/serde/__init__.py' 2025-09-07T07:26:47.7511700Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-09-07T07:26:47.7513560Z adding 'torch/_export/serde/export_schema.thrift' 2025-09-07T07:26:47.7517240Z adding 'torch/_export/serde/schema.py' 2025-09-07T07:26:47.7519920Z adding 'torch/_export/serde/schema.yaml' 2025-09-07T07:26:47.7524830Z adding 'torch/_export/serde/schema_check.py' 2025-09-07T07:26:47.7557020Z adding 'torch/_export/serde/serialize.py' 2025-09-07T07:26:47.7558980Z adding 'torch/_export/serde/union.py' 2025-09-07T07:26:47.7560400Z adding 'torch/_functorch/__init__.py' 2025-09-07T07:26:47.7578440Z adding 'torch/_functorch/aot_autograd.py' 2025-09-07T07:26:47.7582870Z adding 'torch/_functorch/apis.py' 2025-09-07T07:26:47.7589340Z adding 'torch/_functorch/autograd_function.py' 2025-09-07T07:26:47.7590180Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-09-07T07:26:47.7592330Z adding 'torch/_functorch/benchmark_utils.py' 2025-09-07T07:26:47.7594660Z adding 'torch/_functorch/compile_utils.py' 2025-09-07T07:26:47.7598250Z adding 'torch/_functorch/compilers.py' 2025-09-07T07:26:47.7605080Z adding 'torch/_functorch/config.py' 2025-09-07T07:26:47.7606550Z adding 'torch/_functorch/deprecated.py' 2025-09-07T07:26:47.7622140Z adding 'torch/_functorch/eager_transforms.py' 2025-09-07T07:26:47.7625130Z adding 'torch/_functorch/functional_call.py' 2025-09-07T07:26:47.7629170Z adding 'torch/_functorch/fx_minifier.py' 2025-09-07T07:26:47.7633780Z adding 'torch/_functorch/make_functional.py' 2025-09-07T07:26:47.7659880Z adding 'torch/_functorch/partitioners.py' 2025-09-07T07:26:47.7662300Z adding 'torch/_functorch/predispatch.py' 2025-09-07T07:26:47.7664780Z adding 'torch/_functorch/pyfunctorch.py' 2025-09-07T07:26:47.7665550Z adding 'torch/_functorch/python_key.py' 2025-09-07T07:26:47.7666490Z adding 'torch/_functorch/pytree_hacks.py' 2025-09-07T07:26:47.7671370Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-09-07T07:26:47.7672200Z adding 'torch/_functorch/utils.py' 2025-09-07T07:26:47.7676500Z adding 'torch/_functorch/vmap.py' 2025-09-07T07:26:47.7677650Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-09-07T07:26:47.7679270Z adding 'torch/_functorch/_activation_checkpointing/ac_logging_utils.py' 2025-09-07T07:26:47.7682220Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-09-07T07:26:47.7683500Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-09-07T07:26:47.7686490Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-09-07T07:26:47.7687380Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-09-07T07:26:47.7700910Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-09-07T07:26:47.7711630Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-09-07T07:26:47.7717370Z adding 'torch/_functorch/_aot_autograd/descriptors.py' 2025-09-07T07:26:47.7721120Z adding 'torch/_functorch/_aot_autograd/frontend_utils.py' 2025-09-07T07:26:47.7725620Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-09-07T07:26:47.7728490Z adding 'torch/_functorch/_aot_autograd/fx_utils.py' 2025-09-07T07:26:47.7732190Z adding 'torch/_functorch/_aot_autograd/graph_capture.py' 2025-09-07T07:26:47.7746830Z adding 'torch/_functorch/_aot_autograd/graph_capture_wrappers.py' 2025-09-07T07:26:47.7765710Z adding 'torch/_functorch/_aot_autograd/graph_compile.py' 2025-09-07T07:26:47.7770130Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-09-07T07:26:47.7772120Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-09-07T07:26:47.7798200Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-09-07T07:26:47.7812370Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-09-07T07:26:47.7814000Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-09-07T07:26:47.7818830Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-09-07T07:26:47.7823800Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-09-07T07:26:47.7825170Z adding 'torch/_higher_order_ops/__init__.py' 2025-09-07T07:26:47.7826630Z adding 'torch/_higher_order_ops/_invoke_quant.py' 2025-09-07T07:26:47.7828170Z adding 'torch/_higher_order_ops/aoti_call_delegate.py' 2025-09-07T07:26:47.7833030Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-09-07T07:26:47.7840380Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-09-07T07:26:47.7843090Z adding 'torch/_higher_order_ops/base_hop.py' 2025-09-07T07:26:47.7849830Z adding 'torch/_higher_order_ops/cond.py' 2025-09-07T07:26:47.7852580Z adding 'torch/_higher_order_ops/effects.py' 2025-09-07T07:26:47.7854520Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-09-07T07:26:47.7856090Z adding 'torch/_higher_order_ops/flat_apply.py' 2025-09-07T07:26:47.7863620Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-09-07T07:26:47.7864530Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-09-07T07:26:47.7866150Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-09-07T07:26:47.7872500Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-09-07T07:26:47.7875700Z adding 'torch/_higher_order_ops/map.py' 2025-09-07T07:26:47.7877560Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-09-07T07:26:47.7878800Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-09-07T07:26:47.7888490Z adding 'torch/_higher_order_ops/scan.py' 2025-09-07T07:26:47.7891450Z adding 'torch/_higher_order_ops/schema.py' 2025-09-07T07:26:47.7892600Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-09-07T07:26:47.7894680Z adding 'torch/_higher_order_ops/torchbind.py' 2025-09-07T07:26:47.7913160Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-09-07T07:26:47.7924850Z adding 'torch/_higher_order_ops/utils.py' 2025-09-07T07:26:47.7932560Z adding 'torch/_higher_order_ops/while_loop.py' 2025-09-07T07:26:47.7935950Z adding 'torch/_higher_order_ops/wrap.py' 2025-09-07T07:26:47.7937720Z adding 'torch/_inductor/__autotune_main__.py' 2025-09-07T07:26:47.7941280Z adding 'torch/_inductor/__init__.py' 2025-09-07T07:26:47.7942890Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-09-07T07:26:47.7945600Z adding 'torch/_inductor/aoti_eager.py' 2025-09-07T07:26:47.7951100Z adding 'torch/_inductor/async_compile.py' 2025-09-07T07:26:47.7957270Z adding 'torch/_inductor/autotune_process.py' 2025-09-07T07:26:47.7958820Z adding 'torch/_inductor/await_utils.py' 2025-09-07T07:26:47.7961400Z adding 'torch/_inductor/bounds.py' 2025-09-07T07:26:47.7965380Z adding 'torch/_inductor/choices.py' 2025-09-07T07:26:47.8001740Z adding 'torch/_inductor/codecache.py' 2025-09-07T07:26:47.8004960Z adding 'torch/_inductor/comm_analysis.py' 2025-09-07T07:26:47.8007800Z adding 'torch/_inductor/comm_lowering.py' 2025-09-07T07:26:47.8022420Z adding 'torch/_inductor/comms.py' 2025-09-07T07:26:47.8024490Z adding 'torch/_inductor/comms_debug.py' 2025-09-07T07:26:47.8049290Z adding 'torch/_inductor/compile_fx.py' 2025-09-07T07:26:47.8053030Z adding 'torch/_inductor/compile_fx_async.py' 2025-09-07T07:26:47.8058030Z adding 'torch/_inductor/compile_fx_ext.py' 2025-09-07T07:26:47.8059270Z adding 'torch/_inductor/compile_fx_subproc.py' 2025-09-07T07:26:47.8063930Z adding 'torch/_inductor/compiler_bisector.py' 2025-09-07T07:26:47.8084390Z adding 'torch/_inductor/config.py' 2025-09-07T07:26:47.8088220Z adding 'torch/_inductor/constant_folding.py' 2025-09-07T07:26:47.8104540Z adding 'torch/_inductor/cpp_builder.py' 2025-09-07T07:26:47.8108550Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-09-07T07:26:47.8133340Z adding 'torch/_inductor/cudagraph_trees.py' 2025-09-07T07:26:47.8137260Z adding 'torch/_inductor/cudagraph_utils.py' 2025-09-07T07:26:47.8142890Z adding 'torch/_inductor/custom_graph_pass.py' 2025-09-07T07:26:47.8148440Z adding 'torch/_inductor/debug.py' 2025-09-07T07:26:47.8156570Z adding 'torch/_inductor/decomposition.py' 2025-09-07T07:26:47.8163590Z adding 'torch/_inductor/dependencies.py' 2025-09-07T07:26:47.8166050Z adding 'torch/_inductor/dtype_propagation.py' 2025-09-07T07:26:47.8167720Z adding 'torch/_inductor/exc.py' 2025-09-07T07:26:47.8168420Z adding 'torch/_inductor/extern_node_serializer.py' 2025-09-07T07:26:47.8171270Z adding 'torch/_inductor/freezing.py' 2025-09-07T07:26:47.8172020Z adding 'torch/_inductor/freezing_utils.py' 2025-09-07T07:26:47.8185620Z adding 'torch/_inductor/fuzzer.py' 2025-09-07T07:26:47.8189100Z adding 'torch/_inductor/fx_utils.py' 2025-09-07T07:26:47.8212680Z adding 'torch/_inductor/graph.py' 2025-09-07T07:26:47.8213840Z adding 'torch/_inductor/hooks.py' 2025-09-07T07:26:47.8217250Z adding 'torch/_inductor/index_propagation.py' 2025-09-07T07:26:47.8219260Z adding 'torch/_inductor/inductor_prims.py' 2025-09-07T07:26:47.8288610Z adding 'torch/_inductor/ir.py' 2025-09-07T07:26:47.8292350Z adding 'torch/_inductor/jagged_lowerings.py' 2025-09-07T07:26:47.8294620Z adding 'torch/_inductor/kernel_inputs.py' 2025-09-07T07:26:47.8295720Z adding 'torch/_inductor/kernel_template_choice.py' 2025-09-07T07:26:47.8301510Z adding 'torch/_inductor/loop_body.py' 2025-09-07T07:26:47.8352600Z adding 'torch/_inductor/lowering.py' 2025-09-07T07:26:47.8361470Z adding 'torch/_inductor/memory.py' 2025-09-07T07:26:47.8364730Z adding 'torch/_inductor/metrics.py' 2025-09-07T07:26:47.8371140Z adding 'torch/_inductor/mkldnn_ir.py' 2025-09-07T07:26:47.8378580Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-09-07T07:26:47.8380490Z adding 'torch/_inductor/mock_cache.py' 2025-09-07T07:26:47.8387160Z adding 'torch/_inductor/ops_handler.py' 2025-09-07T07:26:47.8388690Z adding 'torch/_inductor/optimize_indexing.py' 2025-09-07T07:26:47.8395640Z adding 'torch/_inductor/output_code.py' 2025-09-07T07:26:47.8414500Z adding 'torch/_inductor/pattern_matcher.py' 2025-09-07T07:26:47.8416580Z adding 'torch/_inductor/quantized_lowerings.py' 2025-09-07T07:26:47.8419450Z adding 'torch/_inductor/remote_cache.py' 2025-09-07T07:26:47.8420390Z adding 'torch/_inductor/remote_gemm_autotune_cache.py' 2025-09-07T07:26:47.8467380Z adding 'torch/_inductor/scheduler.py' 2025-09-07T07:26:47.8469270Z adding 'torch/_inductor/script.ld' 2025-09-07T07:26:47.8498950Z adding 'torch/_inductor/select_algorithm.py' 2025-09-07T07:26:47.8501340Z adding 'torch/_inductor/shape_propagation.py' 2025-09-07T07:26:47.8510080Z adding 'torch/_inductor/sizevars.py' 2025-09-07T07:26:47.8513040Z adding 'torch/_inductor/standalone_compile.py' 2025-09-07T07:26:47.8515160Z adding 'torch/_inductor/subgraph_lowering.py' 2025-09-07T07:26:47.8516110Z adding 'torch/_inductor/test_case.py' 2025-09-07T07:26:47.8517080Z adding 'torch/_inductor/test_operators.py' 2025-09-07T07:26:47.8523460Z adding 'torch/_inductor/tiling_utils.py' 2025-09-07T07:26:47.8526860Z adding 'torch/_inductor/triton_bundler.py' 2025-09-07T07:26:47.8555860Z adding 'torch/_inductor/utils.py' 2025-09-07T07:26:47.8559760Z adding 'torch/_inductor/virtualized.py' 2025-09-07T07:26:47.8563570Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-09-07T07:26:47.8564750Z adding 'torch/_inductor/analysis/__init__.py' 2025-09-07T07:26:47.8566930Z adding 'torch/_inductor/analysis/device_info.py' 2025-09-07T07:26:47.8572840Z adding 'torch/_inductor/analysis/profile_analysis.py' 2025-09-07T07:26:47.8573690Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-09-07T07:26:47.8576640Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-09-07T07:26:47.8579470Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-09-07T07:26:47.8581010Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-09-07T07:26:47.8582060Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-09-07T07:26:47.8586700Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-09-07T07:26:47.8591000Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-09-07T07:26:47.8592450Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-09-07T07:26:47.8594350Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-09-07T07:26:47.8595420Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-09-07T07:26:47.8596210Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-09-07T07:26:47.8597460Z adding 'torch/_inductor/codegen/__init__.py' 2025-09-07T07:26:47.8598560Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-09-07T07:26:47.8600850Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-09-07T07:26:47.8621370Z adding 'torch/_inductor/codegen/common.py' 2025-09-07T07:26:47.8668360Z adding 'torch/_inductor/codegen/cpp.py' 2025-09-07T07:26:47.8671960Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-09-07T07:26:47.8680190Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-09-07T07:26:47.8695280Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-09-07T07:26:47.8699750Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-09-07T07:26:47.8712890Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-09-07T07:26:47.8714990Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-09-07T07:26:47.8719860Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-09-07T07:26:47.8725720Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-09-07T07:26:47.8750250Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-09-07T07:26:47.8758120Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-09-07T07:26:47.8764170Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-09-07T07:26:47.8766070Z adding 'torch/_inductor/codegen/cpp_wrapper_mps.py' 2025-09-07T07:26:47.8766870Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-09-07T07:26:47.8769010Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-09-07T07:26:47.8771590Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-09-07T07:26:47.8784360Z adding 'torch/_inductor/codegen/halide.py' 2025-09-07T07:26:47.8790300Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-09-07T07:26:47.8798000Z adding 'torch/_inductor/codegen/mps.py' 2025-09-07T07:26:47.8798960Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-09-07T07:26:47.8803470Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-09-07T07:26:47.8804340Z adding 'torch/_inductor/codegen/python_wrapper_mtia.py' 2025-09-07T07:26:47.8806440Z adding 'torch/_inductor/codegen/segmented_tree.py' 2025-09-07T07:26:47.8828380Z adding 'torch/_inductor/codegen/simd.py' 2025-09-07T07:26:47.8833490Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-09-07T07:26:47.8835570Z adding 'torch/_inductor/codegen/subgraph.py' 2025-09-07T07:26:47.8876940Z adding 'torch/_inductor/codegen/triton.py' 2025-09-07T07:26:47.8885660Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-09-07T07:26:47.8887780Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-09-07T07:26:47.8890340Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-09-07T07:26:47.8920610Z adding 'torch/_inductor/codegen/wrapper.py' 2025-09-07T07:26:47.8927720Z adding 'torch/_inductor/codegen/wrapper_fxir.py' 2025-09-07T07:26:47.8931070Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-09-07T07:26:47.8931910Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-09-07T07:26:47.8935060Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-09-07T07:26:47.8935870Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-09-07T07:26:47.8941200Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-09-07T07:26:47.8944530Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-09-07T07:26:47.8945710Z adding 'torch/_inductor/codegen/cuda/cutlass_cache.py' 2025-09-07T07:26:47.8947090Z adding 'torch/_inductor/codegen/cuda/cutlass_presets.py' 2025-09-07T07:26:47.8950450Z adding 'torch/_inductor/codegen/cuda/cutlass_python_evt.py' 2025-09-07T07:26:47.8954320Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-09-07T07:26:47.8956970Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-09-07T07:26:47.8971680Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-09-07T07:26:47.8975400Z adding 'torch/_inductor/codegen/cuda/serialization.py' 2025-09-07T07:26:47.8976290Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-09-07T07:26:47.8979210Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/evt_extensions.py' 2025-09-07T07:26:47.8982560Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-09-07T07:26:47.8983430Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/__init__.py' 2025-09-07T07:26:47.8984660Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/__init__.py' 2025-09-07T07:26:47.8985550Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/cuda.py' 2025-09-07T07:26:47.8986480Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/cuda/cudart.py' 2025-09-07T07:26:47.8987420Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/pydot/__init__.py' 2025-09-07T07:26:47.8988310Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy/__init__.py' 2025-09-07T07:26:47.8989140Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/cutlass_mock_imports/scipy/special.py' 2025-09-07T07:26:47.8990000Z adding 'torch/_inductor/codegen/cutedsl/__init__.py' 2025-09-07T07:26:47.8993970Z adding 'torch/_inductor/codegen/cutedsl/cutedsl_kernel.py' 2025-09-07T07:26:47.8996530Z adding 'torch/_inductor/codegen/cutedsl/cutedsl_op_overrides.py' 2025-09-07T07:26:47.8997930Z adding 'torch/_inductor/codegen/cutedsl/cutedsl_scheduling.py' 2025-09-07T07:26:47.9000420Z adding 'torch/_inductor/codegen/cutedsl/cutedsl_template.py' 2025-09-07T07:26:47.9000950Z adding 'torch/_inductor/codegen/mtia/__init__.py' 2025-09-07T07:26:47.9001800Z adding 'torch/_inductor/codegen/mtia/device_op_overrides.py' 2025-09-07T07:26:47.9002700Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-09-07T07:26:47.9007500Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-09-07T07:26:47.9008600Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-09-07T07:26:47.9009680Z adding 'torch/_inductor/codegen/rocm/ck_tile_template.py' 2025-09-07T07:26:47.9016120Z adding 'torch/_inductor/codegen/rocm/ck_tile_universal_gemm_template.py' 2025-09-07T07:26:47.9023680Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-09-07T07:26:47.9025050Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-09-07T07:26:47.9027280Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-09-07T07:26:47.9028600Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-09-07T07:26:47.9031220Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-09-07T07:26:47.9032830Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-09-07T07:26:47.9033830Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-09-07T07:26:47.9034630Z adding 'torch/_inductor/codegen/rocm/rocm_utils.py' 2025-09-07T07:26:47.9035610Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-09-07T07:26:47.9036760Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-09-07T07:26:47.9037720Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-09-07T07:26:47.9038860Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-09-07T07:26:47.9042640Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-09-07T07:26:47.9043660Z adding 'torch/_inductor/compile_worker/tracked_process_pool.py' 2025-09-07T07:26:47.9044800Z adding 'torch/_inductor/compile_worker/utils.py' 2025-09-07T07:26:47.9045870Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-09-07T07:26:47.9051330Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-09-07T07:26:47.9054910Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-09-07T07:26:47.9059120Z adding 'torch/_inductor/fx_passes/bucketing.py' 2025-09-07T07:26:47.9063990Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-09-07T07:26:47.9066310Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-09-07T07:26:47.9067540Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-09-07T07:26:47.9070680Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-09-07T07:26:47.9072930Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-09-07T07:26:47.9074000Z adding 'torch/_inductor/fx_passes/fsdp.py' 2025-09-07T07:26:47.9079920Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-09-07T07:26:47.9089250Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-09-07T07:26:47.9096510Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-09-07T07:26:47.9104620Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-09-07T07:26:47.9106220Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-09-07T07:26:47.9116070Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-09-07T07:26:47.9118050Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-09-07T07:26:47.9123850Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-09-07T07:26:47.9138990Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-09-07T07:26:47.9145080Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-09-07T07:26:47.9168130Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-09-07T07:26:47.9175390Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-09-07T07:26:47.9176770Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-09-07T07:26:47.9200300Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-09-07T07:26:47.9202230Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-09-07T07:26:47.9203880Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-09-07T07:26:47.9205480Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-09-07T07:26:47.9207620Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-09-07T07:26:47.9209000Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-09-07T07:26:47.9210420Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-09-07T07:26:47.9212490Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-09-07T07:26:47.9213970Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-09-07T07:26:47.9217240Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-09-07T07:26:47.9219340Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-09-07T07:26:47.9221650Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-09-07T07:26:47.9223720Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-09-07T07:26:47.9224980Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-09-07T07:26:47.9226890Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py' 2025-09-07T07:26:47.9229010Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py' 2025-09-07T07:26:47.9230390Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py' 2025-09-07T07:26:47.9232300Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py' 2025-09-07T07:26:47.9234470Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_24.py' 2025-09-07T07:26:47.9236050Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-09-07T07:26:47.9238310Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-09-07T07:26:47.9239550Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-09-07T07:26:47.9241280Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-09-07T07:26:47.9243280Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-09-07T07:26:47.9244940Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-09-07T07:26:47.9246520Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-09-07T07:26:47.9247610Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-09-07T07:26:47.9248490Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-09-07T07:26:47.9250130Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-09-07T07:26:47.9250540Z adding 'torch/_inductor/kernel/__init__.py' 2025-09-07T07:26:47.9253170Z adding 'torch/_inductor/kernel/bmm.py' 2025-09-07T07:26:47.9257540Z adding 'torch/_inductor/kernel/conv.py' 2025-09-07T07:26:47.9265750Z adding 'torch/_inductor/kernel/mm.py' 2025-09-07T07:26:47.9267950Z adding 'torch/_inductor/kernel/mm_common.py' 2025-09-07T07:26:47.9272310Z adding 'torch/_inductor/kernel/mm_grouped.py' 2025-09-07T07:26:47.9274220Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-09-07T07:26:47.9275190Z adding 'torch/_inductor/kernel/flex/__init__.py' 2025-09-07T07:26:47.9278200Z adding 'torch/_inductor/kernel/flex/common.py' 2025-09-07T07:26:47.9283580Z adding 'torch/_inductor/kernel/flex/flex_attention.py' 2025-09-07T07:26:47.9286470Z adding 'torch/_inductor/kernel/flex/flex_cpu.py' 2025-09-07T07:26:47.9290130Z adding 'torch/_inductor/kernel/flex/flex_decoding.py' 2025-09-07T07:26:47.9292240Z adding 'torch/_inductor/kernel/flex/templates/common.py.jinja' 2025-09-07T07:26:47.9294550Z adding 'torch/_inductor/kernel/flex/templates/flex_attention.py.jinja' 2025-09-07T07:26:47.9299280Z adding 'torch/_inductor/kernel/flex/templates/flex_backwards.py.jinja' 2025-09-07T07:26:47.9301880Z adding 'torch/_inductor/kernel/flex/templates/flex_decode.py.jinja' 2025-09-07T07:26:47.9302920Z adding 'torch/_inductor/kernel/flex/templates/utilities.py.jinja' 2025-09-07T07:26:47.9303820Z adding 'torch/_inductor/package/__init__.py' 2025-09-07T07:26:47.9304670Z adding 'torch/_inductor/package/build_package.py' 2025-09-07T07:26:47.9306180Z adding 'torch/_inductor/package/package.py' 2025-09-07T07:26:47.9307170Z adding 'torch/_inductor/runtime/__init__.py' 2025-09-07T07:26:47.9312450Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-09-07T07:26:47.9315440Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-09-07T07:26:47.9316100Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-09-07T07:26:47.9317260Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-09-07T07:26:47.9319820Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-09-07T07:26:47.9321150Z adding 'torch/_inductor/runtime/debug_utils.py' 2025-09-07T07:26:47.9322510Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-09-07T07:26:47.9324840Z adding 'torch/_inductor/runtime/hints.py' 2025-09-07T07:26:47.9326040Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-09-07T07:26:47.9328760Z adding 'torch/_inductor/runtime/static_cuda_launcher.py' 2025-09-07T07:26:47.9329970Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-09-07T07:26:47.9335570Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-09-07T07:26:47.9363110Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-09-07T07:26:47.9364960Z adding 'torch/_inductor/template_heuristics/__init__.py' 2025-09-07T07:26:47.9366090Z adding 'torch/_inductor/template_heuristics/aten.py' 2025-09-07T07:26:47.9367280Z adding 'torch/_inductor/template_heuristics/base.py' 2025-09-07T07:26:47.9368500Z adding 'torch/_inductor/template_heuristics/contiguous_mm.py' 2025-09-07T07:26:47.9370000Z adding 'torch/_inductor/template_heuristics/decompose_k.py' 2025-09-07T07:26:47.9370710Z adding 'torch/_inductor/template_heuristics/gemm.py' 2025-09-07T07:26:47.9372760Z adding 'torch/_inductor/template_heuristics/registry.py' 2025-09-07T07:26:47.9384380Z adding 'torch/_inductor/template_heuristics/triton.py' 2025-09-07T07:26:47.9385440Z adding 'torch/_inductor/template_heuristics/triton_addmm.py' 2025-09-07T07:26:47.9386800Z adding 'torch/_lazy/__init__.py' 2025-09-07T07:26:47.9388760Z adding 'torch/_lazy/closure.py' 2025-09-07T07:26:47.9389460Z adding 'torch/_lazy/computation.py' 2025-09-07T07:26:47.9390310Z adding 'torch/_lazy/config.py' 2025-09-07T07:26:47.9391180Z adding 'torch/_lazy/debug.py' 2025-09-07T07:26:47.9392120Z adding 'torch/_lazy/device_context.py' 2025-09-07T07:26:47.9394790Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-09-07T07:26:47.9395470Z adding 'torch/_lazy/ir_cache.py' 2025-09-07T07:26:47.9396320Z adding 'torch/_lazy/metrics.py' 2025-09-07T07:26:47.9397290Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-09-07T07:26:47.9398060Z adding 'torch/_lazy/ts_backend.py' 2025-09-07T07:26:47.9399180Z adding 'torch/_library/__init__.py' 2025-09-07T07:26:47.9401670Z adding 'torch/_library/autograd.py' 2025-09-07T07:26:47.9409110Z adding 'torch/_library/custom_ops.py' 2025-09-07T07:26:47.9412370Z adding 'torch/_library/fake_class_registry.py' 2025-09-07T07:26:47.9414800Z adding 'torch/_library/fake_impl.py' 2025-09-07T07:26:47.9417650Z adding 'torch/_library/fake_profile.py' 2025-09-07T07:26:47.9420480Z adding 'torch/_library/infer_schema.py' 2025-09-07T07:26:47.9421780Z adding 'torch/_library/simple_registry.py' 2025-09-07T07:26:47.9425680Z adding 'torch/_library/triton.py' 2025-09-07T07:26:47.9429850Z adding 'torch/_library/utils.py' 2025-09-07T07:26:47.9431010Z adding 'torch/_logging/__init__.py' 2025-09-07T07:26:47.9443110Z adding 'torch/_logging/_internal.py' 2025-09-07T07:26:47.9445170Z adding 'torch/_logging/_registrations.py' 2025-09-07T07:26:47.9446080Z adding 'torch/_logging/scribe.py' 2025-09-07T07:26:47.9447430Z adding 'torch/_logging/structured.py' 2025-09-07T07:26:47.9448630Z adding 'torch/_numpy/__init__.py' 2025-09-07T07:26:47.9449840Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-09-07T07:26:47.9453160Z adding 'torch/_numpy/_casting_dicts.py' 2025-09-07T07:26:47.9456140Z adding 'torch/_numpy/_dtypes.py' 2025-09-07T07:26:47.9457930Z adding 'torch/_numpy/_dtypes_impl.py' 2025-09-07T07:26:47.9458900Z adding 'torch/_numpy/_funcs.py' 2025-09-07T07:26:47.9472180Z adding 'torch/_numpy/_funcs_impl.py' 2025-09-07T07:26:47.9473260Z adding 'torch/_numpy/_getlimits.py' 2025-09-07T07:26:47.9478110Z adding 'torch/_numpy/_ndarray.py' 2025-09-07T07:26:47.9480560Z adding 'torch/_numpy/_normalizations.py' 2025-09-07T07:26:47.9483060Z adding 'torch/_numpy/_reductions_impl.py' 2025-09-07T07:26:47.9484990Z adding 'torch/_numpy/_ufuncs.py' 2025-09-07T07:26:47.9485960Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-09-07T07:26:47.9488840Z adding 'torch/_numpy/_util.py' 2025-09-07T07:26:47.9489470Z adding 'torch/_numpy/fft.py' 2025-09-07T07:26:47.9491430Z adding 'torch/_numpy/linalg.py' 2025-09-07T07:26:47.9492690Z adding 'torch/_numpy/random.py' 2025-09-07T07:26:47.9493680Z adding 'torch/_numpy/testing/__init__.py' 2025-09-07T07:26:47.9510340Z adding 'torch/_numpy/testing/utils.py' 2025-09-07T07:26:47.9526800Z adding 'torch/_prims/__init__.py' 2025-09-07T07:26:47.9529020Z adding 'torch/_prims/context.py' 2025-09-07T07:26:47.9530150Z adding 'torch/_prims/debug_prims.py' 2025-09-07T07:26:47.9531430Z adding 'torch/_prims/executor.py' 2025-09-07T07:26:47.9539140Z adding 'torch/_prims/rng_prims.py' 2025-09-07T07:26:47.9551490Z adding 'torch/_prims_common/__init__.py' 2025-09-07T07:26:47.9556330Z adding 'torch/_prims_common/wrappers.py' 2025-09-07T07:26:47.9604080Z adding 'torch/_refs/__init__.py' 2025-09-07T07:26:47.9606660Z adding 'torch/_refs/_conversions.py' 2025-09-07T07:26:47.9610000Z adding 'torch/_refs/fft.py' 2025-09-07T07:26:47.9613360Z adding 'torch/_refs/linalg/__init__.py' 2025-09-07T07:26:47.9614300Z adding 'torch/_refs/nn/__init__.py' 2025-09-07T07:26:47.9622690Z adding 'torch/_refs/nn/functional/__init__.py' 2025-09-07T07:26:47.9624670Z adding 'torch/_refs/special/__init__.py' 2025-09-07T07:26:47.9625570Z adding 'torch/_strobelight/__init__.py' 2025-09-07T07:26:47.9628460Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-09-07T07:26:47.9630810Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-09-07T07:26:47.9632080Z adding 'torch/_subclasses/__init__.py' 2025-09-07T07:26:47.9634780Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-09-07T07:26:47.9644270Z adding 'torch/_subclasses/fake_impls.py' 2025-09-07T07:26:47.9675990Z adding 'torch/_subclasses/fake_tensor.py' 2025-09-07T07:26:47.9679480Z adding 'torch/_subclasses/fake_utils.py' 2025-09-07T07:26:47.9686440Z adding 'torch/_subclasses/functional_tensor.py' 2025-09-07T07:26:47.9704820Z adding 'torch/_subclasses/meta_utils.py' 2025-09-07T07:26:47.9707350Z adding 'torch/_subclasses/schema_check_mode.py' 2025-09-07T07:26:47.9708200Z adding 'torch/_vendor/__init__.py' 2025-09-07T07:26:47.9709560Z adding 'torch/_vendor/packaging/__init__.py' 2025-09-07T07:26:47.9710390Z adding 'torch/_vendor/packaging/_structures.py' 2025-09-07T07:26:47.9714210Z adding 'torch/_vendor/packaging/version.py' 2025-09-07T07:26:47.9716880Z adding 'torch/accelerator/__init__.py' 2025-09-07T07:26:47.9717570Z adding 'torch/accelerator/_utils.py' 2025-09-07T07:26:47.9719570Z adding 'torch/accelerator/memory.py' 2025-09-07T07:26:47.9720370Z adding 'torch/amp/__init__.py' 2025-09-07T07:26:47.9725460Z adding 'torch/amp/autocast_mode.py' 2025-09-07T07:26:47.9732140Z adding 'torch/amp/grad_scaler.py' 2025-09-07T07:26:47.9733320Z adding 'torch/ao/__init__.py' 2025-09-07T07:26:47.9734840Z adding 'torch/ao/nn/__init__.py' 2025-09-07T07:26:47.9736110Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-09-07T07:26:47.9737300Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-09-07T07:26:47.9738830Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-09-07T07:26:47.9739900Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-09-07T07:26:47.9741130Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-09-07T07:26:47.9746360Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-09-07T07:26:47.9747910Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-09-07T07:26:47.9749120Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-09-07T07:26:47.9750240Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-09-07T07:26:47.9751160Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-09-07T07:26:47.9752190Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-09-07T07:26:47.9753440Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-09-07T07:26:47.9754480Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-09-07T07:26:47.9755740Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-09-07T07:26:47.9756940Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-09-07T07:26:47.9758620Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-09-07T07:26:47.9760180Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-09-07T07:26:47.9761150Z adding 'torch/ao/nn/qat/__init__.py' 2025-09-07T07:26:47.9762050Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-09-07T07:26:47.9763140Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-09-07T07:26:47.9764240Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-09-07T07:26:47.9765240Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-09-07T07:26:47.9767430Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-09-07T07:26:47.9768850Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-09-07T07:26:47.9770310Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-09-07T07:26:47.9771020Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-09-07T07:26:47.9771970Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-09-07T07:26:47.9776740Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-09-07T07:26:47.9781530Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-09-07T07:26:47.9782370Z adding 'torch/ao/nn/quantized/__init__.py' 2025-09-07T07:26:47.9787010Z adding 'torch/ao/nn/quantized/functional.py' 2025-09-07T07:26:47.9787840Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-09-07T07:26:47.9788910Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-09-07T07:26:47.9791350Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-09-07T07:26:47.9793460Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-09-07T07:26:47.9801630Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-09-07T07:26:47.9803850Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-09-07T07:26:47.9806020Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-09-07T07:26:47.9807280Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-09-07T07:26:47.9812960Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-09-07T07:26:47.9813800Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-09-07T07:26:47.9816900Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-09-07T07:26:47.9818310Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-09-07T07:26:47.9821670Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-09-07T07:26:47.9823060Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-09-07T07:26:47.9824290Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-09-07T07:26:47.9825830Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-09-07T07:26:47.9826860Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-09-07T07:26:47.9827970Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-09-07T07:26:47.9830270Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-09-07T07:26:47.9831220Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-09-07T07:26:47.9835790Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-09-07T07:26:47.9836870Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-09-07T07:26:47.9839770Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-09-07T07:26:47.9840680Z adding 'torch/ao/nn/sparse/__init__.py' 2025-09-07T07:26:47.9841500Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-09-07T07:26:47.9843810Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-09-07T07:26:47.9844860Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-09-07T07:26:47.9845900Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-09-07T07:26:47.9847690Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-09-07T07:26:47.9848590Z adding 'torch/ao/ns/__init__.py' 2025-09-07T07:26:47.9852690Z adding 'torch/ao/ns/_numeric_suite.py' 2025-09-07T07:26:47.9861060Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-09-07T07:26:47.9862250Z adding 'torch/ao/ns/fx/__init__.py' 2025-09-07T07:26:47.9866930Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-09-07T07:26:47.9875850Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-09-07T07:26:47.9879060Z adding 'torch/ao/ns/fx/mappings.py' 2025-09-07T07:26:47.9889780Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-09-07T07:26:47.9891110Z adding 'torch/ao/ns/fx/ns_types.py' 2025-09-07T07:26:47.9893450Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-09-07T07:26:47.9895980Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-09-07T07:26:47.9900030Z adding 'torch/ao/ns/fx/utils.py' 2025-09-07T07:26:47.9902490Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-09-07T07:26:47.9903700Z adding 'torch/ao/pruning/__init__.py' 2025-09-07T07:26:47.9904670Z adding 'torch/ao/pruning/_mappings.py' 2025-09-07T07:26:47.9905780Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-09-07T07:26:47.9906890Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-09-07T07:26:47.9911660Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-09-07T07:26:47.9912450Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-09-07T07:26:47.9914860Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-09-07T07:26:47.9915720Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-09-07T07:26:47.9919310Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-09-07T07:26:47.9921460Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-09-07T07:26:47.9922820Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-09-07T07:26:47.9923840Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-09-07T07:26:47.9924930Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-09-07T07:26:47.9926130Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-09-07T07:26:47.9927720Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-09-07T07:26:47.9929190Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-09-07T07:26:47.9930100Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-09-07T07:26:47.9932880Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-09-07T07:26:47.9933750Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-09-07T07:26:47.9934880Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-09-07T07:26:47.9936040Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-09-07T07:26:47.9940010Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-09-07T07:26:47.9940910Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-09-07T07:26:47.9941990Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-09-07T07:26:47.9944070Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-09-07T07:26:47.9945480Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-09-07T07:26:47.9946790Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-09-07T07:26:47.9947730Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-09-07T07:26:47.9951340Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-09-07T07:26:47.9952340Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-09-07T07:26:47.9954490Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-09-07T07:26:47.9956570Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-09-07T07:26:47.9958940Z adding 'torch/ao/quantization/__init__.py' 2025-09-07T07:26:47.9960350Z adding 'torch/ao/quantization/_correct_bias.py' 2025-09-07T07:26:47.9963150Z adding 'torch/ao/quantization/_equalize.py' 2025-09-07T07:26:47.9965310Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-09-07T07:26:47.9969420Z adding 'torch/ao/quantization/fake_quantize.py' 2025-09-07T07:26:47.9971510Z adding 'torch/ao/quantization/fuse_modules.py' 2025-09-07T07:26:47.9973670Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-09-07T07:26:47.9989460Z adding 'torch/ao/quantization/observer.py' 2025-09-07T07:26:47.9994490Z adding 'torch/ao/quantization/qconfig.py' 2025-09-07T07:26:47.9997720Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-09-07T07:26:47.9998390Z adding 'torch/ao/quantization/quant_type.py' 2025-09-07T07:26:48.0001340Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-09-07T07:26:48.0007600Z adding 'torch/ao/quantization/quantize.py' 2025-09-07T07:26:48.0013140Z adding 'torch/ao/quantization/quantize_fx.py' 2025-09-07T07:26:48.0016310Z adding 'torch/ao/quantization/quantize_jit.py' 2025-09-07T07:26:48.0018550Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-09-07T07:26:48.0019470Z adding 'torch/ao/quantization/stubs.py' 2025-09-07T07:26:48.0026380Z adding 'torch/ao/quantization/utils.py' 2025-09-07T07:26:48.0027650Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-09-07T07:26:48.0032830Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-09-07T07:26:48.0035020Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-09-07T07:26:48.0040750Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-09-07T07:26:48.0043610Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-09-07T07:26:48.0044980Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-09-07T07:26:48.0046830Z adding 'torch/ao/quantization/backend_config/native.py' 2025-09-07T07:26:48.0049900Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-09-07T07:26:48.0051170Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-09-07T07:26:48.0052410Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-09-07T07:26:48.0055490Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-09-07T07:26:48.0056580Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-09-07T07:26:48.0057800Z adding 'torch/ao/quantization/fx/__init__.py' 2025-09-07T07:26:48.0063970Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-09-07T07:26:48.0072020Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-09-07T07:26:48.0082020Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-09-07T07:26:48.0094280Z adding 'torch/ao/quantization/fx/convert.py' 2025-09-07T07:26:48.0097790Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-09-07T07:26:48.0100050Z adding 'torch/ao/quantization/fx/fuse.py' 2025-09-07T07:26:48.0101460Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-09-07T07:26:48.0102900Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-09-07T07:26:48.0103810Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-09-07T07:26:48.0104670Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-09-07T07:26:48.0107260Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-09-07T07:26:48.0109680Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-09-07T07:26:48.0110790Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-09-07T07:26:48.0130170Z adding 'torch/ao/quantization/fx/prepare.py' 2025-09-07T07:26:48.0133950Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-09-07T07:26:48.0135760Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-09-07T07:26:48.0136680Z adding 'torch/ao/quantization/fx/tracer.py' 2025-09-07T07:26:48.0144840Z adding 'torch/ao/quantization/fx/utils.py' 2025-09-07T07:26:48.0145830Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-09-07T07:26:48.0160010Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-09-07T07:26:48.0166680Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-09-07T07:26:48.0169590Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-09-07T07:26:48.0176180Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-09-07T07:26:48.0177070Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-09-07T07:26:48.0183470Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-09-07T07:26:48.0186510Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-09-07T07:26:48.0187560Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-09-07T07:26:48.0189770Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-09-07T07:26:48.0191540Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-09-07T07:26:48.0192480Z adding 'torch/ao/quantization/pt2e/lowering.py' 2025-09-07T07:26:48.0195000Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-09-07T07:26:48.0200120Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-09-07T07:26:48.0207350Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-09-07T07:26:48.0212340Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-09-07T07:26:48.0213290Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-09-07T07:26:48.0217700Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-09-07T07:26:48.0218690Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-09-07T07:26:48.0220050Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-09-07T07:26:48.0221360Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-09-07T07:26:48.0223620Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-09-07T07:26:48.0224670Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-09-07T07:26:48.0234840Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-09-07T07:26:48.0238310Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-09-07T07:26:48.0244570Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-09-07T07:26:48.0245900Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-09-07T07:26:48.0251870Z adding 'torch/autograd/__init__.py' 2025-09-07T07:26:48.0253180Z adding 'torch/autograd/anomaly_mode.py' 2025-09-07T07:26:48.0255550Z adding 'torch/autograd/forward_ad.py' 2025-09-07T07:26:48.0262390Z adding 'torch/autograd/function.py' 2025-09-07T07:26:48.0271690Z adding 'torch/autograd/functional.py' 2025-09-07T07:26:48.0274610Z adding 'torch/autograd/grad_mode.py' 2025-09-07T07:26:48.0294690Z adding 'torch/autograd/gradcheck.py' 2025-09-07T07:26:48.0301620Z adding 'torch/autograd/graph.py' 2025-09-07T07:26:48.0311520Z adding 'torch/autograd/profiler.py' 2025-09-07T07:26:48.0315000Z adding 'torch/autograd/profiler_legacy.py' 2025-09-07T07:26:48.0323710Z adding 'torch/autograd/profiler_util.py' 2025-09-07T07:26:48.0324480Z adding 'torch/autograd/variable.py' 2025-09-07T07:26:48.0325540Z adding 'torch/autograd/_functions/__init__.py' 2025-09-07T07:26:48.0326650Z adding 'torch/autograd/_functions/tensor.py' 2025-09-07T07:26:48.0327560Z adding 'torch/autograd/_functions/utils.py' 2025-09-07T07:26:48.0329520Z adding 'torch/backends/__init__.py' 2025-09-07T07:26:48.0330500Z adding 'torch/backends/_coreml/__init__.py' 2025-09-07T07:26:48.0332490Z adding 'torch/backends/_coreml/preprocess.py' 2025-09-07T07:26:48.0332880Z adding 'torch/backends/_nnapi/__init__.py' 2025-09-07T07:26:48.0334970Z adding 'torch/backends/_nnapi/prepare.py' 2025-09-07T07:26:48.0349620Z adding 'torch/backends/_nnapi/serializer.py' 2025-09-07T07:26:48.0350800Z adding 'torch/backends/cpu/__init__.py' 2025-09-07T07:26:48.0354530Z adding 'torch/backends/cuda/__init__.py' 2025-09-07T07:26:48.0356710Z adding 'torch/backends/cudnn/__init__.py' 2025-09-07T07:26:48.0357590Z adding 'torch/backends/cudnn/rnn.py' 2025-09-07T07:26:48.0358790Z adding 'torch/backends/cusparselt/__init__.py' 2025-09-07T07:26:48.0359750Z adding 'torch/backends/kleidiai/__init__.py' 2025-09-07T07:26:48.0360940Z adding 'torch/backends/mha/__init__.py' 2025-09-07T07:26:48.0362100Z adding 'torch/backends/miopen/__init__.py' 2025-09-07T07:26:48.0363460Z adding 'torch/backends/mkl/__init__.py' 2025-09-07T07:26:48.0365000Z adding 'torch/backends/mkldnn/__init__.py' 2025-09-07T07:26:48.0366360Z adding 'torch/backends/mps/__init__.py' 2025-09-07T07:26:48.0367410Z adding 'torch/backends/nnpack/__init__.py' 2025-09-07T07:26:48.0368410Z adding 'torch/backends/openmp/__init__.py' 2025-09-07T07:26:48.0369970Z adding 'torch/backends/opt_einsum/__init__.py' 2025-09-07T07:26:48.0371100Z adding 'torch/backends/quantized/__init__.py' 2025-09-07T07:26:48.0371920Z adding 'torch/backends/xeon/__init__.py' 2025-09-07T07:26:48.0379010Z adding 'torch/backends/xeon/run_cpu.py' 2025-09-07T07:26:48.0380120Z adding 'torch/backends/xnnpack/__init__.py' 2025-09-07T07:26:48.0535550Z adding 'torch/bin/FileStoreTest' 2025-09-07T07:26:48.0692460Z adding 'torch/bin/HashStoreTest' 2025-09-07T07:26:48.0856800Z adding 'torch/bin/TCPStoreTest' 2025-09-07T07:26:48.1987650Z adding 'torch/bin/protoc' 2025-09-07T07:26:48.3125530Z adding 'torch/bin/protoc-3.13.0.0' 2025-09-07T07:26:48.6517600Z adding 'torch/bin/test_api' 2025-09-07T07:26:48.6740510Z adding 'torch/bin/test_cpp_rpc' 2025-09-07T07:26:48.6902990Z adding 'torch/bin/test_dist_autograd' 2025-09-07T07:26:49.0010780Z adding 'torch/bin/test_jit' 2025-09-07T07:26:49.1096850Z adding 'torch/bin/test_lazy' 2025-09-07T07:26:49.2057770Z adding 'torch/bin/test_nativert' 2025-09-07T07:26:49.2084450Z adding 'torch/bin/torch_shm_manager' 2025-09-07T07:26:49.2091560Z adding 'torch/compiler/__init__.py' 2025-09-07T07:26:49.2094470Z adding 'torch/compiler/_cache.py' 2025-09-07T07:26:49.2095930Z adding 'torch/compiler/config.py' 2025-09-07T07:26:49.2097200Z adding 'torch/contrib/__init__.py' 2025-09-07T07:26:49.2099390Z adding 'torch/contrib/_tensorboard_vis.py' 2025-09-07T07:26:49.2104850Z adding 'torch/cpu/__init__.py' 2025-09-07T07:26:49.2105160Z adding 'torch/cpu/amp/__init__.py' 2025-09-07T07:26:49.2105340Z adding 'torch/cpu/amp/autocast_mode.py' 2025-09-07T07:26:49.2105530Z adding 'torch/cpu/amp/grad_scaler.py' 2025-09-07T07:26:49.2105860Z adding 'torch/csrc/inductor/aoti_runtime/model.h' 2025-09-07T07:26:49.2119220Z adding 'torch/cuda/__init__.py' 2025-09-07T07:26:49.2120650Z adding 'torch/cuda/_gpu_trace.py' 2025-09-07T07:26:49.2126640Z adding 'torch/cuda/_memory_viz.py' 2025-09-07T07:26:49.2127440Z adding 'torch/cuda/_pin_memory_utils.py' 2025-09-07T07:26:49.2132310Z adding 'torch/cuda/_sanitizer.py' 2025-09-07T07:26:49.2135420Z adding 'torch/cuda/_utils.py' 2025-09-07T07:26:49.2136030Z adding 'torch/cuda/comm.py' 2025-09-07T07:26:49.2137780Z adding 'torch/cuda/gds.py' 2025-09-07T07:26:49.2143840Z adding 'torch/cuda/graphs.py' 2025-09-07T07:26:49.2145740Z adding 'torch/cuda/jiterator.py' 2025-09-07T07:26:49.2155040Z adding 'torch/cuda/memory.py' 2025-09-07T07:26:49.2156930Z adding 'torch/cuda/nccl.py' 2025-09-07T07:26:49.2157900Z adding 'torch/cuda/nvtx.py' 2025-09-07T07:26:49.2159300Z adding 'torch/cuda/profiler.py' 2025-09-07T07:26:49.2161120Z adding 'torch/cuda/random.py' 2025-09-07T07:26:49.2161680Z adding 'torch/cuda/sparse.py' 2025-09-07T07:26:49.2164230Z adding 'torch/cuda/streams.py' 2025-09-07T07:26:49.2170840Z adding 'torch/cuda/tunable.py' 2025-09-07T07:26:49.2171800Z adding 'torch/cuda/amp/__init__.py' 2025-09-07T07:26:49.2172940Z adding 'torch/cuda/amp/autocast_mode.py' 2025-09-07T07:26:49.2173770Z adding 'torch/cuda/amp/common.py' 2025-09-07T07:26:49.2174860Z adding 'torch/cuda/amp/grad_scaler.py' 2025-09-07T07:26:49.2176920Z adding 'torch/distributed/_C_stubs.py' 2025-09-07T07:26:49.2178190Z adding 'torch/distributed/__init__.py' 2025-09-07T07:26:49.2179230Z adding 'torch/distributed/_checkpointable.py' 2025-09-07T07:26:49.2180450Z adding 'torch/distributed/_composable_state.py' 2025-09-07T07:26:49.2182420Z adding 'torch/distributed/_dist2.py' 2025-09-07T07:26:49.2183820Z adding 'torch/distributed/_distributed_c10d.py' 2025-09-07T07:26:49.2192740Z adding 'torch/distributed/_functional_collectives.py' 2025-09-07T07:26:49.2194100Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-09-07T07:26:49.2195610Z adding 'torch/distributed/_serialization.py' 2025-09-07T07:26:49.2201880Z adding 'torch/distributed/_state_dict_utils.py' 2025-09-07T07:26:49.2203190Z adding 'torch/distributed/argparse_util.py' 2025-09-07T07:26:49.2204480Z adding 'torch/distributed/c10d_logger.py' 2025-09-07T07:26:49.2207580Z adding 'torch/distributed/collective_utils.py' 2025-09-07T07:26:49.2208310Z adding 'torch/distributed/constants.py' 2025-09-07T07:26:49.2219680Z adding 'torch/distributed/device_mesh.py' 2025-09-07T07:26:49.2266580Z adding 'torch/distributed/distributed_c10d.py' 2025-09-07T07:26:49.2269850Z adding 'torch/distributed/launch.py' 2025-09-07T07:26:49.2270580Z adding 'torch/distributed/logging_handlers.py' 2025-09-07T07:26:49.2272570Z adding 'torch/distributed/remote_device.py' 2025-09-07T07:26:49.2275030Z adding 'torch/distributed/rendezvous.py' 2025-09-07T07:26:49.2282430Z adding 'torch/distributed/run.py' 2025-09-07T07:26:49.2285580Z adding 'torch/distributed/utils.py' 2025-09-07T07:26:49.2286970Z adding 'torch/distributed/_composable/__init__.py' 2025-09-07T07:26:49.2289050Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-09-07T07:26:49.2291380Z adding 'torch/distributed/_composable/contract.py' 2025-09-07T07:26:49.2293780Z adding 'torch/distributed/_composable/replicate.py' 2025-09-07T07:26:49.2297200Z adding 'torch/distributed/_composable/replicate_with_fsdp.py' 2025-09-07T07:26:49.2298100Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-09-07T07:26:49.2298950Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-09-07T07:26:49.2299940Z adding 'torch/distributed/_shard/__init__.py' 2025-09-07T07:26:49.2300880Z adding 'torch/distributed/_shard/_utils.py' 2025-09-07T07:26:49.2304150Z adding 'torch/distributed/_shard/api.py' 2025-09-07T07:26:49.2305130Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-09-07T07:26:49.2306260Z adding 'torch/distributed/_shard/metadata.py' 2025-09-07T07:26:49.2307200Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-09-07T07:26:49.2308250Z adding 'torch/distributed/_shard/sharder.py' 2025-09-07T07:26:49.2309520Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-09-07T07:26:49.2310870Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-09-07T07:26:49.2312290Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-09-07T07:26:49.2315810Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-09-07T07:26:49.2326620Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-09-07T07:26:49.2327520Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-09-07T07:26:49.2328570Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-09-07T07:26:49.2329800Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-09-07T07:26:49.2332330Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-09-07T07:26:49.2333260Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-09-07T07:26:49.2336150Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-09-07T07:26:49.2337130Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-09-07T07:26:49.2338610Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-09-07T07:26:49.2339740Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-09-07T07:26:49.2341840Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-09-07T07:26:49.2342430Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-09-07T07:26:49.2344550Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-09-07T07:26:49.2345330Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-09-07T07:26:49.2346940Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-09-07T07:26:49.2348040Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-09-07T07:26:49.2350700Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-09-07T07:26:49.2353170Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-09-07T07:26:49.2355650Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-09-07T07:26:49.2356440Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-09-07T07:26:49.2359740Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-09-07T07:26:49.2362420Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-09-07T07:26:49.2366430Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-09-07T07:26:49.2367250Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-09-07T07:26:49.2368260Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-09-07T07:26:49.2381300Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-09-07T07:26:49.2388040Z adding 'torch/distributed/_symmetric_memory/_nvshmem_triton.py' 2025-09-07T07:26:49.2389020Z adding 'torch/distributed/_tensor/__init__.py' 2025-09-07T07:26:49.2389980Z adding 'torch/distributed/_tensor/api.py' 2025-09-07T07:26:49.2390840Z adding 'torch/distributed/_tensor/placement_types.py' 2025-09-07T07:26:49.2391930Z adding 'torch/distributed/_tools/__init__.py' 2025-09-07T07:26:49.2392920Z adding 'torch/distributed/_tools/common_utils.py' 2025-09-07T07:26:49.2395430Z adding 'torch/distributed/_tools/fake_collectives.py' 2025-09-07T07:26:49.2399860Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-09-07T07:26:49.2402400Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-09-07T07:26:49.2411010Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-09-07T07:26:49.2413760Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-09-07T07:26:49.2416070Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-09-07T07:26:49.2420220Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-09-07T07:26:49.2428730Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-09-07T07:26:49.2431590Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-09-07T07:26:49.2432350Z adding 'torch/distributed/algorithms/__init__.py' 2025-09-07T07:26:49.2435850Z adding 'torch/distributed/algorithms/join.py' 2025-09-07T07:26:49.2436800Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-09-07T07:26:49.2439940Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-09-07T07:26:49.2440670Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-09-07T07:26:49.2442950Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-09-07T07:26:49.2443640Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-09-07T07:26:49.2445000Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-09-07T07:26:49.2445850Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-09-07T07:26:49.2447940Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-09-07T07:26:49.2449100Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-09-07T07:26:49.2453170Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-09-07T07:26:49.2453970Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-09-07T07:26:49.2456120Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-09-07T07:26:49.2457220Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-09-07T07:26:49.2458950Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-09-07T07:26:49.2460620Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-09-07T07:26:49.2468820Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-09-07T07:26:49.2470950Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-09-07T07:26:49.2471510Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-09-07T07:26:49.2473620Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-09-07T07:26:49.2476000Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-09-07T07:26:49.2476950Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-09-07T07:26:49.2478120Z adding 'torch/distributed/autograd/__init__.py' 2025-09-07T07:26:49.2479570Z adding 'torch/distributed/checkpoint/__init__.py' 2025-09-07T07:26:49.2480560Z adding 'torch/distributed/checkpoint/_async_executor.py' 2025-09-07T07:26:49.2483530Z adding 'torch/distributed/checkpoint/_async_process_executor.py' 2025-09-07T07:26:49.2484560Z adding 'torch/distributed/checkpoint/_async_thread_executor.py' 2025-09-07T07:26:49.2485990Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-09-07T07:26:49.2492020Z adding 'torch/distributed/checkpoint/_consolidate_hf_safetensors.py' 2025-09-07T07:26:49.2493090Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-09-07T07:26:49.2494220Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-09-07T07:26:49.2496620Z adding 'torch/distributed/checkpoint/_extension.py' 2025-09-07T07:26:49.2498020Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-09-07T07:26:49.2499280Z adding 'torch/distributed/checkpoint/_hf_utils.py' 2025-09-07T07:26:49.2500410Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-09-07T07:26:49.2504000Z adding 'torch/distributed/checkpoint/_pg_transport.py' 2025-09-07T07:26:49.2505140Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-09-07T07:26:49.2508470Z adding 'torch/distributed/checkpoint/_state_dict_stager.py' 2025-09-07T07:26:49.2509190Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-09-07T07:26:49.2511500Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-09-07T07:26:49.2512150Z adding 'torch/distributed/checkpoint/_version.py' 2025-09-07T07:26:49.2513180Z adding 'torch/distributed/checkpoint/api.py' 2025-09-07T07:26:49.2518700Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-09-07T07:26:49.2525810Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-09-07T07:26:49.2528480Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-09-07T07:26:49.2531770Z adding 'torch/distributed/checkpoint/hf_storage.py' 2025-09-07T07:26:49.2533160Z adding 'torch/distributed/checkpoint/logger.py' 2025-09-07T07:26:49.2534060Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-09-07T07:26:49.2536080Z adding 'torch/distributed/checkpoint/metadata.py' 2025-09-07T07:26:49.2538930Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-09-07T07:26:49.2542600Z adding 'torch/distributed/checkpoint/planner.py' 2025-09-07T07:26:49.2546300Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-09-07T07:26:49.2548750Z adding 'torch/distributed/checkpoint/quantized_hf_storage.py' 2025-09-07T07:26:49.2549450Z adding 'torch/distributed/checkpoint/resharding.py' 2025-09-07T07:26:49.2554090Z adding 'torch/distributed/checkpoint/staging.py' 2025-09-07T07:26:49.2565040Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-09-07T07:26:49.2568300Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-09-07T07:26:49.2572150Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-09-07T07:26:49.2572930Z adding 'torch/distributed/checkpoint/stateful.py' 2025-09-07T07:26:49.2575290Z adding 'torch/distributed/checkpoint/storage.py' 2025-09-07T07:26:49.2578630Z adding 'torch/distributed/checkpoint/utils.py' 2025-09-07T07:26:49.2580060Z adding 'torch/distributed/checkpoint/_experimental/__init__.py' 2025-09-07T07:26:49.2582600Z adding 'torch/distributed/checkpoint/_experimental/barriers.py' 2025-09-07T07:26:49.2583950Z adding 'torch/distributed/checkpoint/_experimental/builder.py' 2025-09-07T07:26:49.2587000Z adding 'torch/distributed/checkpoint/_experimental/checkpoint_process.py' 2025-09-07T07:26:49.2589190Z adding 'torch/distributed/checkpoint/_experimental/checkpoint_reader.py' 2025-09-07T07:26:49.2591620Z adding 'torch/distributed/checkpoint/_experimental/checkpoint_writer.py' 2025-09-07T07:26:49.2595230Z adding 'torch/distributed/checkpoint/_experimental/checkpointer.py' 2025-09-07T07:26:49.2596140Z adding 'torch/distributed/checkpoint/_experimental/config.py' 2025-09-07T07:26:49.2598630Z adding 'torch/distributed/checkpoint/_experimental/staging.py' 2025-09-07T07:26:49.2599460Z adding 'torch/distributed/checkpoint/_experimental/types.py' 2025-09-07T07:26:49.2600800Z adding 'torch/distributed/checkpoint/_experimental/utils.py' 2025-09-07T07:26:49.2602620Z adding 'torch/distributed/elastic/__init__.py' 2025-09-07T07:26:49.2603570Z adding 'torch/distributed/elastic/control_plane.py' 2025-09-07T07:26:49.2604730Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-09-07T07:26:49.2606750Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-09-07T07:26:49.2615200Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-09-07T07:26:49.2616240Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-09-07T07:26:49.2620240Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-09-07T07:26:49.2622300Z adding 'torch/distributed/elastic/events/__init__.py' 2025-09-07T07:26:49.2623260Z adding 'torch/distributed/elastic/events/api.py' 2025-09-07T07:26:49.2624150Z adding 'torch/distributed/elastic/events/handlers.py' 2025-09-07T07:26:49.2626600Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-09-07T07:26:49.2628000Z adding 'torch/distributed/elastic/metrics/api.py' 2025-09-07T07:26:49.2630670Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-09-07T07:26:49.2637720Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-09-07T07:26:49.2639240Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-09-07T07:26:49.2640920Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-09-07T07:26:49.2644940Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-09-07T07:26:49.2647160Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-09-07T07:26:49.2647790Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-09-07T07:26:49.2648830Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-09-07T07:26:49.2649810Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-09-07T07:26:49.2651400Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-09-07T07:26:49.2653670Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-09-07T07:26:49.2654440Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-09-07T07:26:49.2657580Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-09-07T07:26:49.2660540Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-09-07T07:26:49.2669520Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-09-07T07:26:49.2678170Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-09-07T07:26:49.2680650Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-09-07T07:26:49.2682960Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-09-07T07:26:49.2685220Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-09-07T07:26:49.2686310Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-09-07T07:26:49.2687720Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-09-07T07:26:49.2690210Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-09-07T07:26:49.2691280Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-09-07T07:26:49.2694280Z adding 'torch/distributed/elastic/timer/api.py' 2025-09-07T07:26:49.2694980Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-09-07T07:26:49.2698780Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-09-07T07:26:49.2699980Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-09-07T07:26:49.2701460Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-09-07T07:26:49.2702690Z adding 'torch/distributed/elastic/utils/api.py' 2025-09-07T07:26:49.2704780Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-09-07T07:26:49.2705350Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-09-07T07:26:49.2707360Z adding 'torch/distributed/elastic/utils/logging.py' 2025-09-07T07:26:49.2709900Z adding 'torch/distributed/elastic/utils/store.py' 2025-09-07T07:26:49.2710790Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-09-07T07:26:49.2711850Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-09-07T07:26:49.2713990Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-09-07T07:26:49.2714770Z adding 'torch/distributed/fsdp/__init__.py' 2025-09-07T07:26:49.2720370Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-09-07T07:26:49.2722120Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-09-07T07:26:49.2723470Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-09-07T07:26:49.2726970Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-09-07T07:26:49.2753310Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-09-07T07:26:49.2755420Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-09-07T07:26:49.2765660Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-09-07T07:26:49.2766960Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-09-07T07:26:49.2787030Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-09-07T07:26:49.2802000Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-09-07T07:26:49.2804420Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-09-07T07:26:49.2810940Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-09-07T07:26:49.2813600Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-09-07T07:26:49.2815100Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-09-07T07:26:49.2818260Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-09-07T07:26:49.2820930Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-09-07T07:26:49.2825040Z adding 'torch/distributed/fsdp/api.py' 2025-09-07T07:26:49.2845550Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-09-07T07:26:49.2849960Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-09-07T07:26:49.2855170Z adding 'torch/distributed/fsdp/wrap.py' 2025-09-07T07:26:49.2856370Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-09-07T07:26:49.2858730Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-09-07T07:26:49.2864570Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-09-07T07:26:49.2866130Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-09-07T07:26:49.2868800Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-09-07T07:26:49.2877370Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-09-07T07:26:49.2885620Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-09-07T07:26:49.2889540Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-09-07T07:26:49.2896670Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-09-07T07:26:49.2898010Z adding 'torch/distributed/launcher/__init__.py' 2025-09-07T07:26:49.2901330Z adding 'torch/distributed/launcher/api.py' 2025-09-07T07:26:49.2902240Z adding 'torch/distributed/nn/__init__.py' 2025-09-07T07:26:49.2905370Z adding 'torch/distributed/nn/functional.py' 2025-09-07T07:26:49.2906580Z adding 'torch/distributed/nn/api/__init__.py' 2025-09-07T07:26:49.2912390Z adding 'torch/distributed/nn/api/remote_module.py' 2025-09-07T07:26:49.2913140Z adding 'torch/distributed/nn/jit/__init__.py' 2025-09-07T07:26:49.2915080Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-09-07T07:26:49.2916220Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-09-07T07:26:49.2917670Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-09-07T07:26:49.2918880Z adding 'torch/distributed/optim/__init__.py' 2025-09-07T07:26:49.2919770Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-09-07T07:26:49.2922050Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-09-07T07:26:49.2923110Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-09-07T07:26:49.2924550Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-09-07T07:26:49.2926440Z adding 'torch/distributed/optim/functional_adam.py' 2025-09-07T07:26:49.2928220Z adding 'torch/distributed/optim/functional_adamax.py' 2025-09-07T07:26:49.2929810Z adding 'torch/distributed/optim/functional_adamw.py' 2025-09-07T07:26:49.2931230Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-09-07T07:26:49.2932590Z adding 'torch/distributed/optim/functional_rprop.py' 2025-09-07T07:26:49.2934710Z adding 'torch/distributed/optim/functional_sgd.py' 2025-09-07T07:26:49.2937790Z adding 'torch/distributed/optim/named_optimizer.py' 2025-09-07T07:26:49.2940350Z adding 'torch/distributed/optim/optimizer.py' 2025-09-07T07:26:49.2941620Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-09-07T07:26:49.2943020Z adding 'torch/distributed/optim/utils.py' 2025-09-07T07:26:49.2958510Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-09-07T07:26:49.2959820Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-09-07T07:26:49.2972000Z adding 'torch/distributed/pipelining/_IR.py' 2025-09-07T07:26:49.2973190Z adding 'torch/distributed/pipelining/__init__.py' 2025-09-07T07:26:49.2977230Z adding 'torch/distributed/pipelining/_backward.py' 2025-09-07T07:26:49.2977910Z adding 'torch/distributed/pipelining/_debug.py' 2025-09-07T07:26:49.2980240Z adding 'torch/distributed/pipelining/_schedule_visualizer.py' 2025-09-07T07:26:49.2984970Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-09-07T07:26:49.2985310Z adding 'torch/distributed/pipelining/_utils.py' 2025-09-07T07:26:49.2986580Z adding 'torch/distributed/pipelining/microbatch.py' 2025-09-07T07:26:49.3011240Z adding 'torch/distributed/pipelining/schedules.py' 2025-09-07T07:26:49.3026290Z adding 'torch/distributed/pipelining/stage.py' 2025-09-07T07:26:49.3029340Z adding 'torch/distributed/rpc/__init__.py' 2025-09-07T07:26:49.3030680Z adding 'torch/distributed/rpc/_utils.py' 2025-09-07T07:26:49.3038560Z adding 'torch/distributed/rpc/api.py' 2025-09-07T07:26:49.3042410Z adding 'torch/distributed/rpc/backend_registry.py' 2025-09-07T07:26:49.3043490Z adding 'torch/distributed/rpc/constants.py' 2025-09-07T07:26:49.3045590Z adding 'torch/distributed/rpc/functions.py' 2025-09-07T07:26:49.3048100Z adding 'torch/distributed/rpc/internal.py' 2025-09-07T07:26:49.3050150Z adding 'torch/distributed/rpc/options.py' 2025-09-07T07:26:49.3051380Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-09-07T07:26:49.3053810Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-09-07T07:26:49.3054680Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-09-07T07:26:49.3055910Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-09-07T07:26:49.3057910Z adding 'torch/distributed/tensor/__init__.py' 2025-09-07T07:26:49.3068870Z adding 'torch/distributed/tensor/_api.py' 2025-09-07T07:26:49.3072210Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-09-07T07:26:49.3077220Z adding 'torch/distributed/tensor/_dispatch.py' 2025-09-07T07:26:49.3079950Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-09-07T07:26:49.3085320Z adding 'torch/distributed/tensor/_op_schema.py' 2025-09-07T07:26:49.3089730Z adding 'torch/distributed/tensor/_random.py' 2025-09-07T07:26:49.3093490Z adding 'torch/distributed/tensor/_redistribute.py' 2025-09-07T07:26:49.3099250Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-09-07T07:26:49.3102030Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-09-07T07:26:49.3104080Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-09-07T07:26:49.3108320Z adding 'torch/distributed/tensor/_utils.py' 2025-09-07T07:26:49.3108970Z adding 'torch/distributed/tensor/device_mesh.py' 2025-09-07T07:26:49.3115090Z adding 'torch/distributed/tensor/placement_types.py' 2025-09-07T07:26:49.3116120Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-09-07T07:26:49.3119710Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-09-07T07:26:49.3120820Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-09-07T07:26:49.3123060Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-09-07T07:26:49.3125410Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-09-07T07:26:49.3133050Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-09-07T07:26:49.3139160Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-09-07T07:26:49.3143840Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-09-07T07:26:49.3145270Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-09-07T07:26:49.3154790Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-09-07T07:26:49.3161540Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-09-07T07:26:49.3165100Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-09-07T07:26:49.3166520Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-09-07T07:26:49.3171750Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-09-07T07:26:49.3172940Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-09-07T07:26:49.3175340Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-09-07T07:26:49.3176430Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-09-07T07:26:49.3187800Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-09-07T07:26:49.3190850Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-09-07T07:26:49.3193010Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-09-07T07:26:49.3197070Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-09-07T07:26:49.3198040Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-09-07T07:26:49.3199090Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-09-07T07:26:49.3201370Z adding 'torch/distributed/tensor/parallel/api.py' 2025-09-07T07:26:49.3202580Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-09-07T07:26:49.3205940Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-09-07T07:26:49.3207040Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-09-07T07:26:49.3211090Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-09-07T07:26:49.3216620Z adding 'torch/distributed/tensor/parallel/style.py' 2025-09-07T07:26:49.3219060Z adding 'torch/distributions/__init__.py' 2025-09-07T07:26:49.3220490Z adding 'torch/distributions/bernoulli.py' 2025-09-07T07:26:49.3221860Z adding 'torch/distributions/beta.py' 2025-09-07T07:26:49.3224070Z adding 'torch/distributions/binomial.py' 2025-09-07T07:26:49.3225400Z adding 'torch/distributions/categorical.py' 2025-09-07T07:26:49.3226810Z adding 'torch/distributions/cauchy.py' 2025-09-07T07:26:49.3227810Z adding 'torch/distributions/chi2.py' 2025-09-07T07:26:49.3230310Z adding 'torch/distributions/constraint_registry.py' 2025-09-07T07:26:49.3234100Z adding 'torch/distributions/constraints.py' 2025-09-07T07:26:49.3236560Z adding 'torch/distributions/continuous_bernoulli.py' 2025-09-07T07:26:49.3237770Z adding 'torch/distributions/dirichlet.py' 2025-09-07T07:26:49.3240730Z adding 'torch/distributions/distribution.py' 2025-09-07T07:26:49.3241620Z adding 'torch/distributions/exp_family.py' 2025-09-07T07:26:49.3242970Z adding 'torch/distributions/exponential.py' 2025-09-07T07:26:49.3244340Z adding 'torch/distributions/fishersnedecor.py' 2025-09-07T07:26:49.3245660Z adding 'torch/distributions/gamma.py' 2025-09-07T07:26:49.3247830Z adding 'torch/distributions/generalized_pareto.py' 2025-09-07T07:26:49.3248980Z adding 'torch/distributions/geometric.py' 2025-09-07T07:26:49.3250240Z adding 'torch/distributions/gumbel.py' 2025-09-07T07:26:49.3251420Z adding 'torch/distributions/half_cauchy.py' 2025-09-07T07:26:49.3252490Z adding 'torch/distributions/half_normal.py' 2025-09-07T07:26:49.3254540Z adding 'torch/distributions/independent.py' 2025-09-07T07:26:49.3255240Z adding 'torch/distributions/inverse_gamma.py' 2025-09-07T07:26:49.3261240Z adding 'torch/distributions/kl.py' 2025-09-07T07:26:49.3262290Z adding 'torch/distributions/kumaraswamy.py' 2025-09-07T07:26:49.3263740Z adding 'torch/distributions/laplace.py' 2025-09-07T07:26:49.3266090Z adding 'torch/distributions/lkj_cholesky.py' 2025-09-07T07:26:49.3266920Z adding 'torch/distributions/log_normal.py' 2025-09-07T07:26:49.3268020Z adding 'torch/distributions/logistic_normal.py' 2025-09-07T07:26:49.3270790Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-09-07T07:26:49.3272970Z adding 'torch/distributions/mixture_same_family.py' 2025-09-07T07:26:49.3274400Z adding 'torch/distributions/multinomial.py' 2025-09-07T07:26:49.3277150Z adding 'torch/distributions/multivariate_normal.py' 2025-09-07T07:26:49.3278580Z adding 'torch/distributions/negative_binomial.py' 2025-09-07T07:26:49.3279980Z adding 'torch/distributions/normal.py' 2025-09-07T07:26:49.3281480Z adding 'torch/distributions/one_hot_categorical.py' 2025-09-07T07:26:49.3282550Z adding 'torch/distributions/pareto.py' 2025-09-07T07:26:49.3283840Z adding 'torch/distributions/poisson.py' 2025-09-07T07:26:49.3285850Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-09-07T07:26:49.3287060Z adding 'torch/distributions/relaxed_categorical.py' 2025-09-07T07:26:49.3288550Z adding 'torch/distributions/studentT.py' 2025-09-07T07:26:49.3291110Z adding 'torch/distributions/transformed_distribution.py' 2025-09-07T07:26:49.3298620Z adding 'torch/distributions/transforms.py' 2025-09-07T07:26:49.3299740Z adding 'torch/distributions/uniform.py' 2025-09-07T07:26:49.3302250Z adding 'torch/distributions/utils.py' 2025-09-07T07:26:49.3304030Z adding 'torch/distributions/von_mises.py' 2025-09-07T07:26:49.3305110Z adding 'torch/distributions/weibull.py' 2025-09-07T07:26:49.3308150Z adding 'torch/distributions/wishart.py' 2025-09-07T07:26:49.3313440Z adding 'torch/export/__init__.py' 2025-09-07T07:26:49.3317520Z adding 'torch/export/_draft_export.py' 2025-09-07T07:26:49.3318770Z adding 'torch/export/_leakage_detection_utils.py' 2025-09-07T07:26:49.3319920Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-09-07T07:26:49.3322110Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-09-07T07:26:49.3322960Z adding 'torch/export/_safeguard.py' 2025-09-07T07:26:49.3327130Z adding 'torch/export/_swap.py' 2025-09-07T07:26:49.3347440Z adding 'torch/export/_trace.py' 2025-09-07T07:26:49.3348880Z adding 'torch/export/_tree_utils.py' 2025-09-07T07:26:49.3353030Z adding 'torch/export/_unlift.py' 2025-09-07T07:26:49.3353670Z adding 'torch/export/_wrapper_utils.py' 2025-09-07T07:26:49.3354610Z adding 'torch/export/custom_obj.py' 2025-09-07T07:26:49.3355610Z adding 'torch/export/custom_ops.py' 2025-09-07T07:26:49.3357560Z adding 'torch/export/decomp_utils.py' 2025-09-07T07:26:49.3369440Z adding 'torch/export/dynamic_shapes.py' 2025-09-07T07:26:49.3384010Z adding 'torch/export/exported_program.py' 2025-09-07T07:26:49.3388650Z adding 'torch/export/graph_signature.py' 2025-09-07T07:26:49.3405000Z adding 'torch/export/unflatten.py' 2025-09-07T07:26:49.3409430Z adding 'torch/export/experimental/__init__.py' 2025-09-07T07:26:49.3411640Z adding 'torch/export/experimental/_utils.py' 2025-09-07T07:26:49.3412880Z adding 'torch/export/passes/__init__.py' 2025-09-07T07:26:49.3413910Z adding 'torch/export/pt2_archive/__init__.py' 2025-09-07T07:26:49.3421830Z adding 'torch/export/pt2_archive/_package.py' 2025-09-07T07:26:49.3423290Z adding 'torch/export/pt2_archive/_package_weights.py' 2025-09-07T07:26:49.3424230Z adding 'torch/export/pt2_archive/constants.py' 2025-09-07T07:26:49.3431780Z adding 'torch/fft/__init__.py' 2025-09-07T07:26:49.3432960Z adding 'torch/func/__init__.py' 2025-09-07T07:26:49.3436790Z adding 'torch/futures/__init__.py' 2025-09-07T07:26:49.3438790Z adding 'torch/fx/__init__.py' 2025-09-07T07:26:49.3439650Z adding 'torch/fx/_compatibility.py' 2025-09-07T07:26:49.3444290Z adding 'torch/fx/_graph_pickler.py' 2025-09-07T07:26:49.3446380Z adding 'torch/fx/_lazy_graph_module.py' 2025-09-07T07:26:49.3447280Z adding 'torch/fx/_pytree.py' 2025-09-07T07:26:49.3458960Z adding 'torch/fx/_symbolic_trace.py' 2025-09-07T07:26:49.3460040Z adding 'torch/fx/_utils.py' 2025-09-07T07:26:49.3461040Z adding 'torch/fx/annotate.py' 2025-09-07T07:26:49.3461980Z adding 'torch/fx/config.py' 2025-09-07T07:26:49.3480230Z adding 'torch/fx/graph.py' 2025-09-07T07:26:49.3489980Z adding 'torch/fx/graph_module.py' 2025-09-07T07:26:49.3491340Z adding 'torch/fx/immutable_collections.py' 2025-09-07T07:26:49.3496020Z adding 'torch/fx/interpreter.py' 2025-09-07T07:26:49.3504480Z adding 'torch/fx/node.py' 2025-09-07T07:26:49.3509600Z adding 'torch/fx/operator_schemas.py' 2025-09-07T07:26:49.3516270Z adding 'torch/fx/proxy.py' 2025-09-07T07:26:49.3520310Z adding 'torch/fx/subgraph_rewriter.py' 2025-09-07T07:26:49.3521400Z adding 'torch/fx/tensor_type.py' 2025-09-07T07:26:49.3524390Z adding 'torch/fx/traceback.py' 2025-09-07T07:26:49.3525340Z adding 'torch/fx/experimental/__init__.py' 2025-09-07T07:26:49.3526310Z adding 'torch/fx/experimental/_backward_state.py' 2025-09-07T07:26:49.3528380Z adding 'torch/fx/experimental/_config.py' 2025-09-07T07:26:49.3529090Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-09-07T07:26:49.3530570Z adding 'torch/fx/experimental/_dynamism.py' 2025-09-07T07:26:49.3540510Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-09-07T07:26:49.3543990Z adding 'torch/fx/experimental/const_fold.py' 2025-09-07T07:26:49.3544710Z adding 'torch/fx/experimental/debug.py' 2025-09-07T07:26:49.3551620Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-09-07T07:26:49.3553890Z adding 'torch/fx/experimental/merge_matmul.py' 2025-09-07T07:26:49.3556550Z adding 'torch/fx/experimental/meta_tracer.py' 2025-09-07T07:26:49.3557970Z adding 'torch/fx/experimental/normalize.py' 2025-09-07T07:26:49.3562480Z adding 'torch/fx/experimental/optimization.py' 2025-09-07T07:26:49.3565390Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-09-07T07:26:49.3588110Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-09-07T07:26:49.3593250Z adding 'torch/fx/experimental/recording.py' 2025-09-07T07:26:49.3594140Z adding 'torch/fx/experimental/refinement_types.py' 2025-09-07T07:26:49.3596140Z adding 'torch/fx/experimental/rewriter.py' 2025-09-07T07:26:49.3597710Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-09-07T07:26:49.3610370Z adding 'torch/fx/experimental/sym_node.py' 2025-09-07T07:26:49.3691210Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-09-07T07:26:49.3693950Z adding 'torch/fx/experimental/unify_refinements.py' 2025-09-07T07:26:49.3701330Z adding 'torch/fx/experimental/validator.py' 2025-09-07T07:26:49.3702590Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-09-07T07:26:49.3705840Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-09-07T07:26:49.3715590Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-09-07T07:26:49.3723920Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-09-07T07:26:49.3724910Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-09-07T07:26:49.3728260Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-09-07T07:26:49.3729210Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-09-07T07:26:49.3730200Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-09-07T07:26:49.3731260Z adding 'torch/fx/experimental/unification/__init__.py' 2025-09-07T07:26:49.3732590Z adding 'torch/fx/experimental/unification/core.py' 2025-09-07T07:26:49.3733510Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-09-07T07:26:49.3734970Z adding 'torch/fx/experimental/unification/match.py' 2025-09-07T07:26:49.3736250Z adding 'torch/fx/experimental/unification/more.py' 2025-09-07T07:26:49.3739210Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-09-07T07:26:49.3740430Z adding 'torch/fx/experimental/unification/utils.py' 2025-09-07T07:26:49.3741650Z adding 'torch/fx/experimental/unification/variable.py' 2025-09-07T07:26:49.3742860Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-09-07T07:26:49.3744330Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-09-07T07:26:49.3745660Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-09-07T07:26:49.3749300Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-09-07T07:26:49.3750600Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-09-07T07:26:49.3751950Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-09-07T07:26:49.3753200Z adding 'torch/fx/passes/__init__.py' 2025-09-07T07:26:49.3757180Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-09-07T07:26:49.3758090Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-09-07T07:26:49.3759610Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-09-07T07:26:49.3763620Z adding 'torch/fx/passes/graph_drawer.py' 2025-09-07T07:26:49.3764900Z adding 'torch/fx/passes/graph_manipulation.py' 2025-09-07T07:26:49.3767100Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-09-07T07:26:49.3773980Z adding 'torch/fx/passes/net_min_base.py' 2025-09-07T07:26:49.3776230Z adding 'torch/fx/passes/operator_support.py' 2025-09-07T07:26:49.3777330Z adding 'torch/fx/passes/param_fetch.py' 2025-09-07T07:26:49.3779570Z adding 'torch/fx/passes/pass_manager.py' 2025-09-07T07:26:49.3787440Z adding 'torch/fx/passes/reinplace.py' 2025-09-07T07:26:49.3793420Z adding 'torch/fx/passes/runtime_assert.py' 2025-09-07T07:26:49.3795790Z adding 'torch/fx/passes/shape_prop.py' 2025-09-07T07:26:49.3801600Z adding 'torch/fx/passes/split_module.py' 2025-09-07T07:26:49.3804610Z adding 'torch/fx/passes/split_utils.py' 2025-09-07T07:26:49.3811650Z adding 'torch/fx/passes/splitter_base.py' 2025-09-07T07:26:49.3814530Z adding 'torch/fx/passes/tools_common.py' 2025-09-07T07:26:49.3815420Z adding 'torch/fx/passes/backends/__init__.py' 2025-09-07T07:26:49.3816820Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-09-07T07:26:49.3817890Z adding 'torch/fx/passes/dialect/__init__.py' 2025-09-07T07:26:49.3818810Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-09-07T07:26:49.3820830Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-09-07T07:26:49.3821610Z adding 'torch/fx/passes/infra/__init__.py' 2025-09-07T07:26:49.3825600Z adding 'torch/fx/passes/infra/partitioner.py' 2025-09-07T07:26:49.3826550Z adding 'torch/fx/passes/infra/pass_base.py' 2025-09-07T07:26:49.3829510Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-09-07T07:26:49.3830360Z adding 'torch/fx/passes/tests/__init__.py' 2025-09-07T07:26:49.3831400Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-09-07T07:26:49.3832400Z adding 'torch/fx/passes/utils/__init__.py' 2025-09-07T07:26:49.3833720Z adding 'torch/fx/passes/utils/common.py' 2025-09-07T07:26:49.3836690Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-09-07T07:26:49.3840620Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-09-07T07:26:49.3842000Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-09-07T07:26:49.3844050Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-09-07T07:26:49.3845470Z adding 'torch/include/clog.h' 2025-09-07T07:26:49.3853020Z adding 'torch/include/cpuinfo.h' 2025-09-07T07:26:49.3853880Z adding 'torch/include/experiments-config.h' 2025-09-07T07:26:49.3854760Z adding 'torch/include/fp16.h' 2025-09-07T07:26:49.3857460Z adding 'torch/include/fxdiv.h' 2025-09-07T07:26:49.3858210Z adding 'torch/include/libshm.h' 2025-09-07T07:26:49.3862730Z adding 'torch/include/nnpack.h' 2025-09-07T07:26:49.3867540Z adding 'torch/include/omp.h' 2025-09-07T07:26:49.3873220Z adding 'torch/include/psimd.h' 2025-09-07T07:26:49.3881550Z adding 'torch/include/pthreadpool.h' 2025-09-07T07:26:49.3883320Z adding 'torch/include/qnnpack_func.h' 2025-09-07T07:26:49.3898590Z adding 'torch/include/sleef.h' 2025-09-07T07:26:49.3921610Z adding 'torch/include/xnnpack.h' 2025-09-07T07:26:49.3925100Z adding 'torch/include/ATen/ATen.h' 2025-09-07T07:26:49.3926710Z adding 'torch/include/ATen/AccumulateType.h' 2025-09-07T07:26:49.3927450Z adding 'torch/include/ATen/ArrayRef.h' 2025-09-07T07:26:49.3928360Z adding 'torch/include/ATen/Backend.h' 2025-09-07T07:26:49.3929120Z adding 'torch/include/ATen/Backtrace.h' 2025-09-07T07:26:49.3930050Z adding 'torch/include/ATen/BlasBackend.h' 2025-09-07T07:26:49.3932750Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-09-07T07:26:49.3933560Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-09-07T07:26:49.3934680Z adding 'torch/include/ATen/CPUFunctions.h' 2025-09-07T07:26:49.3937900Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-09-07T07:26:49.3938710Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-09-07T07:26:49.3939910Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-09-07T07:26:49.3943500Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-09-07T07:26:49.3944320Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-09-07T07:26:49.3945680Z adding 'torch/include/ATen/CollapseDims.h' 2025-09-07T07:26:49.3946850Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-09-07T07:26:49.3950740Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-09-07T07:26:49.3951720Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-09-07T07:26:49.3954400Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-09-07T07:26:49.3955310Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-09-07T07:26:49.3958740Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-09-07T07:26:49.3959710Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-09-07T07:26:49.3960800Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-09-07T07:26:49.3961580Z adding 'torch/include/ATen/Config.h' 2025-09-07T07:26:49.3966450Z adding 'torch/include/ATen/Context.h' 2025-09-07T07:26:49.3967560Z adding 'torch/include/ATen/DLConvertor.h' 2025-09-07T07:26:49.3968630Z adding 'torch/include/ATen/DTensorState.h' 2025-09-07T07:26:49.3969390Z adding 'torch/include/ATen/Device.h' 2025-09-07T07:26:49.3970770Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-09-07T07:26:49.3971710Z adding 'torch/include/ATen/DeviceGuard.h' 2025-09-07T07:26:49.3972650Z adding 'torch/include/ATen/DimVector.h' 2025-09-07T07:26:49.3973400Z adding 'torch/include/ATen/Dimname.h' 2025-09-07T07:26:49.3978650Z adding 'torch/include/ATen/Dispatch.h' 2025-09-07T07:26:49.3983250Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-09-07T07:26:49.3984280Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-09-07T07:26:49.3985470Z adding 'torch/include/ATen/EmptyTensor.h' 2025-09-07T07:26:49.3986500Z adding 'torch/include/ATen/ExpandBase.h' 2025-09-07T07:26:49.3989550Z adding 'torch/include/ATen/ExpandUtils.h' 2025-09-07T07:26:49.3990090Z adding 'torch/include/ATen/Formatting.h' 2025-09-07T07:26:49.3991130Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-09-07T07:26:49.3993730Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-09-07T07:26:49.3997640Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-09-07T07:26:49.4003990Z adding 'torch/include/ATen/Functions.h' 2025-09-07T07:26:49.4004710Z adding 'torch/include/ATen/Generator.h' 2025-09-07T07:26:49.4010230Z adding 'torch/include/ATen/InferSize.h' 2025-09-07T07:26:49.4010860Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-09-07T07:26:49.4011070Z adding 'torch/include/ATen/Layout.h' 2025-09-07T07:26:49.4011340Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-09-07T07:26:49.4011590Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-09-07T07:26:49.4011830Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-09-07T07:26:49.4013880Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-09-07T07:26:49.4014830Z adding 'torch/include/ATen/LinalgBackend.h' 2025-09-07T07:26:49.4015770Z adding 'torch/include/ATen/MPSFunctions.h' 2025-09-07T07:26:49.4018550Z adding 'torch/include/ATen/MPSFunctions_inl.h' 2025-09-07T07:26:49.4019680Z adding 'torch/include/ATen/MapAllocator.h' 2025-09-07T07:26:49.4020890Z adding 'torch/include/ATen/MatrixRef.h' 2025-09-07T07:26:49.4021830Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-09-07T07:26:49.4023020Z adding 'torch/include/ATen/MetaFunctions.h' 2025-09-07T07:26:49.4025300Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-09-07T07:26:49.4027610Z adding 'torch/include/ATen/MethodOperators.h' 2025-09-07T07:26:49.4028140Z adding 'torch/include/ATen/NamedTensor.h' 2025-09-07T07:26:49.4030260Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-09-07T07:26:49.4036330Z adding 'torch/include/ATen/NativeFunctions.h' 2025-09-07T07:26:49.4042340Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-09-07T07:26:49.4045280Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-09-07T07:26:49.4046340Z adding 'torch/include/ATen/NumericUtils.h' 2025-09-07T07:26:49.4047390Z adding 'torch/include/ATen/OpMathType.h' 2025-09-07T07:26:49.4049530Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-09-07T07:26:49.4055810Z adding 'torch/include/ATen/Operators.h' 2025-09-07T07:26:49.4056880Z adding 'torch/include/ATen/PTThreadPool.h' 2025-09-07T07:26:49.4057760Z adding 'torch/include/ATen/PadNd.h' 2025-09-07T07:26:49.4058870Z adding 'torch/include/ATen/Parallel-inl.h' 2025-09-07T07:26:49.4060340Z adding 'torch/include/ATen/Parallel.h' 2025-09-07T07:26:49.4061180Z adding 'torch/include/ATen/ParallelFuture.h' 2025-09-07T07:26:49.4062100Z adding 'torch/include/ATen/ParallelNative.h' 2025-09-07T07:26:49.4063090Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-09-07T07:26:49.4064050Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-09-07T07:26:49.4064880Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-09-07T07:26:49.4235000Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-09-07T07:26:49.4331330Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-09-07T07:26:49.4336360Z adding 'torch/include/ATen/SDPBackend.h' 2025-09-07T07:26:49.4337370Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-09-07T07:26:49.4338130Z adding 'torch/include/ATen/Scalar.h' 2025-09-07T07:26:49.4339360Z adding 'torch/include/ATen/ScalarOps.h' 2025-09-07T07:26:49.4340210Z adding 'torch/include/ATen/ScalarType.h' 2025-09-07T07:26:49.4341000Z adding 'torch/include/ATen/SequenceNumber.h' 2025-09-07T07:26:49.4341780Z adding 'torch/include/ATen/SmallVector.h' 2025-09-07T07:26:49.4343000Z adding 'torch/include/ATen/SparseCsrMPSFunctions.h' 2025-09-07T07:26:49.4344020Z adding 'torch/include/ATen/SparseCsrMPSFunctions_inl.h' 2025-09-07T07:26:49.4346220Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-09-07T07:26:49.4349200Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-09-07T07:26:49.4350250Z adding 'torch/include/ATen/SparseMPSFunctions.h' 2025-09-07T07:26:49.4351440Z adding 'torch/include/ATen/SparseMPSFunctions_inl.h' 2025-09-07T07:26:49.4354810Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-09-07T07:26:49.4355380Z adding 'torch/include/ATen/Storage.h' 2025-09-07T07:26:49.4356570Z adding 'torch/include/ATen/StorageUtils.h' 2025-09-07T07:26:49.4357330Z adding 'torch/include/ATen/Tensor.h' 2025-09-07T07:26:49.4358090Z adding 'torch/include/ATen/TensorAccessor.h' 2025-09-07T07:26:49.4359460Z adding 'torch/include/ATen/TensorGeometry.h' 2025-09-07T07:26:49.4365220Z adding 'torch/include/ATen/TensorIndexing.h' 2025-09-07T07:26:49.4373860Z adding 'torch/include/ATen/TensorIterator.h' 2025-09-07T07:26:49.4374890Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-09-07T07:26:49.4376920Z adding 'torch/include/ATen/TensorMeta.h' 2025-09-07T07:26:49.4377910Z adding 'torch/include/ATen/TensorNames.h' 2025-09-07T07:26:49.4380270Z adding 'torch/include/ATen/TensorOperators.h' 2025-09-07T07:26:49.4380800Z adding 'torch/include/ATen/TensorOptions.h' 2025-09-07T07:26:49.4382290Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-09-07T07:26:49.4383770Z adding 'torch/include/ATen/TensorUtils.h' 2025-09-07T07:26:49.4384730Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-09-07T07:26:49.4386270Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-09-07T07:26:49.4388470Z adding 'torch/include/ATen/TracerMode.h' 2025-09-07T07:26:49.4388890Z adding 'torch/include/ATen/TypeDefault.h' 2025-09-07T07:26:49.4390130Z adding 'torch/include/ATen/Utils.h' 2025-09-07T07:26:49.4390960Z adding 'torch/include/ATen/Version.h' 2025-09-07T07:26:49.4506100Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-09-07T07:26:49.4515300Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-09-07T07:26:49.4516100Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-09-07T07:26:49.4522720Z adding 'torch/include/ATen/autocast_mode.h' 2025-09-07T07:26:49.4523630Z adding 'torch/include/ATen/ceil_div.h' 2025-09-07T07:26:49.4525880Z adding 'torch/include/ATen/code_template.h' 2025-09-07T07:26:49.4526910Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-09-07T07:26:49.4527860Z adding 'torch/include/ATen/div_rtn.h' 2025-09-07T07:26:49.4530830Z adding 'torch/include/ATen/dlpack.h' 2025-09-07T07:26:49.4531420Z adding 'torch/include/ATen/jit_macros.h' 2025-09-07T07:26:49.4532480Z adding 'torch/include/ATen/jiterator_macros.h' 2025-09-07T07:26:49.4537700Z adding 'torch/include/ATen/record_function.h' 2025-09-07T07:26:49.4539860Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-09-07T07:26:49.4540440Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-09-07T07:26:49.4541330Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-09-07T07:26:49.4543310Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-09-07T07:26:49.4543880Z adding 'torch/include/ATen/core/Array.h' 2025-09-07T07:26:49.4544640Z adding 'torch/include/ATen/core/Backtrace.h' 2025-09-07T07:26:49.4551090Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-09-07T07:26:49.4551950Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-09-07T07:26:49.4553390Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-09-07T07:26:49.4554350Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-09-07T07:26:49.4557690Z adding 'torch/include/ATen/core/Dict.h' 2025-09-07T07:26:49.4559470Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-09-07T07:26:49.4560140Z adding 'torch/include/ATen/core/DimVector.h' 2025-09-07T07:26:49.4561080Z adding 'torch/include/ATen/core/Dimname.h' 2025-09-07T07:26:49.4563640Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-09-07T07:26:49.4564310Z adding 'torch/include/ATen/core/Formatting.h' 2025-09-07T07:26:49.4566440Z adding 'torch/include/ATen/core/Generator.h' 2025-09-07T07:26:49.4567200Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-09-07T07:26:49.4571750Z adding 'torch/include/ATen/core/IListRef.h' 2025-09-07T07:26:49.4573540Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-09-07T07:26:49.4574960Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-09-07T07:26:49.4578420Z adding 'torch/include/ATen/core/List.h' 2025-09-07T07:26:49.4580680Z adding 'torch/include/ATen/core/List_inl.h' 2025-09-07T07:26:49.4582800Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-09-07T07:26:49.4584140Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-09-07T07:26:49.4586180Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-09-07T07:26:49.4588280Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-09-07T07:26:49.4589050Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-09-07T07:26:49.4589970Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-09-07T07:26:49.4591090Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-09-07T07:26:49.4591940Z adding 'torch/include/ATen/core/Range.h' 2025-09-07T07:26:49.4592910Z adding 'torch/include/ATen/core/Reduction.h' 2025-09-07T07:26:49.4593620Z adding 'torch/include/ATen/core/Scalar.h' 2025-09-07T07:26:49.4594360Z adding 'torch/include/ATen/core/ScalarType.h' 2025-09-07T07:26:49.4595450Z adding 'torch/include/ATen/core/Tensor.h' 2025-09-07T07:26:49.4597820Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-09-07T07:26:49.4606500Z adding 'torch/include/ATen/core/TensorBase.h' 2025-09-07T07:26:49.4640350Z adding 'torch/include/ATen/core/TensorBody.h' 2025-09-07T07:26:49.4642630Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-09-07T07:26:49.4644340Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-09-07T07:26:49.4645430Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-09-07T07:26:49.4646120Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-09-07T07:26:49.4647600Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-09-07T07:26:49.4648590Z adding 'torch/include/ATen/core/Variadic.h' 2025-09-07T07:26:49.4649730Z adding 'torch/include/ATen/core/Vitals.h' 2025-09-07T07:26:49.4651710Z adding 'torch/include/ATen/core/alias_info.h' 2025-09-07T07:26:49.4661110Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-09-07T07:26:49.4663240Z adding 'torch/include/ATen/core/blob.h' 2025-09-07T07:26:49.4664160Z adding 'torch/include/ATen/core/builtin_function.h' 2025-09-07T07:26:49.4667540Z adding 'torch/include/ATen/core/class_type.h' 2025-09-07T07:26:49.4668250Z adding 'torch/include/ATen/core/custom_class.h' 2025-09-07T07:26:49.4671020Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-09-07T07:26:49.4671770Z adding 'torch/include/ATen/core/enum_tag.h' 2025-09-07T07:26:49.4672980Z adding 'torch/include/ATen/core/enum_type.h' 2025-09-07T07:26:49.4674330Z adding 'torch/include/ATen/core/function.h' 2025-09-07T07:26:49.4680090Z adding 'torch/include/ATen/core/function_schema.h' 2025-09-07T07:26:49.4681200Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-09-07T07:26:49.4682140Z adding 'torch/include/ATen/core/functional.h' 2025-09-07T07:26:49.4682950Z adding 'torch/include/ATen/core/grad_mode.h' 2025-09-07T07:26:49.4686000Z adding 'torch/include/ATen/core/interned_strings.h' 2025-09-07T07:26:49.4686820Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-09-07T07:26:49.4698800Z adding 'torch/include/ATen/core/ivalue.h' 2025-09-07T07:26:49.4716700Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-09-07T07:26:49.4717930Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-09-07T07:26:49.4731800Z adding 'torch/include/ATen/core/jit_type.h' 2025-09-07T07:26:49.4736620Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-09-07T07:26:49.4737890Z adding 'torch/include/ATen/core/operator_name.h' 2025-09-07T07:26:49.4739910Z adding 'torch/include/ATen/core/qualified_name.h' 2025-09-07T07:26:49.4740530Z adding 'torch/include/ATen/core/rref_interface.h' 2025-09-07T07:26:49.4742570Z adding 'torch/include/ATen/core/stack.h' 2025-09-07T07:26:49.4744660Z adding 'torch/include/ATen/core/symbol.h' 2025-09-07T07:26:49.4745450Z adding 'torch/include/ATen/core/type_factory.h' 2025-09-07T07:26:49.4746380Z adding 'torch/include/ATen/core/type_ptr.h' 2025-09-07T07:26:49.4747120Z adding 'torch/include/ATen/core/typeid.h' 2025-09-07T07:26:49.4750040Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-09-07T07:26:49.4751040Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-09-07T07:26:49.4753590Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-09-07T07:26:49.4756350Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-09-07T07:26:49.4757110Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-09-07T07:26:49.4758530Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-09-07T07:26:49.4759530Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-09-07T07:26:49.4762490Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-09-07T07:26:49.4767810Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-09-07T07:26:49.4769070Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-09-07T07:26:49.4770570Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-09-07T07:26:49.4773430Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-09-07T07:26:49.4780800Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-09-07T07:26:49.4781670Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-09-07T07:26:49.4785140Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-09-07T07:26:49.4785940Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-09-07T07:26:49.4786850Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-09-07T07:26:49.4788230Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-09-07T07:26:49.4790090Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-09-07T07:26:49.4792190Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-09-07T07:26:49.4796470Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-09-07T07:26:49.4797330Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-09-07T07:26:49.4798510Z adding 'torch/include/ATen/cpu/Utils.h' 2025-09-07T07:26:49.4800480Z adding 'torch/include/ATen/cpu/vml.h' 2025-09-07T07:26:49.4801220Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-09-07T07:26:49.4803820Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-09-07T07:26:49.4806910Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-09-07T07:26:49.4807610Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-09-07T07:26:49.4808630Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-09-07T07:26:49.4816230Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-09-07T07:26:49.4817220Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-09-07T07:26:49.4818480Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-09-07T07:26:49.4821030Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-09-07T07:26:49.4823360Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-09-07T07:26:49.4824520Z adding 'torch/include/ATen/cpu/vec/vec_quant.h' 2025-09-07T07:26:49.4826080Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-09-07T07:26:49.4829610Z adding 'torch/include/ATen/cpu/vec/sve/vec_bfloat16.h' 2025-09-07T07:26:49.4831160Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-09-07T07:26:49.4834270Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-09-07T07:26:49.4838340Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-09-07T07:26:49.4841720Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-09-07T07:26:49.4844750Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-09-07T07:26:49.4845910Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-09-07T07:26:49.4849590Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-09-07T07:26:49.4850570Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-09-07T07:26:49.4854090Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-09-07T07:26:49.4857410Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-09-07T07:26:49.4859250Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-09-07T07:26:49.4860310Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-09-07T07:26:49.4861060Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-09-07T07:26:49.4863660Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-09-07T07:26:49.4867990Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h' 2025-09-07T07:26:49.4869820Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-09-07T07:26:49.4873640Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-09-07T07:26:49.4877590Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-09-07T07:26:49.4879870Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-09-07T07:26:49.4882490Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-09-07T07:26:49.4886970Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-09-07T07:26:49.4888520Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half.h' 2025-09-07T07:26:49.4897110Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-09-07T07:26:49.4899480Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-09-07T07:26:49.4905790Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-09-07T07:26:49.4907350Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-09-07T07:26:49.4909460Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-09-07T07:26:49.4913710Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-09-07T07:26:49.4918190Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-09-07T07:26:49.4920930Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-09-07T07:26:49.4923680Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-09-07T07:26:49.4926140Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-09-07T07:26:49.4928910Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-09-07T07:26:49.4931010Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-09-07T07:26:49.4933130Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-09-07T07:26:49.4936130Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-09-07T07:26:49.4939230Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-09-07T07:26:49.4943040Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-09-07T07:26:49.4957640Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-09-07T07:26:49.4962220Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-09-07T07:26:49.4972430Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-09-07T07:26:49.4977130Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-09-07T07:26:49.4982700Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-09-07T07:26:49.4984870Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-09-07T07:26:49.4987530Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-09-07T07:26:49.4992470Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-09-07T07:26:49.4996380Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float8.h' 2025-09-07T07:26:49.5003620Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-09-07T07:26:49.5006240Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-09-07T07:26:49.5012530Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-09-07T07:26:49.5013890Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-09-07T07:26:49.5014940Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-09-07T07:26:49.5016120Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-09-07T07:26:49.5019820Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-09-07T07:26:49.5023930Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-09-07T07:26:49.5026340Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-09-07T07:26:49.5027000Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-09-07T07:26:49.5028230Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-09-07T07:26:49.5029350Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-09-07T07:26:49.5030280Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-09-07T07:26:49.5032740Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-09-07T07:26:49.5034320Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-09-07T07:26:49.5035690Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-09-07T07:26:49.5036800Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-09-07T07:26:49.5037790Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-09-07T07:26:49.5039970Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-09-07T07:26:49.5041480Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-09-07T07:26:49.5042310Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-09-07T07:26:49.5043140Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-09-07T07:26:49.5044250Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-09-07T07:26:49.5045360Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-09-07T07:26:49.5046260Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-09-07T07:26:49.5048570Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-09-07T07:26:49.5049650Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-09-07T07:26:49.5050460Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-09-07T07:26:49.5051170Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-09-07T07:26:49.5051910Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-09-07T07:26:49.5052730Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-09-07T07:26:49.5053780Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-09-07T07:26:49.5054600Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-09-07T07:26:49.5055440Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-09-07T07:26:49.5056580Z adding 'torch/include/ATen/cuda/cub-RadixSortPairs.cuh' 2025-09-07T07:26:49.5060840Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-09-07T07:26:49.5062010Z adding 'torch/include/ATen/cuda/cub.h' 2025-09-07T07:26:49.5063040Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-09-07T07:26:49.5063870Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-09-07T07:26:49.5065930Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-09-07T07:26:49.5070320Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-09-07T07:26:49.5070580Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-09-07T07:26:49.5070840Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-09-07T07:26:49.5071130Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-09-07T07:26:49.5072420Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-09-07T07:26:49.5073430Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-09-07T07:26:49.5074250Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-09-07T07:26:49.5075640Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-09-07T07:26:49.5076650Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-09-07T07:26:49.5077870Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-09-07T07:26:49.5078930Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-09-07T07:26:49.5082580Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-09-07T07:26:49.5086010Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-09-07T07:26:49.5088110Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-09-07T07:26:49.5088760Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-09-07T07:26:49.5090840Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-09-07T07:26:49.5092290Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-09-07T07:26:49.5095560Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-09-07T07:26:49.5099000Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-09-07T07:26:49.5099620Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-09-07T07:26:49.5100360Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-09-07T07:26:49.5101450Z adding 'torch/include/ATen/cudnn/Types.h' 2025-09-07T07:26:49.5102040Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-09-07T07:26:49.5102910Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-09-07T07:26:49.5104390Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-09-07T07:26:49.5106200Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-09-07T07:26:49.5107230Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-09-07T07:26:49.5108310Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-09-07T07:26:49.5109320Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-09-07T07:26:49.5110220Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-09-07T07:26:49.5111180Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-09-07T07:26:49.5112360Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-09-07T07:26:49.5113620Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-09-07T07:26:49.5114780Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-09-07T07:26:49.5115830Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-09-07T07:26:49.5117080Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-09-07T07:26:49.5120660Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-09-07T07:26:49.5121630Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-09-07T07:26:49.5123770Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-09-07T07:26:49.5124880Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-09-07T07:26:49.5126930Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-09-07T07:26:49.5127470Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-09-07T07:26:49.5130550Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-09-07T07:26:49.5132950Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-09-07T07:26:49.5133420Z adding 'torch/include/ATen/functorch/Macros.h' 2025-09-07T07:26:49.5134660Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-09-07T07:26:49.5136150Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-09-07T07:26:49.5137050Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-09-07T07:26:49.5139440Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-09-07T07:26:49.5140640Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-09-07T07:26:49.5143860Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-09-07T07:26:49.5145060Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-09-07T07:26:49.5146010Z adding 'torch/include/ATen/metal/Context.h' 2025-09-07T07:26:49.5148380Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-09-07T07:26:49.5149060Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-09-07T07:26:49.5149880Z adding 'torch/include/ATen/miopen/Handle.h' 2025-09-07T07:26:49.5150670Z adding 'torch/include/ATen/miopen/Types.h' 2025-09-07T07:26:49.5151500Z adding 'torch/include/ATen/miopen/Utils.h' 2025-09-07T07:26:49.5152360Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-09-07T07:26:49.5153430Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-09-07T07:26:49.5154940Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-09-07T07:26:49.5159750Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-09-07T07:26:49.5160750Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-09-07T07:26:49.5161820Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-09-07T07:26:49.5163180Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-09-07T07:26:49.5164170Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-09-07T07:26:49.5166160Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-09-07T07:26:49.5166900Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-09-07T07:26:49.5170860Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-09-07T07:26:49.5172050Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-09-07T07:26:49.5174430Z adding 'torch/include/ATen/native/Activation.h' 2025-09-07T07:26:49.5175240Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-09-07T07:26:49.5176090Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-09-07T07:26:49.5178200Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-09-07T07:26:49.5179200Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-09-07T07:26:49.5181450Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-09-07T07:26:49.5182860Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-09-07T07:26:49.5183970Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-09-07T07:26:49.5184840Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-09-07T07:26:49.5186220Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-09-07T07:26:49.5187160Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-09-07T07:26:49.5188780Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-09-07T07:26:49.5192360Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-09-07T07:26:49.5193000Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-09-07T07:26:49.5193780Z adding 'torch/include/ATen/native/Copy.h' 2025-09-07T07:26:49.5194600Z adding 'torch/include/ATen/native/Cross.h' 2025-09-07T07:26:49.5196660Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-09-07T07:26:49.5199330Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-09-07T07:26:49.5199990Z adding 'torch/include/ATen/native/Distance.h' 2025-09-07T07:26:49.5203450Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-09-07T07:26:49.5208160Z adding 'torch/include/ATen/native/Distributions.h' 2025-09-07T07:26:49.5209470Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-09-07T07:26:49.5210310Z adding 'torch/include/ATen/native/Fill.h' 2025-09-07T07:26:49.5213680Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-09-07T07:26:49.5214560Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-09-07T07:26:49.5215400Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-09-07T07:26:49.5216200Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-09-07T07:26:49.5217060Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-09-07T07:26:49.5217890Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-09-07T07:26:49.5218800Z adding 'torch/include/ATen/native/Gelu.h' 2025-09-07T07:26:49.5221110Z adding 'torch/include/ATen/native/GridSampler.h' 2025-09-07T07:26:49.5222090Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-09-07T07:26:49.5224090Z adding 'torch/include/ATen/native/GroupedMMUtils.h' 2025-09-07T07:26:49.5224630Z adding 'torch/include/ATen/native/Histogram.h' 2025-09-07T07:26:49.5225550Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-09-07T07:26:49.5227540Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-09-07T07:26:49.5228250Z adding 'torch/include/ATen/native/Lerp.h' 2025-09-07T07:26:49.5229040Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-09-07T07:26:49.5235260Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-09-07T07:26:49.5236180Z adding 'torch/include/ATen/native/LossMulti.h' 2025-09-07T07:26:49.5265270Z adding 'torch/include/ATen/native/Math.h' 2025-09-07T07:26:49.5267020Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-09-07T07:26:49.5269360Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-09-07T07:26:49.5270380Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-09-07T07:26:49.5271330Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-09-07T07:26:49.5272510Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-09-07T07:26:49.5273360Z adding 'torch/include/ATen/native/Normalization.h' 2025-09-07T07:26:49.5274390Z adding 'torch/include/ATen/native/Padding.h' 2025-09-07T07:26:49.5275380Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-09-07T07:26:49.5276240Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-09-07T07:26:49.5279060Z adding 'torch/include/ATen/native/Pool.h' 2025-09-07T07:26:49.5279800Z adding 'torch/include/ATen/native/Pow.h' 2025-09-07T07:26:49.5280900Z adding 'torch/include/ATen/native/RNN.h' 2025-09-07T07:26:49.5281740Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-09-07T07:26:49.5282820Z adding 'torch/include/ATen/native/RangeUtils.h' 2025-09-07T07:26:49.5300670Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-09-07T07:26:49.5301640Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-09-07T07:26:49.5305150Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-09-07T07:26:49.5305900Z adding 'torch/include/ATen/native/ReductionType.h' 2025-09-07T07:26:49.5306890Z adding 'torch/include/ATen/native/Repeat.h' 2025-09-07T07:26:49.5309370Z adding 'torch/include/ATen/native/Resize.h' 2025-09-07T07:26:49.5310320Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-09-07T07:26:49.5311650Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-09-07T07:26:49.5312490Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-09-07T07:26:49.5315330Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-09-07T07:26:49.5316190Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-09-07T07:26:49.5317000Z adding 'torch/include/ATen/native/Sorting.h' 2025-09-07T07:26:49.5318050Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-09-07T07:26:49.5320250Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-09-07T07:26:49.5321210Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-09-07T07:26:49.5322790Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-09-07T07:26:49.5323880Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-09-07T07:26:49.5325280Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-09-07T07:26:49.5326190Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-09-07T07:26:49.5327060Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-09-07T07:26:49.5328090Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-09-07T07:26:49.5330110Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-09-07T07:26:49.5330460Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-09-07T07:26:49.5331540Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-09-07T07:26:49.5332310Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-09-07T07:26:49.5333850Z adding 'torch/include/ATen/native/TensorShape.h' 2025-09-07T07:26:49.5334830Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-09-07T07:26:49.5335950Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-09-07T07:26:49.5336820Z adding 'torch/include/ATen/native/TransposeType.h' 2025-09-07T07:26:49.5337900Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-09-07T07:26:49.5338750Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-09-07T07:26:49.5339960Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-09-07T07:26:49.5340860Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-09-07T07:26:49.5341730Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-09-07T07:26:49.5342960Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-09-07T07:26:49.5346840Z adding 'torch/include/ATen/native/UpSample.h' 2025-09-07T07:26:49.5347630Z adding 'torch/include/ATen/native/batch_norm.h' 2025-09-07T07:26:49.5348540Z adding 'torch/include/ATen/native/group_norm.h' 2025-09-07T07:26:49.5349910Z adding 'torch/include/ATen/native/im2col.h' 2025-09-07T07:26:49.5351790Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-09-07T07:26:49.5352860Z adding 'torch/include/ATen/native/layer_norm.h' 2025-09-07T07:26:49.5353720Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-09-07T07:26:49.5354820Z adding 'torch/include/ATen/native/vol2col.h' 2025-09-07T07:26:49.5357390Z adding 'torch/include/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.h' 2025-09-07T07:26:49.5358300Z adding 'torch/include/ATen/native/ao_sparse/quantized/cpu/packed_params.h' 2025-09-07T07:26:49.5359520Z adding 'torch/include/ATen/native/ao_sparse/quantized/cpu/qnnpack_utils.h' 2025-09-07T07:26:49.5360840Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-09-07T07:26:49.5361670Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-09-07T07:26:49.5362520Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-09-07T07:26:49.5363290Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-09-07T07:26:49.5364160Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-09-07T07:26:49.5367080Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-09-07T07:26:49.5368420Z adding 'torch/include/ATen/native/cpu/Elu.h' 2025-09-07T07:26:49.5369830Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-09-07T07:26:49.5370830Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-09-07T07:26:49.5373060Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-09-07T07:26:49.5373740Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-09-07T07:26:49.5374810Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-09-07T07:26:49.5375970Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-09-07T07:26:49.5378980Z adding 'torch/include/ATen/native/cpu/LogSoftmaxKernelImpl.h' 2025-09-07T07:26:49.5381820Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-09-07T07:26:49.5382440Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-09-07T07:26:49.5383310Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-09-07T07:26:49.5386430Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-09-07T07:26:49.5388250Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-09-07T07:26:49.5389110Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-09-07T07:26:49.5389880Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-09-07T07:26:49.5391970Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-09-07T07:26:49.5392560Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-09-07T07:26:49.5393450Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-09-07T07:26:49.5394270Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-09-07T07:26:49.5403960Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-09-07T07:26:49.5404870Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-09-07T07:26:49.5408350Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-09-07T07:26:49.5409210Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-09-07T07:26:49.5410220Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-09-07T07:26:49.5412290Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-09-07T07:26:49.5414040Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-09-07T07:26:49.5415360Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-09-07T07:26:49.5417360Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-09-07T07:26:49.5417940Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-09-07T07:26:49.5420810Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-09-07T07:26:49.5426500Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-09-07T07:26:49.5427450Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-09-07T07:26:49.5428200Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-09-07T07:26:49.5432760Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-09-07T07:26:49.5433620Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-09-07T07:26:49.5434470Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-09-07T07:26:49.5439450Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-09-07T07:26:49.5440320Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-09-07T07:26:49.5441160Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-09-07T07:26:49.5443960Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-09-07T07:26:49.5444630Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-09-07T07:26:49.5447080Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-09-07T07:26:49.5447720Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-09-07T07:26:49.5448510Z adding 'torch/include/ATen/native/cuda/GroupMM.h' 2025-09-07T07:26:49.5450510Z adding 'torch/include/ATen/native/cuda/GroupMMCommon.cuh' 2025-09-07T07:26:49.5451180Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-09-07T07:26:49.5452220Z adding 'torch/include/ATen/native/cuda/IndexKernelUtils.h' 2025-09-07T07:26:49.5454370Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-09-07T07:26:49.5457220Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-09-07T07:26:49.5457930Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-09-07T07:26:49.5460460Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-09-07T07:26:49.5481650Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-09-07T07:26:49.5486480Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-09-07T07:26:49.5487420Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-09-07T07:26:49.5490240Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-09-07T07:26:49.5501060Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-09-07T07:26:49.5504380Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-09-07T07:26:49.5505420Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-09-07T07:26:49.5506700Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-09-07T07:26:49.5517220Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-09-07T07:26:49.5518030Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-09-07T07:26:49.5519140Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-09-07T07:26:49.5520140Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-09-07T07:26:49.5521020Z adding 'torch/include/ATen/native/cuda/ScaledGroupMM.h' 2025-09-07T07:26:49.5521870Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-09-07T07:26:49.5525770Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-09-07T07:26:49.5526540Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-09-07T07:26:49.5527420Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-09-07T07:26:49.5530180Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-09-07T07:26:49.5530740Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-09-07T07:26:49.5532750Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-09-07T07:26:49.5535540Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-09-07T07:26:49.5539200Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-09-07T07:26:49.5539800Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-09-07T07:26:49.5540740Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-09-07T07:26:49.5541570Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-09-07T07:26:49.5544200Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-09-07T07:26:49.5545250Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-09-07T07:26:49.5546300Z adding 'torch/include/ATen/native/cuda/cutlass_common.cuh' 2025-09-07T07:26:49.5547160Z adding 'torch/include/ATen/native/cuda/fused_adagrad_impl.cuh' 2025-09-07T07:26:49.5548570Z adding 'torch/include/ATen/native/cuda/fused_adagrad_utils.cuh' 2025-09-07T07:26:49.5549440Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-09-07T07:26:49.5550370Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-09-07T07:26:49.5552500Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-09-07T07:26:49.5553080Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-09-07T07:26:49.5553930Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-09-07T07:26:49.5556290Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-09-07T07:26:49.5558060Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-09-07T07:26:49.5562330Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-09-07T07:26:49.5563460Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-09-07T07:26:49.5566050Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-09-07T07:26:49.5567140Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-09-07T07:26:49.5568070Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-09-07T07:26:49.5570710Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-09-07T07:26:49.5571520Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-09-07T07:26:49.5572870Z adding 'torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_collection.h' 2025-09-07T07:26:49.5575040Z adding 'torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_template.h' 2025-09-07T07:26:49.5575670Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-09-07T07:26:49.5576730Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-09-07T07:26:49.5578040Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-09-07T07:26:49.5579370Z adding 'torch/include/ATen/native/mkldnn/xpu/Conv.h' 2025-09-07T07:26:49.5580380Z adding 'torch/include/ATen/native/mkldnn/xpu/FusionUtils.h' 2025-09-07T07:26:49.5581440Z adding 'torch/include/ATen/native/mkldnn/xpu/qconv.h' 2025-09-07T07:26:49.5582480Z adding 'torch/include/ATen/native/mkldnn/xpu/qlinear.h' 2025-09-07T07:26:49.5586440Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-09-07T07:26:49.5589830Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/DnnlExt.h' 2025-09-07T07:26:49.5590780Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/LRUCache.h' 2025-09-07T07:26:49.5592110Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-09-07T07:26:49.5593480Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-09-07T07:26:49.5594660Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-09-07T07:26:49.5595610Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-09-07T07:26:49.5596620Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-09-07T07:26:49.5597680Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-09-07T07:26:49.5599730Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-09-07T07:26:49.5604740Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-09-07T07:26:49.5605440Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-09-07T07:26:49.5606450Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-09-07T07:26:49.5607710Z adding 'torch/include/ATen/native/mps/kernels/GridSampler.h' 2025-09-07T07:26:49.5608660Z adding 'torch/include/ATen/native/mps/kernels/Pooling.h' 2025-09-07T07:26:49.5609480Z adding 'torch/include/ATen/native/mps/kernels/UpSample.h' 2025-09-07T07:26:49.5610480Z adding 'torch/include/ATen/native/mps/operations/BinaryKernel.h' 2025-09-07T07:26:49.5611390Z adding 'torch/include/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.h' 2025-09-07T07:26:49.5612210Z adding 'torch/include/ATen/native/mps/operations/FusedAdamKernelImpl.h' 2025-09-07T07:26:49.5613090Z adding 'torch/include/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.h' 2025-09-07T07:26:49.5613890Z adding 'torch/include/ATen/native/mps/operations/FusedAdamWKernelImpl.h' 2025-09-07T07:26:49.5616880Z adding 'torch/include/ATen/native/mps/operations/MultiTensorApply.h' 2025-09-07T07:26:49.5617600Z adding 'torch/include/ATen/native/mtia/EmptyTensor.h' 2025-09-07T07:26:49.5618710Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-09-07T07:26:49.5619860Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-09-07T07:26:49.5621090Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-09-07T07:26:49.5622030Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-09-07T07:26:49.5625580Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-09-07T07:26:49.5626710Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-09-07T07:26:49.5627700Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-09-07T07:26:49.5628690Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-09-07T07:26:49.5629460Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-09-07T07:26:49.5630450Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-09-07T07:26:49.5631310Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-09-07T07:26:49.5632500Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-09-07T07:26:49.5633300Z adding 'torch/include/ATen/native/quantized/library.h' 2025-09-07T07:26:49.5635760Z adding 'torch/include/ATen/native/quantized/cpu/ACLUtils.h' 2025-09-07T07:26:49.5636300Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-09-07T07:26:49.5637250Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-09-07T07:26:49.5640070Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-09-07T07:26:49.5643420Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-09-07T07:26:49.5645780Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-09-07T07:26:49.5647290Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-09-07T07:26:49.5648140Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-09-07T07:26:49.5650890Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-09-07T07:26:49.5653490Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-09-07T07:26:49.5655780Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-09-07T07:26:49.5656260Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-09-07T07:26:49.5657250Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-09-07T07:26:49.5658140Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-09-07T07:26:49.5658990Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-09-07T07:26:49.5659900Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-09-07T07:26:49.5662460Z adding 'torch/include/ATen/native/quantized/cudnn/utils.h' 2025-09-07T07:26:49.5663480Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-09-07T07:26:49.5664650Z adding 'torch/include/ATen/native/transformers/sdp_utils.h' 2025-09-07T07:26:49.5668220Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-09-07T07:26:49.5669230Z adding 'torch/include/ATen/native/transformers/cuda/sdp_utils.h' 2025-09-07T07:26:49.5670830Z adding 'torch/include/ATen/native/transformers/cuda/flash_attn/flash_api.h' 2025-09-07T07:26:49.5672000Z adding 'torch/include/ATen/native/transformers/cuda/flash_attn/static_switch.h' 2025-09-07T07:26:49.5674490Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h' 2025-09-07T07:26:49.5676110Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h' 2025-09-07T07:26:49.5694180Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h' 2025-09-07T07:26:49.5705420Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h' 2025-09-07T07:26:49.5706370Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h' 2025-09-07T07:26:49.5711030Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_pipelined.h' 2025-09-07T07:26:49.5712780Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_rescale_output.h' 2025-09-07T07:26:49.5714520Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_thread_apply_logsumexp.h' 2025-09-07T07:26:49.5715900Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h' 2025-09-07T07:26:49.5717980Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h' 2025-09-07T07:26:49.5722680Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h' 2025-09-07T07:26:49.5725880Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h' 2025-09-07T07:26:49.5727150Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/find_default_mma.h' 2025-09-07T07:26:49.5729860Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_accum_lambda_iterator.h' 2025-09-07T07:26:49.5741750Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_from_smem.h' 2025-09-07T07:26:49.5744060Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/default_warp_iterator_from_smem.h' 2025-09-07T07:26:49.5747670Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h' 2025-09-07T07:26:49.5748450Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h' 2025-09-07T07:26:49.5754910Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h' 2025-09-07T07:26:49.5760570Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h' 2025-09-07T07:26:49.5761430Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/transpose_warp_iterator.h' 2025-09-07T07:26:49.5764130Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/warp_iterator_from_smem.h' 2025-09-07T07:26:49.5772100Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB.h' 2025-09-07T07:26:49.5774920Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF.h' 2025-09-07T07:26:49.5776200Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform/tile_smem_loader.h' 2025-09-07T07:26:49.5777920Z adding 'torch/include/ATen/native/transformers/hip/aotriton_adapter.h' 2025-09-07T07:26:49.5778800Z adding 'torch/include/ATen/native/transformers/hip/aotriton_versions.h' 2025-09-07T07:26:49.5779780Z adding 'torch/include/ATen/native/transformers/hip/gemm_kernel_utils.h' 2025-09-07T07:26:49.5782910Z adding 'torch/include/ATen/native/transformers/hip/flash_attn/flash_api.h' 2025-09-07T07:26:49.5783890Z adding 'torch/include/ATen/native/transformers/hip/flash_attn/ck/me_ck_api.h' 2025-09-07T07:26:49.5784860Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-09-07T07:26:49.5785840Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-09-07T07:26:49.5786990Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-09-07T07:26:49.5843320Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-09-07T07:26:49.5844110Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-09-07T07:26:49.5845180Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5846070Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.5846950Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.5847780Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h' 2025-09-07T07:26:49.5848650Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-09-07T07:26:49.5849680Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-09-07T07:26:49.5850660Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5851480Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-09-07T07:26:49.5852300Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-09-07T07:26:49.5853180Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h' 2025-09-07T07:26:49.5853990Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-09-07T07:26:49.5855000Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-09-07T07:26:49.5856040Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-09-07T07:26:49.5857020Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-09-07T07:26:49.5858020Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5858850Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.5859650Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.5860500Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-09-07T07:26:49.5861460Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-09-07T07:26:49.5862460Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5863230Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-09-07T07:26:49.5864020Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-09-07T07:26:49.5864870Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-09-07T07:26:49.5865820Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-09-07T07:26:49.5866700Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-09-07T07:26:49.5867670Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5868480Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-09-07T07:26:49.5869410Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-09-07T07:26:49.5870470Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-09-07T07:26:49.5871440Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5872270Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-09-07T07:26:49.5873150Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-09-07T07:26:49.5874040Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-09-07T07:26:49.5875220Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-09-07T07:26:49.5876170Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-09-07T07:26:49.5877210Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.5878020Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-09-07T07:26:49.5878920Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-09-07T07:26:49.5879760Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-09-07T07:26:49.5880650Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-09-07T07:26:49.5881570Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-09-07T07:26:49.5882610Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-09-07T07:26:49.5883670Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-09-07T07:26:49.5884660Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5885490Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-09-07T07:26:49.5886330Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-09-07T07:26:49.5887180Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-09-07T07:26:49.5888230Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-09-07T07:26:49.5889250Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-09-07T07:26:49.5890250Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5891090Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-09-07T07:26:49.5891920Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-09-07T07:26:49.5892740Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_mps_dispatch.h' 2025-09-07T07:26:49.5893600Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-09-07T07:26:49.5894670Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-09-07T07:26:49.5895580Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-09-07T07:26:49.5896600Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5897410Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-09-07T07:26:49.5898220Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-09-07T07:26:49.5899060Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-09-07T07:26:49.5899880Z adding 'torch/include/ATen/ops/_amp_update_scale_mps_dispatch.h' 2025-09-07T07:26:49.5900740Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-09-07T07:26:49.5901810Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-09-07T07:26:49.5902680Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-09-07T07:26:49.5903580Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-09-07T07:26:49.5904400Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-09-07T07:26:49.5905230Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-09-07T07:26:49.5906160Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-09-07T07:26:49.5907060Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-09-07T07:26:49.5907970Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5908730Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-09-07T07:26:49.5909630Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-09-07T07:26:49.5910690Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-09-07T07:26:49.5911710Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5912580Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-09-07T07:26:49.5913420Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-09-07T07:26:49.5914360Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-09-07T07:26:49.5915180Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-09-07T07:26:49.5916140Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5916910Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-09-07T07:26:49.5917800Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-09-07T07:26:49.5918630Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-09-07T07:26:49.5919580Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5920340Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-09-07T07:26:49.5921250Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-09-07T07:26:49.5922020Z adding 'torch/include/ATen/ops/_backward.h' 2025-09-07T07:26:49.5922980Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5923750Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-09-07T07:26:49.5924690Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-09-07T07:26:49.5925650Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-09-07T07:26:49.5926610Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-09-07T07:26:49.5927610Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5928430Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-09-07T07:26:49.5929430Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-09-07T07:26:49.5930370Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5931200Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-09-07T07:26:49.5932130Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-09-07T07:26:49.5933130Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-09-07T07:26:49.5934190Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5935000Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-09-07T07:26:49.5936080Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-09-07T07:26:49.5937120Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-09-07T07:26:49.5938090Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5938970Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-09-07T07:26:49.5939820Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-09-07T07:26:49.5940670Z adding 'torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h' 2025-09-07T07:26:49.5941630Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-09-07T07:26:49.5942770Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-09-07T07:26:49.5943660Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-09-07T07:26:49.5944660Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5945500Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-09-07T07:26:49.5946420Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-09-07T07:26:49.5947260Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-09-07T07:26:49.5948250Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5949100Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-09-07T07:26:49.5950010Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-09-07T07:26:49.5950870Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-09-07T07:26:49.5951840Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5952590Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-09-07T07:26:49.5953460Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-09-07T07:26:49.5954270Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-09-07T07:26:49.5955210Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5955930Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-09-07T07:26:49.5956820Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-09-07T07:26:49.5957620Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-09-07T07:26:49.5958580Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5959280Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-09-07T07:26:49.5960160Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-09-07T07:26:49.5960980Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-09-07T07:26:49.5961920Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5962640Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-09-07T07:26:49.5963490Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-09-07T07:26:49.5964300Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-09-07T07:26:49.5965250Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5965970Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-09-07T07:26:49.5966830Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-09-07T07:26:49.5967630Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-09-07T07:26:49.5968580Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5969330Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-09-07T07:26:49.5970170Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-09-07T07:26:49.5971080Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-09-07T07:26:49.5972070Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5972840Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-09-07T07:26:49.5973640Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-09-07T07:26:49.5974460Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-09-07T07:26:49.5975460Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-09-07T07:26:49.5976350Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-09-07T07:26:49.5977310Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5978130Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-09-07T07:26:49.5978950Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-09-07T07:26:49.5979760Z adding 'torch/include/ATen/ops/_cdist_forward_mps_dispatch.h' 2025-09-07T07:26:49.5980580Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-09-07T07:26:49.5981530Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-09-07T07:26:49.5982430Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-09-07T07:26:49.5983410Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5984200Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-09-07T07:26:49.5985000Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-09-07T07:26:49.5985810Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-09-07T07:26:49.5986750Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-09-07T07:26:49.5987610Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-09-07T07:26:49.5988610Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.5989340Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-09-07T07:26:49.5990230Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-09-07T07:26:49.5991080Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-09-07T07:26:49.5992050Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5992860Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-09-07T07:26:49.5993670Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-09-07T07:26:49.5994630Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-09-07T07:26:49.5995510Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-09-07T07:26:49.5996440Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.5997190Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-09-07T07:26:49.5998100Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-09-07T07:26:49.5999000Z adding 'torch/include/ATen/ops/_coalesce_sparsemps_dispatch.h' 2025-09-07T07:26:49.5999810Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-09-07T07:26:49.6000790Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6001550Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-09-07T07:26:49.6002330Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-09-07T07:26:49.6003300Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-09-07T07:26:49.6004190Z adding 'torch/include/ATen/ops/_coalesced_sparsemps_dispatch.h' 2025-09-07T07:26:49.6005080Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-09-07T07:26:49.6005980Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-09-07T07:26:49.6006810Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-09-07T07:26:49.6007620Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-09-07T07:26:49.6008600Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-09-07T07:26:49.6009330Z adding 'torch/include/ATen/ops/_conj.h' 2025-09-07T07:26:49.6010360Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6011070Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-09-07T07:26:49.6012030Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6012920Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6013620Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-09-07T07:26:49.6014530Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-09-07T07:26:49.6015370Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-09-07T07:26:49.6016230Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-09-07T07:26:49.6017090Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-09-07T07:26:49.6018060Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6018800Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-09-07T07:26:49.6019710Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-09-07T07:26:49.6020600Z adding 'torch/include/ATen/ops/_conj_physical_sparsecsrmps_dispatch.h' 2025-09-07T07:26:49.6021740Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-09-07T07:26:49.6022770Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-09-07T07:26:49.6023590Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-09-07T07:26:49.6024590Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-09-07T07:26:49.6025540Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-09-07T07:26:49.6026560Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6027340Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-09-07T07:26:49.6032420Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-09-07T07:26:49.6032810Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-09-07T07:26:49.6033170Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-09-07T07:26:49.6033550Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-09-07T07:26:49.6033890Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-09-07T07:26:49.6034210Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-09-07T07:26:49.6034650Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6035130Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-09-07T07:26:49.6035550Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-09-07T07:26:49.6035930Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-09-07T07:26:49.6036800Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-09-07T07:26:49.6037640Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-09-07T07:26:49.6039670Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-09-07T07:26:49.6040370Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-09-07T07:26:49.6041230Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-09-07T07:26:49.6042070Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-09-07T07:26:49.6042950Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-09-07T07:26:49.6043750Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-09-07T07:26:49.6044670Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-09-07T07:26:49.6045510Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h' 2025-09-07T07:26:49.6046300Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-09-07T07:26:49.6047210Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-09-07T07:26:49.6048600Z adding 'torch/include/ATen/ops/_convolution.h' 2025-09-07T07:26:49.6049750Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6050630Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6051650Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-09-07T07:26:49.6052700Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6053490Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-09-07T07:26:49.6054480Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-09-07T07:26:49.6055430Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-09-07T07:26:49.6056430Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6057220Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-09-07T07:26:49.6058150Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-09-07T07:26:49.6059040Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-09-07T07:26:49.6060170Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-09-07T07:26:49.6061060Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-09-07T07:26:49.6061950Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-09-07T07:26:49.6062920Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6063720Z adding 'torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h' 2025-09-07T07:26:49.6064520Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-09-07T07:26:49.6065440Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-09-07T07:26:49.6066390Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6067150Z adding 'torch/include/ATen/ops/_copy_from_mps_dispatch.h' 2025-09-07T07:26:49.6067980Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-09-07T07:26:49.6068930Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-09-07T07:26:49.6069780Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-09-07T07:26:49.6070710Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-09-07T07:26:49.6071570Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-09-07T07:26:49.6072520Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-09-07T07:26:49.6073460Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-09-07T07:26:49.6074450Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-09-07T07:26:49.6075350Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-09-07T07:26:49.6076320Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-09-07T07:26:49.6077200Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-09-07T07:26:49.6078130Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-09-07T07:26:49.6078960Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-09-07T07:26:49.6079890Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-09-07T07:26:49.6080900Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-09-07T07:26:49.6081950Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-09-07T07:26:49.6082950Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6083800Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-09-07T07:26:49.6084660Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6085550Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-09-07T07:26:49.6086630Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-09-07T07:26:49.6087630Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6088440Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-09-07T07:26:49.6089280Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-09-07T07:26:49.6090130Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-09-07T07:26:49.6091030Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-09-07T07:26:49.6092170Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-09-07T07:26:49.6093290Z adding 'torch/include/ATen/ops/_cudnn_attention_backward.h' 2025-09-07T07:26:49.6094260Z adding 'torch/include/ATen/ops/_cudnn_attention_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6095130Z adding 'torch/include/ATen/ops/_cudnn_attention_backward_native.h' 2025-09-07T07:26:49.6096110Z adding 'torch/include/ATen/ops/_cudnn_attention_backward_ops.h' 2025-09-07T07:26:49.6097200Z adding 'torch/include/ATen/ops/_cudnn_attention_forward.h' 2025-09-07T07:26:49.6098180Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h' 2025-09-07T07:26:49.6099020Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_native.h' 2025-09-07T07:26:49.6100030Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_ops.h' 2025-09-07T07:26:49.6101000Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-09-07T07:26:49.6102000Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6102820Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-09-07T07:26:49.6103670Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-09-07T07:26:49.6104740Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-09-07T07:26:49.6105750Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-09-07T07:26:49.6106750Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6107590Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-09-07T07:26:49.6108450Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-09-07T07:26:49.6109390Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-09-07T07:26:49.6111260Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-09-07T07:26:49.6112640Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-09-07T07:26:49.6113830Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6114770Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6115700Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-09-07T07:26:49.6116900Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-09-07T07:26:49.6118010Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6118870Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-09-07T07:26:49.6120070Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-09-07T07:26:49.6121130Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6121970Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-09-07T07:26:49.6122830Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-09-07T07:26:49.6123830Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-09-07T07:26:49.6124720Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-09-07T07:26:49.6125900Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-09-07T07:26:49.6126800Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-09-07T07:26:49.6127760Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6128530Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-09-07T07:26:49.6129400Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-09-07T07:26:49.6130270Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-09-07T07:26:49.6131210Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6131990Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-09-07T07:26:49.6132880Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-09-07T07:26:49.6133680Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-09-07T07:26:49.6134640Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6135380Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-09-07T07:26:49.6136240Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-09-07T07:26:49.6137090Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-09-07T07:26:49.6138050Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6138810Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-09-07T07:26:49.6139680Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-09-07T07:26:49.6140490Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-09-07T07:26:49.6141370Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-09-07T07:26:49.6142190Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-09-07T07:26:49.6143000Z adding 'torch/include/ATen/ops/_cummax_helper_mps_dispatch.h' 2025-09-07T07:26:49.6143800Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-09-07T07:26:49.6144700Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-09-07T07:26:49.6145570Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-09-07T07:26:49.6146440Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-09-07T07:26:49.6147240Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-09-07T07:26:49.6148070Z adding 'torch/include/ATen/ops/_cummin_helper_mps_dispatch.h' 2025-09-07T07:26:49.6148840Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-09-07T07:26:49.6149720Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-09-07T07:26:49.6150600Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-09-07T07:26:49.6151540Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6152290Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-09-07T07:26:49.6153170Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-09-07T07:26:49.6153920Z adding 'torch/include/ATen/ops/_dimI.h' 2025-09-07T07:26:49.6154740Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-09-07T07:26:49.6155630Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-09-07T07:26:49.6156440Z adding 'torch/include/ATen/ops/_dimV.h' 2025-09-07T07:26:49.6157230Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-09-07T07:26:49.6158080Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-09-07T07:26:49.6158920Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-09-07T07:26:49.6159880Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6160600Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-09-07T07:26:49.6161490Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-09-07T07:26:49.6162370Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-09-07T07:26:49.6163330Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6164120Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-09-07T07:26:49.6164930Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-09-07T07:26:49.6165740Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-09-07T07:26:49.6166680Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-09-07T07:26:49.6167550Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-09-07T07:26:49.6168450Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-09-07T07:26:49.6169260Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-09-07T07:26:49.6170190Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-09-07T07:26:49.6171030Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-09-07T07:26:49.6171960Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-09-07T07:26:49.6172780Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-09-07T07:26:49.6173700Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-09-07T07:26:49.6174910Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-09-07T07:26:49.6176020Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6176980Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-09-07T07:26:49.6178140Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-09-07T07:26:49.6179380Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-09-07T07:26:49.6180470Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-09-07T07:26:49.6181400Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-09-07T07:26:49.6182430Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-09-07T07:26:49.6183610Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-09-07T07:26:49.6184620Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6185500Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-09-07T07:26:49.6186340Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-09-07T07:26:49.6187190Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-09-07T07:26:49.6188030Z adding 'torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h' 2025-09-07T07:26:49.6188960Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-09-07T07:26:49.6189910Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-09-07T07:26:49.6190940Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-09-07T07:26:49.6192010Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-09-07T07:26:49.6192980Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-09-07T07:26:49.6193870Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6194710Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-09-07T07:26:49.6195690Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-09-07T07:26:49.6196690Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6197520Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-09-07T07:26:49.6198360Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-09-07T07:26:49.6199620Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-09-07T07:26:49.6200680Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6201520Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-09-07T07:26:49.6202390Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6203280Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-09-07T07:26:49.6204320Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-09-07T07:26:49.6205360Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-09-07T07:26:49.6206400Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6207220Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-09-07T07:26:49.6208050Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-09-07T07:26:49.6208950Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-09-07T07:26:49.6210020Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-09-07T07:26:49.6210920Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-09-07T07:26:49.6211980Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-09-07T07:26:49.6213000Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-09-07T07:26:49.6213990Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6214800Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-09-07T07:26:49.6215660Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6216520Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-09-07T07:26:49.6217510Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-09-07T07:26:49.6218510Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-09-07T07:26:49.6219520Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6220320Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-09-07T07:26:49.6221290Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-09-07T07:26:49.6222630Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-09-07T07:26:49.6223680Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6224540Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-09-07T07:26:49.6225420Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-09-07T07:26:49.6226460Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-09-07T07:26:49.6227960Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-09-07T07:26:49.6229100Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6230030Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-09-07T07:26:49.6231020Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-09-07T07:26:49.6232140Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-09-07T07:26:49.6233090Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-09-07T07:26:49.6234110Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6234860Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-09-07T07:26:49.6235770Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-09-07T07:26:49.6236790Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-09-07T07:26:49.6237730Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-09-07T07:26:49.6238640Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-09-07T07:26:49.6239480Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6240350Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-09-07T07:26:49.6241310Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-09-07T07:26:49.6242260Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6243060Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-09-07T07:26:49.6243910Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-09-07T07:26:49.6244740Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-09-07T07:26:49.6246690Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-09-07T07:26:49.6247500Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-09-07T07:26:49.6248380Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-09-07T07:26:49.6249280Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-09-07T07:26:49.6250110Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6250950Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-09-07T07:26:49.6251870Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-09-07T07:26:49.6252840Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6253640Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-09-07T07:26:49.6254470Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-09-07T07:26:49.6255640Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-09-07T07:26:49.6256630Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-09-07T07:26:49.6257660Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-09-07T07:26:49.6258720Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6259520Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-09-07T07:26:49.6260370Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-09-07T07:26:49.6261260Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-09-07T07:26:49.6262260Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-09-07T07:26:49.6263200Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-09-07T07:26:49.6264150Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-09-07T07:26:49.6265020Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-09-07T07:26:49.6265890Z adding 'torch/include/ATen/ops/_fft_c2c_mps_dispatch.h' 2025-09-07T07:26:49.6266730Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-09-07T07:26:49.6267710Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-09-07T07:26:49.6268740Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-09-07T07:26:49.6269680Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-09-07T07:26:49.6270570Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-09-07T07:26:49.6271420Z adding 'torch/include/ATen/ops/_fft_c2r_mps_dispatch.h' 2025-09-07T07:26:49.6272270Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-09-07T07:26:49.6273240Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-09-07T07:26:49.6274150Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-09-07T07:26:49.6275090Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-09-07T07:26:49.6275920Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-09-07T07:26:49.6276730Z adding 'torch/include/ATen/ops/_fft_r2c_mps_dispatch.h' 2025-09-07T07:26:49.6277570Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-09-07T07:26:49.6278550Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-09-07T07:26:49.6279460Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-09-07T07:26:49.6280360Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-09-07T07:26:49.6281190Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-09-07T07:26:49.6282010Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-09-07T07:26:49.6282910Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-09-07T07:26:49.6284040Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-09-07T07:26:49.6285060Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6285900Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-09-07T07:26:49.6286930Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-09-07T07:26:49.6288040Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-09-07T07:26:49.6289060Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-09-07T07:26:49.6289930Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-09-07T07:26:49.6290950Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-09-07T07:26:49.6291840Z adding 'torch/include/ATen/ops/_foobar.h' 2025-09-07T07:26:49.6292810Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6293600Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-09-07T07:26:49.6294420Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-09-07T07:26:49.6295370Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-09-07T07:26:49.6296300Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-09-07T07:26:49.6297350Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6298270Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-09-07T07:26:49.6299120Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-09-07T07:26:49.6300110Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-09-07T07:26:49.6301000Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-09-07T07:26:49.6301950Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6302750Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-09-07T07:26:49.6303640Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-09-07T07:26:49.6304570Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-09-07T07:26:49.6305760Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-09-07T07:26:49.6306850Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6307780Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-09-07T07:26:49.6308770Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-09-07T07:26:49.6310370Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-09-07T07:26:49.6311430Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-09-07T07:26:49.6312490Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6313380Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-09-07T07:26:49.6314390Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-09-07T07:26:49.6315780Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-09-07T07:26:49.6316920Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-09-07T07:26:49.6318030Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6318880Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-09-07T07:26:49.6319810Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-09-07T07:26:49.6321140Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-09-07T07:26:49.6322050Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-09-07T07:26:49.6323000Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6323810Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-09-07T07:26:49.6324650Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-09-07T07:26:49.6325610Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-09-07T07:26:49.6326500Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-09-07T07:26:49.6327460Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6328280Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-09-07T07:26:49.6329080Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-09-07T07:26:49.6330070Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-09-07T07:26:49.6330910Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-09-07T07:26:49.6331870Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6332650Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-09-07T07:26:49.6333460Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-09-07T07:26:49.6334380Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-09-07T07:26:49.6335440Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-09-07T07:26:49.6336470Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6337320Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-09-07T07:26:49.6338230Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-09-07T07:26:49.6339460Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-09-07T07:26:49.6340530Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-09-07T07:26:49.6341560Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6342370Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-09-07T07:26:49.6343300Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-09-07T07:26:49.6344490Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-09-07T07:26:49.6345430Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-09-07T07:26:49.6346430Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6347230Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-09-07T07:26:49.6348090Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-09-07T07:26:49.6349040Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-09-07T07:26:49.6349920Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-09-07T07:26:49.6350860Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6351650Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-09-07T07:26:49.6352490Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-09-07T07:26:49.6353420Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-09-07T07:26:49.6354290Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-09-07T07:26:49.6355250Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6356280Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-09-07T07:26:49.6357310Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-09-07T07:26:49.6358250Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-09-07T07:26:49.6359360Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-09-07T07:26:49.6360440Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6361260Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-09-07T07:26:49.6362210Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-09-07T07:26:49.6363580Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-09-07T07:26:49.6364440Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-09-07T07:26:49.6365390Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6366180Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-09-07T07:26:49.6366970Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-09-07T07:26:49.6367900Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-09-07T07:26:49.6368760Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-09-07T07:26:49.6369680Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6370460Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-09-07T07:26:49.6371270Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-09-07T07:26:49.6372240Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-09-07T07:26:49.6373070Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-09-07T07:26:49.6374010Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6374790Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-09-07T07:26:49.6375630Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-09-07T07:26:49.6376550Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-09-07T07:26:49.6377410Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-09-07T07:26:49.6378350Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6379140Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-09-07T07:26:49.6379960Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-09-07T07:26:49.6380900Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-09-07T07:26:49.6381760Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-09-07T07:26:49.6382720Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6383520Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-09-07T07:26:49.6384320Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-09-07T07:26:49.6385260Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-09-07T07:26:49.6386110Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-09-07T07:26:49.6387030Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6387810Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-09-07T07:26:49.6388620Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-09-07T07:26:49.6389560Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-09-07T07:26:49.6390630Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-09-07T07:26:49.6391660Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6392540Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-09-07T07:26:49.6393450Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-09-07T07:26:49.6394680Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-09-07T07:26:49.6395570Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-09-07T07:26:49.6396510Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6397300Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-09-07T07:26:49.6398120Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-09-07T07:26:49.6399050Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-09-07T07:26:49.6399920Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-09-07T07:26:49.6400790Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-09-07T07:26:49.6401740Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6402530Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-09-07T07:26:49.6403350Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-09-07T07:26:49.6404260Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-09-07T07:26:49.6405140Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-09-07T07:26:49.6406080Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6406870Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-09-07T07:26:49.6407670Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-09-07T07:26:49.6408600Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-09-07T07:26:49.6409460Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-09-07T07:26:49.6410410Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6411200Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-09-07T07:26:49.6412010Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-09-07T07:26:49.6412970Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-09-07T07:26:49.6413880Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6414660Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-09-07T07:26:49.6415470Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-09-07T07:26:49.6416380Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-09-07T07:26:49.6417240Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-09-07T07:26:49.6418180Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6418960Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-09-07T07:26:49.6419800Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-09-07T07:26:49.6420690Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-09-07T07:26:49.6421740Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-09-07T07:26:49.6422750Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6423590Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-09-07T07:26:49.6424490Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-09-07T07:26:49.6425710Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-09-07T07:26:49.6426750Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-09-07T07:26:49.6427800Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6428640Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-09-07T07:26:49.6429540Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-09-07T07:26:49.6430740Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-09-07T07:26:49.6431870Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-09-07T07:26:49.6432890Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6433720Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-09-07T07:26:49.6434670Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-09-07T07:26:49.6436040Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-09-07T07:26:49.6436930Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-09-07T07:26:49.6437860Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6438650Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-09-07T07:26:49.6439450Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-09-07T07:26:49.6440380Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-09-07T07:26:49.6441300Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-09-07T07:26:49.6442300Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6443100Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-09-07T07:26:49.6443930Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-09-07T07:26:49.6444880Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-09-07T07:26:49.6445940Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-09-07T07:26:49.6446970Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6447780Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-09-07T07:26:49.6448700Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-09-07T07:26:49.6449930Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-09-07T07:26:49.6450840Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-09-07T07:26:49.6451790Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6452580Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-09-07T07:26:49.6453400Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-09-07T07:26:49.6454350Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-09-07T07:26:49.6455190Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-09-07T07:26:49.6456140Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6456910Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-09-07T07:26:49.6457720Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-09-07T07:26:49.6458640Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-09-07T07:26:49.6459490Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-09-07T07:26:49.6460430Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6461240Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-09-07T07:26:49.6462050Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-09-07T07:26:49.6463000Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-09-07T07:26:49.6463830Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-09-07T07:26:49.6464780Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6465610Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-09-07T07:26:49.6466460Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-09-07T07:26:49.6467360Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-09-07T07:26:49.6468210Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-09-07T07:26:49.6469460Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6470270Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-09-07T07:26:49.6471200Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-09-07T07:26:49.6472150Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-09-07T07:26:49.6473070Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-09-07T07:26:49.6474050Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6474790Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-09-07T07:26:49.6475590Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-09-07T07:26:49.6476520Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-09-07T07:26:49.6477370Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-09-07T07:26:49.6478270Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6479050Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-09-07T07:26:49.6479860Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-09-07T07:26:49.6480750Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-09-07T07:26:49.6481620Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-09-07T07:26:49.6482550Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6483330Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-09-07T07:26:49.6484130Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-09-07T07:26:49.6488630Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-09-07T07:26:49.6488830Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-09-07T07:26:49.6489060Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6489170Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-09-07T07:26:49.6489260Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-09-07T07:26:49.6490580Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-09-07T07:26:49.6491820Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-09-07T07:26:49.6492990Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6494250Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-09-07T07:26:49.6495150Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-09-07T07:26:49.6496190Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-09-07T07:26:49.6497120Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-09-07T07:26:49.6498270Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6499090Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-09-07T07:26:49.6499970Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-09-07T07:26:49.6500980Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-09-07T07:26:49.6501950Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-09-07T07:26:49.6502990Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6503810Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-09-07T07:26:49.6504650Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-09-07T07:26:49.6505680Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-09-07T07:26:49.6506600Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-09-07T07:26:49.6507590Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6508420Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-09-07T07:26:49.6509300Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-09-07T07:26:49.6510290Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-09-07T07:26:49.6511190Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-09-07T07:26:49.6512120Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-09-07T07:26:49.6513010Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-09-07T07:26:49.6513970Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-09-07T07:26:49.6514850Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-09-07T07:26:49.6515850Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6516720Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-09-07T07:26:49.6517620Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-09-07T07:26:49.6518500Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-09-07T07:26:49.6519490Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6520390Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-09-07T07:26:49.6521370Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6522180Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-09-07T07:26:49.6523120Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-09-07T07:26:49.6524010Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-09-07T07:26:49.6524950Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-09-07T07:26:49.6526150Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-09-07T07:26:49.6527230Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6528160Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-09-07T07:26:49.6529050Z adding 'torch/include/ATen/ops/_fused_adagrad_cuda_dispatch.h' 2025-09-07T07:26:49.6530040Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-09-07T07:26:49.6531680Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-09-07T07:26:49.6532840Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-09-07T07:26:49.6533990Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6534860Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-09-07T07:26:49.6535750Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-09-07T07:26:49.6536710Z adding 'torch/include/ATen/ops/_fused_adam_mps_dispatch.h' 2025-09-07T07:26:49.6537780Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-09-07T07:26:49.6539370Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-09-07T07:26:49.6540550Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-09-07T07:26:49.6541800Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6542610Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-09-07T07:26:49.6543450Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-09-07T07:26:49.6544290Z adding 'torch/include/ATen/ops/_fused_adamw_mps_dispatch.h' 2025-09-07T07:26:49.6545410Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-09-07T07:26:49.6547000Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-09-07T07:26:49.6547850Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-09-07T07:26:49.6548830Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6549700Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-09-07T07:26:49.6550550Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-09-07T07:26:49.6551530Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-09-07T07:26:49.6552750Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-09-07T07:26:49.6553890Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6554760Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-09-07T07:26:49.6555620Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-09-07T07:26:49.6556560Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-09-07T07:26:49.6557830Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-09-07T07:26:49.6558720Z adding 'torch/include/ATen/ops/_fused_rms_norm.h' 2025-09-07T07:26:49.6559650Z adding 'torch/include/ATen/ops/_fused_rms_norm_backward.h' 2025-09-07T07:26:49.6560600Z adding 'torch/include/ATen/ops/_fused_rms_norm_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6561470Z adding 'torch/include/ATen/ops/_fused_rms_norm_backward_native.h' 2025-09-07T07:26:49.6562450Z adding 'torch/include/ATen/ops/_fused_rms_norm_backward_ops.h' 2025-09-07T07:26:49.6563400Z adding 'torch/include/ATen/ops/_fused_rms_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6564210Z adding 'torch/include/ATen/ops/_fused_rms_norm_cuda_dispatch.h' 2025-09-07T07:26:49.6565090Z adding 'torch/include/ATen/ops/_fused_rms_norm_mps_dispatch.h' 2025-09-07T07:26:49.6565950Z adding 'torch/include/ATen/ops/_fused_rms_norm_native.h' 2025-09-07T07:26:49.6566900Z adding 'torch/include/ATen/ops/_fused_rms_norm_ops.h' 2025-09-07T07:26:49.6567780Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-09-07T07:26:49.6568780Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-09-07T07:26:49.6569620Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-09-07T07:26:49.6570480Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-09-07T07:26:49.6571350Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-09-07T07:26:49.6572390Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-09-07T07:26:49.6573580Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-09-07T07:26:49.6574690Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6575520Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-09-07T07:26:49.6576450Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-09-07T07:26:49.6577320Z adding 'torch/include/ATen/ops/_fused_sgd_mps_dispatch.h' 2025-09-07T07:26:49.6578310Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-09-07T07:26:49.6579910Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-09-07T07:26:49.6580650Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-09-07T07:26:49.6581610Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6582410Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-09-07T07:26:49.6583370Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6584390Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6585110Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-09-07T07:26:49.6586070Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-09-07T07:26:49.6586890Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-09-07T07:26:49.6587830Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-09-07T07:26:49.6588740Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-09-07T07:26:49.6589730Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6590500Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-09-07T07:26:49.6591480Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-09-07T07:26:49.6592450Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-09-07T07:26:49.6593390Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-09-07T07:26:49.6594380Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6595230Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-09-07T07:26:49.6596190Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-09-07T07:26:49.6597160Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6597940Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-09-07T07:26:49.6599000Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-09-07T07:26:49.6599850Z adding 'torch/include/ATen/ops/_grouped_mm.h' 2025-09-07T07:26:49.6600880Z adding 'torch/include/ATen/ops/_grouped_mm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6601640Z adding 'torch/include/ATen/ops/_grouped_mm_cuda_dispatch.h' 2025-09-07T07:26:49.6602540Z adding 'torch/include/ATen/ops/_grouped_mm_native.h' 2025-09-07T07:26:49.6603490Z adding 'torch/include/ATen/ops/_grouped_mm_ops.h' 2025-09-07T07:26:49.6604390Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-09-07T07:26:49.6605370Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6606180Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-09-07T07:26:49.6607090Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-09-07T07:26:49.6607920Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-09-07T07:26:49.6608870Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6609680Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-09-07T07:26:49.6610610Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-09-07T07:26:49.6611540Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-09-07T07:26:49.6612530Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6613420Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-09-07T07:26:49.6614240Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h' 2025-09-07T07:26:49.6615090Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-09-07T07:26:49.6616060Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-09-07T07:26:49.6617100Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-09-07T07:26:49.6618100Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6618910Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-09-07T07:26:49.6619730Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h' 2025-09-07T07:26:49.6620630Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-09-07T07:26:49.6621670Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-09-07T07:26:49.6622590Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-09-07T07:26:49.6623570Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6624460Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-09-07T07:26:49.6625320Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h' 2025-09-07T07:26:49.6626160Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-09-07T07:26:49.6627150Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-09-07T07:26:49.6628170Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-09-07T07:26:49.6629200Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6629990Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-09-07T07:26:49.6630820Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-09-07T07:26:49.6631670Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-09-07T07:26:49.6632490Z adding 'torch/include/ATen/ops/_index_put_impl_mps_dispatch.h' 2025-09-07T07:26:49.6633410Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-09-07T07:26:49.6634420Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-09-07T07:26:49.6635400Z adding 'torch/include/ATen/ops/_indices.h' 2025-09-07T07:26:49.6636350Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-09-07T07:26:49.6637440Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6638370Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6639190Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-09-07T07:26:49.6640100Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-09-07T07:26:49.6640910Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-09-07T07:26:49.6641800Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-09-07T07:26:49.6642760Z adding 'torch/include/ATen/ops/_indices_sparsemps_dispatch.h' 2025-09-07T07:26:49.6643620Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-09-07T07:26:49.6644510Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-09-07T07:26:49.6645350Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-09-07T07:26:49.6646240Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-09-07T07:26:49.6647190Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-09-07T07:26:49.6648040Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-09-07T07:26:49.6649040Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6649880Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-09-07T07:26:49.6650830Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-09-07T07:26:49.6651700Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-09-07T07:26:49.6652680Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6653560Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-09-07T07:26:49.6654520Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-09-07T07:26:49.6655400Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-09-07T07:26:49.6656400Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6657280Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-09-07T07:26:49.6658220Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-09-07T07:26:49.6659250Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-09-07T07:26:49.6660160Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-09-07T07:26:49.6661090Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-09-07T07:26:49.6661910Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-09-07T07:26:49.6662870Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-09-07T07:26:49.6663620Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-09-07T07:26:49.6664610Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6665380Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-09-07T07:26:49.6666250Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-09-07T07:26:49.6667140Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-09-07T07:26:49.6668170Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6668930Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-09-07T07:26:49.6669830Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-09-07T07:26:49.6670740Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-09-07T07:26:49.6671790Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6672600Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-09-07T07:26:49.6673480Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-09-07T07:26:49.6674300Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-09-07T07:26:49.6675230Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-09-07T07:26:49.6676050Z adding 'torch/include/ATen/ops/_linalg_det_mps_dispatch.h' 2025-09-07T07:26:49.6676890Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-09-07T07:26:49.6677850Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-09-07T07:26:49.6678850Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-09-07T07:26:49.6679900Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6680720Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-09-07T07:26:49.6681560Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-09-07T07:26:49.6682490Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-09-07T07:26:49.6683420Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-09-07T07:26:49.6684370Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-09-07T07:26:49.6685380Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-09-07T07:26:49.6686740Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-09-07T07:26:49.6687700Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-09-07T07:26:49.6688500Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-09-07T07:26:49.6689320Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-09-07T07:26:49.6690270Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-09-07T07:26:49.6691200Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-09-07T07:26:49.6692180Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6692950Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-09-07T07:26:49.6693860Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-09-07T07:26:49.6694690Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-09-07T07:26:49.6695550Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-09-07T07:26:49.6696360Z adding 'torch/include/ATen/ops/_linalg_slogdet_mps_dispatch.h' 2025-09-07T07:26:49.6697270Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-09-07T07:26:49.6698250Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-09-07T07:26:49.6699230Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-09-07T07:26:49.6700250Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6701120Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-09-07T07:26:49.6702000Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-09-07T07:26:49.6702810Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-09-07T07:26:49.6703700Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-09-07T07:26:49.6704570Z adding 'torch/include/ATen/ops/_linalg_solve_ex_mps_dispatch.h' 2025-09-07T07:26:49.6705420Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-09-07T07:26:49.6706420Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-09-07T07:26:49.6707380Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-09-07T07:26:49.6708460Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6709260Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-09-07T07:26:49.6710110Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-09-07T07:26:49.6710950Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-09-07T07:26:49.6711870Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-09-07T07:26:49.6712740Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-09-07T07:26:49.6713730Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-09-07T07:26:49.6714590Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-09-07T07:26:49.6715550Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-09-07T07:26:49.6716370Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-09-07T07:26:49.6717180Z adding 'torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h' 2025-09-07T07:26:49.6718010Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-09-07T07:26:49.6718970Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-09-07T07:26:49.6719850Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-09-07T07:26:49.6720800Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-09-07T07:26:49.6721850Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6722700Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-09-07T07:26:49.6723560Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-09-07T07:26:49.6724400Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-09-07T07:26:49.6725250Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-09-07T07:26:49.6726130Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h' 2025-09-07T07:26:49.6727010Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-09-07T07:26:49.6728000Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-09-07T07:26:49.6728950Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6729770Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-09-07T07:26:49.6730650Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-09-07T07:26:49.6731470Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-09-07T07:26:49.6732320Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-09-07T07:26:49.6733210Z adding 'torch/include/ATen/ops/_log_softmax_mps_dispatch.h' 2025-09-07T07:26:49.6734050Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-09-07T07:26:49.6734990Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-09-07T07:26:49.6735870Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-09-07T07:26:49.6736830Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-09-07T07:26:49.6737660Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-09-07T07:26:49.6738470Z adding 'torch/include/ATen/ops/_logcumsumexp_mps_dispatch.h' 2025-09-07T07:26:49.6739330Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-09-07T07:26:49.6740330Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-09-07T07:26:49.6741370Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-09-07T07:26:49.6742450Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6743250Z adding 'torch/include/ATen/ops/_lstm_mps_mps_dispatch.h' 2025-09-07T07:26:49.6744200Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-09-07T07:26:49.6745290Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-09-07T07:26:49.6746170Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-09-07T07:26:49.6747130Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6747950Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-09-07T07:26:49.6748900Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-09-07T07:26:49.6749840Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-09-07T07:26:49.6750780Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-09-07T07:26:49.6751690Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-09-07T07:26:49.6752630Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-09-07T07:26:49.6753480Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-09-07T07:26:49.6754450Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6755330Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-09-07T07:26:49.6756320Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6757200Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6757940Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-09-07T07:26:49.6758940Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-09-07T07:26:49.6759780Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-09-07T07:26:49.6760700Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-09-07T07:26:49.6761650Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-09-07T07:26:49.6762750Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6763550Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-09-07T07:26:49.6764350Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-09-07T07:26:49.6765200Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-09-07T07:26:49.6766260Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-09-07T07:26:49.6767190Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-09-07T07:26:49.6768150Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6768950Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-09-07T07:26:49.6769830Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-09-07T07:26:49.6770690Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-09-07T07:26:49.6771660Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-09-07T07:26:49.6772490Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-09-07T07:26:49.6773510Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6774330Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-09-07T07:26:49.6775140Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-09-07T07:26:49.6776090Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-09-07T07:26:49.6777070Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-09-07T07:26:49.6778040Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-09-07T07:26:49.6779020Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6779840Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-09-07T07:26:49.6780730Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6781570Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-09-07T07:26:49.6782540Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-09-07T07:26:49.6783550Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6784460Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-09-07T07:26:49.6785300Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-09-07T07:26:49.6786140Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-09-07T07:26:49.6787120Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-09-07T07:26:49.6788090Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-09-07T07:26:49.6788990Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-09-07T07:26:49.6789830Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-09-07T07:26:49.6790770Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-09-07T07:26:49.6791700Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-09-07T07:26:49.6792670Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6793420Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-09-07T07:26:49.6794400Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-09-07T07:26:49.6795360Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-09-07T07:26:49.6796340Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6797150Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-09-07T07:26:49.6797950Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-09-07T07:26:49.6799020Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-09-07T07:26:49.6800240Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-09-07T07:26:49.6801300Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6802120Z adding 'torch/include/ATen/ops/_mps_convolution_mps_dispatch.h' 2025-09-07T07:26:49.6803080Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-09-07T07:26:49.6804090Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-09-07T07:26:49.6805310Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-09-07T07:26:49.6806390Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6807290Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h' 2025-09-07T07:26:49.6808180Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-09-07T07:26:49.6809180Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-09-07T07:26:49.6810320Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-09-07T07:26:49.6811410Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6812310Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-09-07T07:26:49.6813240Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-09-07T07:26:49.6814120Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h' 2025-09-07T07:26:49.6815220Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-09-07T07:26:49.6816270Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-09-07T07:26:49.6817330Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6818130Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-09-07T07:26:49.6819250Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-09-07T07:26:49.6820500Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-09-07T07:26:49.6821580Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-09-07T07:26:49.6822650Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6823570Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-09-07T07:26:49.6824490Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-09-07T07:26:49.6825360Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-09-07T07:26:49.6826450Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-09-07T07:26:49.6827340Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-09-07T07:26:49.6828300Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6829110Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-09-07T07:26:49.6830050Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6831000Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6831730Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-09-07T07:26:49.6832690Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-09-07T07:26:49.6833510Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-09-07T07:26:49.6834450Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-09-07T07:26:49.6835410Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-09-07T07:26:49.6836300Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-09-07T07:26:49.6837140Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-09-07T07:26:49.6838020Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-09-07T07:26:49.6838990Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-09-07T07:26:49.6839840Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-09-07T07:26:49.6840830Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-09-07T07:26:49.6841830Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6842630Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-09-07T07:26:49.6843570Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-09-07T07:26:49.6844500Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6845350Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-09-07T07:26:49.6846200Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-09-07T07:26:49.6847010Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-09-07T07:26:49.6847960Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-09-07T07:26:49.6849060Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-09-07T07:26:49.6849900Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-09-07T07:26:49.6850870Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-09-07T07:26:49.6851750Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-09-07T07:26:49.6852680Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-09-07T07:26:49.6853610Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-09-07T07:26:49.6854530Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-09-07T07:26:49.6855310Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-09-07T07:26:49.6856240Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-09-07T07:26:49.6857070Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-09-07T07:26:49.6857850Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-09-07T07:26:49.6858710Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-09-07T07:26:49.6859580Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-09-07T07:26:49.6860380Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-09-07T07:26:49.6861220Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-09-07T07:26:49.6862040Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-09-07T07:26:49.6862850Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-09-07T07:26:49.6863700Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-09-07T07:26:49.6864520Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-09-07T07:26:49.6865290Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-09-07T07:26:49.6866190Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-09-07T07:26:49.6867040Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-09-07T07:26:49.6867920Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-09-07T07:26:49.6868920Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6869920Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6870660Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-09-07T07:26:49.6871580Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-09-07T07:26:49.6872340Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-09-07T07:26:49.6873290Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-09-07T07:26:49.6874230Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-09-07T07:26:49.6875100Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-09-07T07:26:49.6875990Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-09-07T07:26:49.6876900Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-09-07T07:26:49.6877750Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-09-07T07:26:49.6878670Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-09-07T07:26:49.6879590Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-09-07T07:26:49.6880630Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6881460Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-09-07T07:26:49.6882280Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-09-07T07:26:49.6883120Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-09-07T07:26:49.6884070Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-09-07T07:26:49.6884930Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-09-07T07:26:49.6885730Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-09-07T07:26:49.6886640Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-09-07T07:26:49.6887520Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-09-07T07:26:49.6888460Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-09-07T07:26:49.6889450Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-09-07T07:26:49.6890500Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6891350Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-09-07T07:26:49.6892360Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-09-07T07:26:49.6893220Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-09-07T07:26:49.6894180Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6895010Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-09-07T07:26:49.6895930Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-09-07T07:26:49.6897160Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-09-07T07:26:49.6898010Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-09-07T07:26:49.6898980Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-09-07T07:26:49.6899850Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-09-07T07:26:49.6900800Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6901570Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-09-07T07:26:49.6902540Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-09-07T07:26:49.6903400Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-09-07T07:26:49.6904350Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6905110Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-09-07T07:26:49.6906090Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-09-07T07:26:49.6906990Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-09-07T07:26:49.6907920Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-09-07T07:26:49.6908950Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6909990Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6910830Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-09-07T07:26:49.6911780Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-09-07T07:26:49.6912680Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-09-07T07:26:49.6913550Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-09-07T07:26:49.6914390Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-09-07T07:26:49.6915280Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-09-07T07:26:49.6916210Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-09-07T07:26:49.6917240Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-09-07T07:26:49.6918290Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6919250Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.6919990Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-09-07T07:26:49.6921070Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-09-07T07:26:49.6921880Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-09-07T07:26:49.6922800Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-09-07T07:26:49.6923740Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-09-07T07:26:49.6924790Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6925590Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-09-07T07:26:49.6926520Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-09-07T07:26:49.6927310Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-09-07T07:26:49.6928340Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6929110Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-09-07T07:26:49.6929960Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-09-07T07:26:49.6931120Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-09-07T07:26:49.6932290Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6933110Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-09-07T07:26:49.6934080Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-09-07T07:26:49.6934900Z adding 'torch/include/ATen/ops/_nnz.h' 2025-09-07T07:26:49.6935850Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-09-07T07:26:49.6936730Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-09-07T07:26:49.6937660Z adding 'torch/include/ATen/ops/_nnz_sparsecsrmps_dispatch.h' 2025-09-07T07:26:49.6938470Z adding 'torch/include/ATen/ops/_nnz_sparsemps_dispatch.h' 2025-09-07T07:26:49.6939440Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-09-07T07:26:49.6940430Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-09-07T07:26:49.6941440Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6942230Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-09-07T07:26:49.6943210Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-09-07T07:26:49.6944230Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6944980Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-09-07T07:26:49.6946040Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-09-07T07:26:49.6947000Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-09-07T07:26:49.6947980Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6948720Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-09-07T07:26:49.6949600Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-09-07T07:26:49.6950590Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-09-07T07:26:49.6951570Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6952310Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-09-07T07:26:49.6953210Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-09-07T07:26:49.6954250Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-09-07T07:26:49.6955270Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6956000Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-09-07T07:26:49.6956920Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-09-07T07:26:49.6957960Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-09-07T07:26:49.6958880Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-09-07T07:26:49.6959730Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-09-07T07:26:49.6960570Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-09-07T07:26:49.6961520Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-09-07T07:26:49.6962380Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-09-07T07:26:49.6963360Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6964150Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-09-07T07:26:49.6965030Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6965860Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-09-07T07:26:49.6966810Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-09-07T07:26:49.6967680Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-09-07T07:26:49.6968680Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6969490Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-09-07T07:26:49.6970290Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-09-07T07:26:49.6971110Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-09-07T07:26:49.6972120Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-09-07T07:26:49.6973000Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-09-07T07:26:49.6973960Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6974750Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-09-07T07:26:49.6975740Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-09-07T07:26:49.6976590Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-09-07T07:26:49.6977520Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-09-07T07:26:49.6978380Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-09-07T07:26:49.6979260Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-09-07T07:26:49.6980070Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h' 2025-09-07T07:26:49.6980920Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-09-07T07:26:49.6981820Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-09-07T07:26:49.6982730Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-09-07T07:26:49.6983540Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-09-07T07:26:49.6984350Z adding 'torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h' 2025-09-07T07:26:49.6985170Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-09-07T07:26:49.6986130Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-09-07T07:26:49.6986970Z adding 'torch/include/ATen/ops/_print.h' 2025-09-07T07:26:49.6987910Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.6988650Z adding 'torch/include/ATen/ops/_print_native.h' 2025-09-07T07:26:49.6989620Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-09-07T07:26:49.6990490Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-09-07T07:26:49.6991440Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6992180Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-09-07T07:26:49.6993140Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-09-07T07:26:49.6994060Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-09-07T07:26:49.6995050Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.6995780Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-09-07T07:26:49.6996730Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-09-07T07:26:49.6997650Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-09-07T07:26:49.6998730Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-09-07T07:26:49.6999720Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7000710Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7001460Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-09-07T07:26:49.7006330Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-09-07T07:26:49.7006570Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-09-07T07:26:49.7006720Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-09-07T07:26:49.7006840Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-09-07T07:26:49.7006950Z adding 'torch/include/ATen/ops/_reshape_alias_mps_dispatch.h' 2025-09-07T07:26:49.7007040Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-09-07T07:26:49.7007450Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-09-07T07:26:49.7008390Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-09-07T07:26:49.7009360Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7010150Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-09-07T07:26:49.7011060Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-09-07T07:26:49.7011940Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-09-07T07:26:49.7012870Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7013630Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-09-07T07:26:49.7014580Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-09-07T07:26:49.7015690Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-09-07T07:26:49.7016710Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7017570Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-09-07T07:26:49.7018420Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-09-07T07:26:49.7019420Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-09-07T07:26:49.7020260Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-09-07T07:26:49.7021230Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7022030Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-09-07T07:26:49.7022950Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-09-07T07:26:49.7023810Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-09-07T07:26:49.7024770Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7025600Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-09-07T07:26:49.7026490Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-09-07T07:26:49.7027390Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-09-07T07:26:49.7028380Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7029260Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-09-07T07:26:49.7030110Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-09-07T07:26:49.7030930Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-09-07T07:26:49.7031890Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-09-07T07:26:49.7032820Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-09-07T07:26:49.7033780Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7034570Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-09-07T07:26:49.7035440Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-09-07T07:26:49.7036440Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-09-07T07:26:49.7037430Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7038270Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-09-07T07:26:49.7039210Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h' 2025-09-07T07:26:49.7040090Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-09-07T07:26:49.7041090Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-09-07T07:26:49.7041940Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-09-07T07:26:49.7042900Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-09-07T07:26:49.7043890Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-09-07T07:26:49.7045010Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-09-07T07:26:49.7046020Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7046890Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-09-07T07:26:49.7047990Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-09-07T07:26:49.7048910Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-09-07T07:26:49.7049780Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-09-07T07:26:49.7050770Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-09-07T07:26:49.7051750Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-09-07T07:26:49.7052720Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-09-07T07:26:49.7053690Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7054580Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-09-07T07:26:49.7055640Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-09-07T07:26:49.7056550Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-09-07T07:26:49.7057420Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-09-07T07:26:49.7058390Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-09-07T07:26:49.7059400Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-09-07T07:26:49.7060550Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-09-07T07:26:49.7061650Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7062550Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-09-07T07:26:49.7063640Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-09-07T07:26:49.7064610Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-09-07T07:26:49.7065550Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-09-07T07:26:49.7066580Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-09-07T07:26:49.7067610Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7068460Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-09-07T07:26:49.7069440Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-09-07T07:26:49.7070360Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-09-07T07:26:49.7071210Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-09-07T07:26:49.7072180Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-09-07T07:26:49.7073040Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-09-07T07:26:49.7073990Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-09-07T07:26:49.7075020Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-09-07T07:26:49.7076170Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-09-07T07:26:49.7077270Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7078080Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-09-07T07:26:49.7079190Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-09-07T07:26:49.7080180Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7080970Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-09-07T07:26:49.7081970Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-09-07T07:26:49.7082870Z adding 'torch/include/ATen/ops/_scaled_grouped_mm.h' 2025-09-07T07:26:49.7083800Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_cuda_dispatch.h' 2025-09-07T07:26:49.7084640Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_native.h' 2025-09-07T07:26:49.7085600Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_ops.h' 2025-09-07T07:26:49.7086630Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-09-07T07:26:49.7087620Z adding 'torch/include/ATen/ops/_scaled_mm_cpu_dispatch.h' 2025-09-07T07:26:49.7088490Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-09-07T07:26:49.7089370Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-09-07T07:26:49.7090480Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-09-07T07:26:49.7091510Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-09-07T07:26:49.7092500Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7093320Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7094240Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7095130Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-09-07T07:26:49.7096130Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-09-07T07:26:49.7096970Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-09-07T07:26:49.7097980Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7098750Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-09-07T07:26:49.7099630Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-09-07T07:26:49.7101550Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-09-07T07:26:49.7102390Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7103310Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7104220Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7105130Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-09-07T07:26:49.7106340Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-09-07T07:26:49.7107550Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-09-07T07:26:49.7108540Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-09-07T07:26:49.7109470Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-09-07T07:26:49.7110700Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-09-07T07:26:49.7112340Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-09-07T07:26:49.7113790Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-09-07T07:26:49.7114960Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7115790Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-09-07T07:26:49.7116800Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-09-07T07:26:49.7117850Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-09-07T07:26:49.7118910Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7119700Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-09-07T07:26:49.7120660Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-09-07T07:26:49.7121730Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-09-07T07:26:49.7122780Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7123530Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-09-07T07:26:49.7124440Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-09-07T07:26:49.7125420Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-09-07T07:26:49.7126430Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7127200Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-09-07T07:26:49.7128130Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-09-07T07:26:49.7129140Z adding 'torch/include/ATen/ops/_softmax.h' 2025-09-07T07:26:49.7130140Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-09-07T07:26:49.7131180Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7131980Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-09-07T07:26:49.7132990Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-09-07T07:26:49.7133910Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-09-07T07:26:49.7134760Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-09-07T07:26:49.7135580Z adding 'torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h' 2025-09-07T07:26:49.7136610Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-09-07T07:26:49.7137620Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-09-07T07:26:49.7138590Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7139330Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-09-07T07:26:49.7140290Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-09-07T07:26:49.7141160Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-09-07T07:26:49.7142010Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-09-07T07:26:49.7142810Z adding 'torch/include/ATen/ops/_softmax_mps_dispatch.h' 2025-09-07T07:26:49.7143840Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-09-07T07:26:49.7144820Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-09-07T07:26:49.7145750Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-09-07T07:26:49.7146750Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7147700Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-09-07T07:26:49.7148730Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-09-07T07:26:49.7149620Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-09-07T07:26:49.7150530Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-09-07T07:26:49.7151650Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7152610Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7153310Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-09-07T07:26:49.7154260Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-09-07T07:26:49.7155230Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-09-07T07:26:49.7156160Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-09-07T07:26:49.7157110Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-09-07T07:26:49.7158110Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7159040Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-09-07T07:26:49.7160030Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-09-07T07:26:49.7160980Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-09-07T07:26:49.7161960Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7162870Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-09-07T07:26:49.7163860Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-09-07T07:26:49.7164990Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-09-07T07:26:49.7166070Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7167030Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-09-07T07:26:49.7168000Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-09-07T07:26:49.7168930Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-09-07T07:26:49.7169950Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7170880Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-09-07T07:26:49.7171870Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-09-07T07:26:49.7172970Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-09-07T07:26:49.7174040Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7174970Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-09-07T07:26:49.7175920Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-09-07T07:26:49.7176910Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-09-07T07:26:49.7178350Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-09-07T07:26:49.7179530Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7180450Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-09-07T07:26:49.7181320Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-09-07T07:26:49.7182390Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-09-07T07:26:49.7183490Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_sparsemps_dispatch.h' 2025-09-07T07:26:49.7184440Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7185260Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-09-07T07:26:49.7186120Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-09-07T07:26:49.7187250Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-09-07T07:26:49.7188210Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_sparsemps_dispatch.h' 2025-09-07T07:26:49.7189110Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-09-07T07:26:49.7190090Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7191020Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-09-07T07:26:49.7191950Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-09-07T07:26:49.7192850Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-09-07T07:26:49.7193830Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7194750Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-09-07T07:26:49.7195750Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-09-07T07:26:49.7196650Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-09-07T07:26:49.7197630Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7198540Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-09-07T07:26:49.7199540Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-09-07T07:26:49.7200490Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-09-07T07:26:49.7201480Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7202380Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-09-07T07:26:49.7203340Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-09-07T07:26:49.7204260Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-09-07T07:26:49.7205220Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-09-07T07:26:49.7206320Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7207140Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-09-07T07:26:49.7208090Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-09-07T07:26:49.7209010Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7210010Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7210850Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-09-07T07:26:49.7211870Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-09-07T07:26:49.7212780Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-09-07T07:26:49.7213880Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7214670Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-09-07T07:26:49.7215600Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-09-07T07:26:49.7216450Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-09-07T07:26:49.7217540Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7218330Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-09-07T07:26:49.7219280Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-09-07T07:26:49.7220170Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-09-07T07:26:49.7221220Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-09-07T07:26:49.7222120Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-09-07T07:26:49.7223050Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-09-07T07:26:49.7223910Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-09-07T07:26:49.7224960Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-09-07T07:26:49.7225870Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-09-07T07:26:49.7226810Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-09-07T07:26:49.7227620Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-09-07T07:26:49.7228680Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-09-07T07:26:49.7229540Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-09-07T07:26:49.7230480Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-09-07T07:26:49.7231270Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-09-07T07:26:49.7232310Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-09-07T07:26:49.7233120Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-09-07T07:26:49.7234020Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-09-07T07:26:49.7234830Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-09-07T07:26:49.7235840Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-09-07T07:26:49.7236770Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-09-07T07:26:49.7237690Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-09-07T07:26:49.7238520Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-09-07T07:26:49.7239580Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-09-07T07:26:49.7240430Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-09-07T07:26:49.7241340Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-09-07T07:26:49.7242150Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-09-07T07:26:49.7243190Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-09-07T07:26:49.7244060Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-09-07T07:26:49.7244970Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-09-07T07:26:49.7245780Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-09-07T07:26:49.7246840Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-09-07T07:26:49.7247750Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-09-07T07:26:49.7248700Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-09-07T07:26:49.7249680Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7250580Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-09-07T07:26:49.7251570Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-09-07T07:26:49.7252490Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7253350Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7254260Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-09-07T07:26:49.7255320Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-09-07T07:26:49.7256200Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-09-07T07:26:49.7257150Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7258070Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-09-07T07:26:49.7259010Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-09-07T07:26:49.7259900Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-09-07T07:26:49.7260830Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-09-07T07:26:49.7261930Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7262700Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-09-07T07:26:49.7263640Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-09-07T07:26:49.7264560Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7265540Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7266320Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-09-07T07:26:49.7267380Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-09-07T07:26:49.7268280Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-09-07T07:26:49.7269410Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7270190Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-09-07T07:26:49.7270990Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-09-07T07:26:49.7271960Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-09-07T07:26:49.7272950Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-09-07T07:26:49.7273800Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-09-07T07:26:49.7274660Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-09-07T07:26:49.7275520Z adding 'torch/include/ATen/ops/_stack.h' 2025-09-07T07:26:49.7276630Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7277440Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-09-07T07:26:49.7278260Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-09-07T07:26:49.7279210Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-09-07T07:26:49.7280210Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-09-07T07:26:49.7281200Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7281990Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-09-07T07:26:49.7282820Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-09-07T07:26:49.7283800Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-09-07T07:26:49.7284770Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7285570Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-09-07T07:26:49.7286380Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-09-07T07:26:49.7287360Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-09-07T07:26:49.7288290Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-09-07T07:26:49.7289130Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-09-07T07:26:49.7290070Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-09-07T07:26:49.7291080Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-09-07T07:26:49.7292070Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7292850Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-09-07T07:26:49.7293770Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-09-07T07:26:49.7294810Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-09-07T07:26:49.7295790Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7296630Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7297400Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-09-07T07:26:49.7298510Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-09-07T07:26:49.7299380Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-09-07T07:26:49.7300350Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7301120Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-09-07T07:26:49.7302210Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7303120Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7303820Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-09-07T07:26:49.7304750Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-09-07T07:26:49.7305730Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-09-07T07:26:49.7306620Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-09-07T07:26:49.7307450Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-09-07T07:26:49.7308350Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7309220Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-09-07T07:26:49.7310110Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-09-07T07:26:49.7311000Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-09-07T07:26:49.7311950Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7312890Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-09-07T07:26:49.7313700Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-09-07T07:26:49.7314640Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-09-07T07:26:49.7315540Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-09-07T07:26:49.7316660Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7317450Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-09-07T07:26:49.7318280Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-09-07T07:26:49.7319210Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-09-07T07:26:49.7320200Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-09-07T07:26:49.7321200Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7321960Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-09-07T07:26:49.7322760Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-09-07T07:26:49.7323820Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-09-07T07:26:49.7324720Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-09-07T07:26:49.7325680Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7326440Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-09-07T07:26:49.7327740Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-09-07T07:26:49.7328700Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-09-07T07:26:49.7329520Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-09-07T07:26:49.7330490Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7331410Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-09-07T07:26:49.7332300Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-09-07T07:26:49.7333170Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-09-07T07:26:49.7334110Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7334990Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-09-07T07:26:49.7335890Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-09-07T07:26:49.7336700Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-09-07T07:26:49.7337660Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7338530Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-09-07T07:26:49.7339450Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-09-07T07:26:49.7340310Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-09-07T07:26:49.7341240Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7342160Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-09-07T07:26:49.7343080Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-09-07T07:26:49.7344030Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-09-07T07:26:49.7345080Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7346010Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-09-07T07:26:49.7347060Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-09-07T07:26:49.7348020Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-09-07T07:26:49.7349090Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7350080Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-09-07T07:26:49.7351090Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-09-07T07:26:49.7352010Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-09-07T07:26:49.7353010Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-09-07T07:26:49.7354160Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7355020Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7355840Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-09-07T07:26:49.7356860Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-09-07T07:26:49.7357960Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7358820Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-09-07T07:26:49.7359660Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-09-07T07:26:49.7360650Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-09-07T07:26:49.7361760Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-09-07T07:26:49.7362670Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-09-07T07:26:49.7363640Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7364510Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-09-07T07:26:49.7365660Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7366490Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-09-07T07:26:49.7367320Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-09-07T07:26:49.7368350Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-09-07T07:26:49.7369330Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-09-07T07:26:49.7370290Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-09-07T07:26:49.7371240Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7372060Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-09-07T07:26:49.7373030Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-09-07T07:26:49.7374080Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-09-07T07:26:49.7375050Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-09-07T07:26:49.7376070Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7377010Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-09-07T07:26:49.7378030Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-09-07T07:26:49.7378870Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-09-07T07:26:49.7379800Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7380680Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-09-07T07:26:49.7381590Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-09-07T07:26:49.7382460Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-09-07T07:26:49.7383430Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7384360Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-09-07T07:26:49.7385300Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-09-07T07:26:49.7386220Z adding 'torch/include/ATen/ops/_to_dense_sparsecsrmps_dispatch.h' 2025-09-07T07:26:49.7387040Z adding 'torch/include/ATen/ops/_to_dense_sparsemps_dispatch.h' 2025-09-07T07:26:49.7388100Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-09-07T07:26:49.7389010Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-09-07T07:26:49.7389980Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7390790Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-09-07T07:26:49.7391730Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-09-07T07:26:49.7392580Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-09-07T07:26:49.7393530Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-09-07T07:26:49.7394420Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-09-07T07:26:49.7395510Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7396310Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-09-07T07:26:49.7397110Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-09-07T07:26:49.7397930Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-09-07T07:26:49.7399030Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-09-07T07:26:49.7400040Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7400850Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-09-07T07:26:49.7401700Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-09-07T07:26:49.7402790Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7403580Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-09-07T07:26:49.7404400Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-09-07T07:26:49.7405230Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-09-07T07:26:49.7406290Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-09-07T07:26:49.7407180Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-09-07T07:26:49.7408110Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7408860Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-09-07T07:26:49.7409800Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-09-07T07:26:49.7410650Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-09-07T07:26:49.7411620Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-09-07T07:26:49.7412480Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-09-07T07:26:49.7413460Z adding 'torch/include/ATen/ops/_to_sparse_mps_dispatch.h' 2025-09-07T07:26:49.7414370Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-09-07T07:26:49.7415420Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-09-07T07:26:49.7416330Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-09-07T07:26:49.7417330Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-09-07T07:26:49.7418170Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-09-07T07:26:49.7419070Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-09-07T07:26:49.7419920Z adding 'torch/include/ATen/ops/_to_sparse_sparsecsrmps_dispatch.h' 2025-09-07T07:26:49.7420900Z adding 'torch/include/ATen/ops/_to_sparse_sparsemps_dispatch.h' 2025-09-07T07:26:49.7421860Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-09-07T07:26:49.7422870Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7423680Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-09-07T07:26:49.7424670Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-09-07T07:26:49.7425620Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-09-07T07:26:49.7426620Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-09-07T07:26:49.7427720Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-09-07T07:26:49.7428950Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7429830Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-09-07T07:26:49.7430700Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-09-07T07:26:49.7431610Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-09-07T07:26:49.7432920Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-09-07T07:26:49.7433840Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-09-07T07:26:49.7434820Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7435760Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7436640Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-09-07T07:26:49.7437650Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-09-07T07:26:49.7438690Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-09-07T07:26:49.7439720Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7440670Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-09-07T07:26:49.7441580Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-09-07T07:26:49.7442610Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-09-07T07:26:49.7443510Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-09-07T07:26:49.7444620Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7445470Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-09-07T07:26:49.7446300Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-09-07T07:26:49.7447310Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-09-07T07:26:49.7448290Z adding 'torch/include/ATen/ops/_unique.h' 2025-09-07T07:26:49.7449250Z adding 'torch/include/ATen/ops/_unique2.h' 2025-09-07T07:26:49.7450230Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7451030Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-09-07T07:26:49.7452020Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-09-07T07:26:49.7452840Z adding 'torch/include/ATen/ops/_unique2_mps_dispatch.h' 2025-09-07T07:26:49.7453730Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-09-07T07:26:49.7454730Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-09-07T07:26:49.7455800Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7456630Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-09-07T07:26:49.7457500Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-09-07T07:26:49.7458400Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-09-07T07:26:49.7459580Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-09-07T07:26:49.7460480Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-09-07T07:26:49.7461470Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7462220Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-09-07T07:26:49.7463280Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-09-07T07:26:49.7464150Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-09-07T07:26:49.7465090Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7465840Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-09-07T07:26:49.7466910Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-09-07T07:26:49.7467770Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-09-07T07:26:49.7468730Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7469480Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-09-07T07:26:49.7470520Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-09-07T07:26:49.7471420Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-09-07T07:26:49.7472370Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7473120Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-09-07T07:26:49.7474170Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-09-07T07:26:49.7475110Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-09-07T07:26:49.7476100Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7476850Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-09-07T07:26:49.7477880Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-09-07T07:26:49.7478860Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-09-07T07:26:49.7479870Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7480630Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-09-07T07:26:49.7481720Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-09-07T07:26:49.7483050Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-09-07T07:26:49.7484290Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-09-07T07:26:49.7485370Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7486360Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7487300Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7488140Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-09-07T07:26:49.7489090Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-09-07T07:26:49.7490070Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-09-07T07:26:49.7491110Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-09-07T07:26:49.7492100Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7492960Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7493950Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-09-07T07:26:49.7494860Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-09-07T07:26:49.7495700Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-09-07T07:26:49.7496600Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-09-07T07:26:49.7497600Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_mps_dispatch.h' 2025-09-07T07:26:49.7498500Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-09-07T07:26:49.7499550Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-09-07T07:26:49.7500840Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-09-07T07:26:49.7502240Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-09-07T07:26:49.7503340Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7504160Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7505070Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7506090Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-09-07T07:26:49.7507000Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-09-07T07:26:49.7507860Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-09-07T07:26:49.7508870Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-09-07T07:26:49.7510000Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7510900Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7511730Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-09-07T07:26:49.7512610Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-09-07T07:26:49.7513580Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-09-07T07:26:49.7514470Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-09-07T07:26:49.7515310Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_mps_dispatch.h' 2025-09-07T07:26:49.7516220Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-09-07T07:26:49.7517360Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-09-07T07:26:49.7518580Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-09-07T07:26:49.7519810Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-09-07T07:26:49.7520870Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7521850Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7522750Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7523610Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-09-07T07:26:49.7524490Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-09-07T07:26:49.7525480Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h' 2025-09-07T07:26:49.7526380Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-09-07T07:26:49.7527420Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-09-07T07:26:49.7528370Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7532920Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7533200Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-09-07T07:26:49.7533340Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-09-07T07:26:49.7533460Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-09-07T07:26:49.7533600Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-09-07T07:26:49.7533740Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h' 2025-09-07T07:26:49.7534630Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-09-07T07:26:49.7535640Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-09-07T07:26:49.7537030Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-09-07T07:26:49.7538260Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-09-07T07:26:49.7539350Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7540180Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7541200Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7542070Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-09-07T07:26:49.7542980Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-09-07T07:26:49.7543900Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h' 2025-09-07T07:26:49.7544900Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-09-07T07:26:49.7545910Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-09-07T07:26:49.7547270Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7548120Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7549110Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-09-07T07:26:49.7550010Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-09-07T07:26:49.7550850Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-09-07T07:26:49.7551760Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-09-07T07:26:49.7552730Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h' 2025-09-07T07:26:49.7553700Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-09-07T07:26:49.7554710Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-09-07T07:26:49.7555960Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-09-07T07:26:49.7557600Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-09-07T07:26:49.7558560Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7559350Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7560270Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7561250Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-09-07T07:26:49.7562190Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-09-07T07:26:49.7563080Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_mps_dispatch.h' 2025-09-07T07:26:49.7564010Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-09-07T07:26:49.7565180Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-09-07T07:26:49.7566160Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7566980Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7567860Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-09-07T07:26:49.7568890Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-09-07T07:26:49.7569730Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-09-07T07:26:49.7570670Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-09-07T07:26:49.7571600Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_mps_dispatch.h' 2025-09-07T07:26:49.7572740Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-09-07T07:26:49.7573850Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-09-07T07:26:49.7574750Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-09-07T07:26:49.7575660Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-09-07T07:26:49.7576640Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-09-07T07:26:49.7577650Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-09-07T07:26:49.7578530Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-09-07T07:26:49.7579490Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7580380Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-09-07T07:26:49.7581280Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-09-07T07:26:49.7582200Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-09-07T07:26:49.7583060Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-09-07T07:26:49.7584020Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-09-07T07:26:49.7584900Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-09-07T07:26:49.7585820Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-09-07T07:26:49.7586690Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-09-07T07:26:49.7587800Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7588560Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-09-07T07:26:49.7589500Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-09-07T07:26:49.7590390Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-09-07T07:26:49.7591480Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7592240Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-09-07T07:26:49.7593150Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-09-07T07:26:49.7594050Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-09-07T07:26:49.7595170Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7595990Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-09-07T07:26:49.7596900Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-09-07T07:26:49.7597770Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-09-07T07:26:49.7598860Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7599630Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-09-07T07:26:49.7600550Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-09-07T07:26:49.7601450Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-09-07T07:26:49.7602530Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7603340Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-09-07T07:26:49.7604310Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-09-07T07:26:49.7605280Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-09-07T07:26:49.7606410Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7607240Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-09-07T07:26:49.7608230Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-09-07T07:26:49.7609000Z adding 'torch/include/ATen/ops/_values.h' 2025-09-07T07:26:49.7610030Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-09-07T07:26:49.7611030Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7611930Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7612650Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-09-07T07:26:49.7613690Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-09-07T07:26:49.7614520Z adding 'torch/include/ATen/ops/_values_native.h' 2025-09-07T07:26:49.7615400Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-09-07T07:26:49.7616320Z adding 'torch/include/ATen/ops/_values_sparsemps_dispatch.h' 2025-09-07T07:26:49.7617210Z adding 'torch/include/ATen/ops/_version.h' 2025-09-07T07:26:49.7618180Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7618940Z adding 'torch/include/ATen/ops/_version_native.h' 2025-09-07T07:26:49.7619800Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-09-07T07:26:49.7620810Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-09-07T07:26:49.7621790Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-09-07T07:26:49.7622680Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-09-07T07:26:49.7623550Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-09-07T07:26:49.7624520Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-09-07T07:26:49.7625440Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-09-07T07:26:49.7626290Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h' 2025-09-07T07:26:49.7627130Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-09-07T07:26:49.7628180Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-09-07T07:26:49.7629120Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros.h' 2025-09-07T07:26:49.7629940Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_native.h' 2025-09-07T07:26:49.7630880Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_ops.h' 2025-09-07T07:26:49.7631800Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-09-07T07:26:49.7632750Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-09-07T07:26:49.7633560Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cuda_dispatch.h' 2025-09-07T07:26:49.7634380Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h' 2025-09-07T07:26:49.7635340Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-09-07T07:26:49.7636260Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-09-07T07:26:49.7637100Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-09-07T07:26:49.7638060Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7639030Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-09-07T07:26:49.7640050Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7640830Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-09-07T07:26:49.7641740Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-09-07T07:26:49.7642750Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-09-07T07:26:49.7643740Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-09-07T07:26:49.7644750Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7645550Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7646520Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7647360Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h' 2025-09-07T07:26:49.7648220Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-09-07T07:26:49.7649230Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-09-07T07:26:49.7650310Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7651110Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-09-07T07:26:49.7651950Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-09-07T07:26:49.7652760Z adding 'torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h' 2025-09-07T07:26:49.7653730Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-09-07T07:26:49.7654730Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-09-07T07:26:49.7655540Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-09-07T07:26:49.7656430Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-09-07T07:26:49.7657460Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-09-07T07:26:49.7658430Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7659230Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-09-07T07:26:49.7660120Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-09-07T07:26:49.7661180Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-09-07T07:26:49.7662180Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7662940Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-09-07T07:26:49.7663870Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-09-07T07:26:49.7664830Z adding 'torch/include/ATen/ops/abs.h' 2025-09-07T07:26:49.7665790Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7666580Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-09-07T07:26:49.7667400Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-09-07T07:26:49.7668320Z adding 'torch/include/ATen/ops/abs_mps_dispatch.h' 2025-09-07T07:26:49.7669170Z adding 'torch/include/ATen/ops/abs_native.h' 2025-09-07T07:26:49.7670130Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-09-07T07:26:49.7671030Z adding 'torch/include/ATen/ops/abs_sparsecsrmps_dispatch.h' 2025-09-07T07:26:49.7671960Z adding 'torch/include/ATen/ops/abs_sparsemps_dispatch.h' 2025-09-07T07:26:49.7672820Z adding 'torch/include/ATen/ops/absolute.h' 2025-09-07T07:26:49.7673760Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7674530Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-09-07T07:26:49.7675610Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-09-07T07:26:49.7676470Z adding 'torch/include/ATen/ops/acos.h' 2025-09-07T07:26:49.7677470Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7678210Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-09-07T07:26:49.7679140Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-09-07T07:26:49.7679990Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-09-07T07:26:49.7680800Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-09-07T07:26:49.7681620Z adding 'torch/include/ATen/ops/acos_mps_dispatch.h' 2025-09-07T07:26:49.7682570Z adding 'torch/include/ATen/ops/acos_native.h' 2025-09-07T07:26:49.7683540Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-09-07T07:26:49.7684410Z adding 'torch/include/ATen/ops/acosh.h' 2025-09-07T07:26:49.7685430Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7686280Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-09-07T07:26:49.7687110Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-09-07T07:26:49.7687930Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-09-07T07:26:49.7688770Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-09-07T07:26:49.7689670Z adding 'torch/include/ATen/ops/acosh_mps_dispatch.h' 2025-09-07T07:26:49.7690510Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-09-07T07:26:49.7691470Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-09-07T07:26:49.7692400Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-09-07T07:26:49.7693510Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7694380Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7695140Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-09-07T07:26:49.7696070Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-09-07T07:26:49.7697250Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-09-07T07:26:49.7698240Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7699110Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-09-07T07:26:49.7699920Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-09-07T07:26:49.7700870Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h' 2025-09-07T07:26:49.7701750Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-09-07T07:26:49.7702680Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-09-07T07:26:49.7703730Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-09-07T07:26:49.7704820Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-09-07T07:26:49.7705790Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7706610Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7707440Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-09-07T07:26:49.7708470Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-09-07T07:26:49.7709410Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7710200Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-09-07T07:26:49.7711030Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-09-07T07:26:49.7712000Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-09-07T07:26:49.7712950Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-09-07T07:26:49.7713810Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-09-07T07:26:49.7714790Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7715640Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-09-07T07:26:49.7716580Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-09-07T07:26:49.7717490Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-09-07T07:26:49.7718430Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-09-07T07:26:49.7719600Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7720440Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7721250Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7722070Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-09-07T07:26:49.7723050Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-09-07T07:26:49.7723900Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h' 2025-09-07T07:26:49.7724770Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-09-07T07:26:49.7725720Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-09-07T07:26:49.7726840Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7727640Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-09-07T07:26:49.7728480Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-09-07T07:26:49.7729280Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-09-07T07:26:49.7730280Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-09-07T07:26:49.7731110Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h' 2025-09-07T07:26:49.7731970Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-09-07T07:26:49.7732920Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-09-07T07:26:49.7733970Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-09-07T07:26:49.7734900Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-09-07T07:26:49.7735910Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7736680Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.7737620Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.7738440Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-09-07T07:26:49.7739310Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-09-07T07:26:49.7740140Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-09-07T07:26:49.7741240Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-09-07T07:26:49.7742300Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7743100Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-09-07T07:26:49.7744030Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-09-07T07:26:49.7744980Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-09-07T07:26:49.7745840Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-09-07T07:26:49.7746680Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-09-07T07:26:49.7747630Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-09-07T07:26:49.7748720Z adding 'torch/include/ATen/ops/add.h' 2025-09-07T07:26:49.7749710Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7750630Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7751400Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-09-07T07:26:49.7752370Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-09-07T07:26:49.7753190Z adding 'torch/include/ATen/ops/add_meta.h' 2025-09-07T07:26:49.7754040Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-09-07T07:26:49.7754850Z adding 'torch/include/ATen/ops/add_mps_dispatch.h' 2025-09-07T07:26:49.7755980Z adding 'torch/include/ATen/ops/add_native.h' 2025-09-07T07:26:49.7757180Z adding 'torch/include/ATen/ops/add_ops.h' 2025-09-07T07:26:49.7758110Z adding 'torch/include/ATen/ops/add_sparsemps_dispatch.h' 2025-09-07T07:26:49.7758970Z adding 'torch/include/ATen/ops/addbmm.h' 2025-09-07T07:26:49.7760390Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-09-07T07:26:49.7761350Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-09-07T07:26:49.7762200Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-09-07T07:26:49.7763030Z adding 'torch/include/ATen/ops/addbmm_mps_dispatch.h' 2025-09-07T07:26:49.7764050Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-09-07T07:26:49.7765100Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-09-07T07:26:49.7766040Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-09-07T07:26:49.7767080Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7768020Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-09-07T07:26:49.7768850Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-09-07T07:26:49.7769710Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-09-07T07:26:49.7770560Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-09-07T07:26:49.7771510Z adding 'torch/include/ATen/ops/addcdiv_mps_dispatch.h' 2025-09-07T07:26:49.7772390Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-09-07T07:26:49.7773380Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-09-07T07:26:49.7774300Z adding 'torch/include/ATen/ops/addcmul.h' 2025-09-07T07:26:49.7775450Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7776230Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-09-07T07:26:49.7777060Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-09-07T07:26:49.7777890Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-09-07T07:26:49.7778920Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-09-07T07:26:49.7779730Z adding 'torch/include/ATen/ops/addcmul_mps_dispatch.h' 2025-09-07T07:26:49.7780580Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-09-07T07:26:49.7781580Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-09-07T07:26:49.7782720Z adding 'torch/include/ATen/ops/addmm.h' 2025-09-07T07:26:49.7783760Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7784510Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-09-07T07:26:49.7785460Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-09-07T07:26:49.7786440Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-09-07T07:26:49.7787340Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-09-07T07:26:49.7788170Z adding 'torch/include/ATen/ops/addmm_mps_dispatch.h' 2025-09-07T07:26:49.7789160Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-09-07T07:26:49.7790410Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-09-07T07:26:49.7791360Z adding 'torch/include/ATen/ops/addmv.h' 2025-09-07T07:26:49.7792400Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7793180Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-09-07T07:26:49.7794140Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-09-07T07:26:49.7795000Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-09-07T07:26:49.7795880Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-09-07T07:26:49.7796700Z adding 'torch/include/ATen/ops/addmv_mps_dispatch.h' 2025-09-07T07:26:49.7797690Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-09-07T07:26:49.7798730Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-09-07T07:26:49.7799650Z adding 'torch/include/ATen/ops/addr.h' 2025-09-07T07:26:49.7800630Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7801550Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-09-07T07:26:49.7802430Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-09-07T07:26:49.7803270Z adding 'torch/include/ATen/ops/addr_mps_dispatch.h' 2025-09-07T07:26:49.7804200Z adding 'torch/include/ATen/ops/addr_native.h' 2025-09-07T07:26:49.7805410Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-09-07T07:26:49.7806300Z adding 'torch/include/ATen/ops/adjoint.h' 2025-09-07T07:26:49.7807350Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7808070Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-09-07T07:26:49.7809100Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-09-07T07:26:49.7810230Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-09-07T07:26:49.7811230Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-09-07T07:26:49.7812240Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7813120Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-09-07T07:26:49.7814050Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-09-07T07:26:49.7815050Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7815820Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-09-07T07:26:49.7816880Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-09-07T07:26:49.7817710Z adding 'torch/include/ATen/ops/alias.h' 2025-09-07T07:26:49.7818640Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7819440Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-09-07T07:26:49.7820530Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7821440Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7822140Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-09-07T07:26:49.7823060Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-09-07T07:26:49.7824000Z adding 'torch/include/ATen/ops/alias_native.h' 2025-09-07T07:26:49.7824900Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-09-07T07:26:49.7825740Z adding 'torch/include/ATen/ops/align_as.h' 2025-09-07T07:26:49.7826670Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7827540Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-09-07T07:26:49.7828440Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-09-07T07:26:49.7829280Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-09-07T07:26:49.7830240Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7831100Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-09-07T07:26:49.7831990Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-09-07T07:26:49.7832770Z adding 'torch/include/ATen/ops/align_to.h' 2025-09-07T07:26:49.7833720Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7834600Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-09-07T07:26:49.7835560Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-09-07T07:26:49.7836590Z adding 'torch/include/ATen/ops/all.h' 2025-09-07T07:26:49.7837550Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7838600Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7839460Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7840270Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-09-07T07:26:49.7841150Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-09-07T07:26:49.7842130Z adding 'torch/include/ATen/ops/all_meta.h' 2025-09-07T07:26:49.7843020Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-09-07T07:26:49.7843880Z adding 'torch/include/ATen/ops/all_mps_dispatch.h' 2025-09-07T07:26:49.7844790Z adding 'torch/include/ATen/ops/all_native.h' 2025-09-07T07:26:49.7846120Z adding 'torch/include/ATen/ops/all_ops.h' 2025-09-07T07:26:49.7847010Z adding 'torch/include/ATen/ops/allclose.h' 2025-09-07T07:26:49.7847970Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7848730Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-09-07T07:26:49.7849810Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-09-07T07:26:49.7850710Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-09-07T07:26:49.7851630Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7852390Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-09-07T07:26:49.7853430Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-09-07T07:26:49.7854340Z adding 'torch/include/ATen/ops/amax.h' 2025-09-07T07:26:49.7855330Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7856090Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-09-07T07:26:49.7857040Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-09-07T07:26:49.7857870Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-09-07T07:26:49.7858710Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-09-07T07:26:49.7859490Z adding 'torch/include/ATen/ops/amax_mps_dispatch.h' 2025-09-07T07:26:49.7860480Z adding 'torch/include/ATen/ops/amax_native.h' 2025-09-07T07:26:49.7861460Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-09-07T07:26:49.7862360Z adding 'torch/include/ATen/ops/amin.h' 2025-09-07T07:26:49.7863360Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7864200Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-09-07T07:26:49.7865060Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-09-07T07:26:49.7865900Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-09-07T07:26:49.7866780Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-09-07T07:26:49.7867760Z adding 'torch/include/ATen/ops/amin_mps_dispatch.h' 2025-09-07T07:26:49.7868670Z adding 'torch/include/ATen/ops/amin_native.h' 2025-09-07T07:26:49.7869610Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-09-07T07:26:49.7870580Z adding 'torch/include/ATen/ops/aminmax.h' 2025-09-07T07:26:49.7871710Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7872560Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-09-07T07:26:49.7873440Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-09-07T07:26:49.7874360Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-09-07T07:26:49.7875370Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-09-07T07:26:49.7876220Z adding 'torch/include/ATen/ops/aminmax_mps_dispatch.h' 2025-09-07T07:26:49.7877050Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-09-07T07:26:49.7878020Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-09-07T07:26:49.7879020Z adding 'torch/include/ATen/ops/and.h' 2025-09-07T07:26:49.7879980Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7880760Z adding 'torch/include/ATen/ops/and_native.h' 2025-09-07T07:26:49.7881760Z adding 'torch/include/ATen/ops/and_ops.h' 2025-09-07T07:26:49.7882780Z adding 'torch/include/ATen/ops/angle.h' 2025-09-07T07:26:49.7883660Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-09-07T07:26:49.7884480Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-09-07T07:26:49.7885280Z adding 'torch/include/ATen/ops/angle_mps_dispatch.h' 2025-09-07T07:26:49.7886230Z adding 'torch/include/ATen/ops/angle_native.h' 2025-09-07T07:26:49.7887140Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-09-07T07:26:49.7888170Z adding 'torch/include/ATen/ops/any.h' 2025-09-07T07:26:49.7889160Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7890210Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7891040Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7891870Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-09-07T07:26:49.7892730Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-09-07T07:26:49.7893710Z adding 'torch/include/ATen/ops/any_meta.h' 2025-09-07T07:26:49.7894590Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-09-07T07:26:49.7895450Z adding 'torch/include/ATen/ops/any_mps_dispatch.h' 2025-09-07T07:26:49.7896380Z adding 'torch/include/ATen/ops/any_native.h' 2025-09-07T07:26:49.7897680Z adding 'torch/include/ATen/ops/any_ops.h' 2025-09-07T07:26:49.7898810Z adding 'torch/include/ATen/ops/arange.h' 2025-09-07T07:26:49.7899850Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7900650Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-09-07T07:26:49.7901590Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-09-07T07:26:49.7902430Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-09-07T07:26:49.7903210Z adding 'torch/include/ATen/ops/arange_mps_dispatch.h' 2025-09-07T07:26:49.7904120Z adding 'torch/include/ATen/ops/arange_native.h' 2025-09-07T07:26:49.7905410Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-09-07T07:26:49.7906310Z adding 'torch/include/ATen/ops/arccos.h' 2025-09-07T07:26:49.7907260Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7908010Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-09-07T07:26:49.7909140Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-09-07T07:26:49.7910000Z adding 'torch/include/ATen/ops/arccosh.h' 2025-09-07T07:26:49.7910950Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7911690Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-09-07T07:26:49.7912770Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-09-07T07:26:49.7913670Z adding 'torch/include/ATen/ops/arcsin.h' 2025-09-07T07:26:49.7914600Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7915350Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-09-07T07:26:49.7916430Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-09-07T07:26:49.7917350Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-09-07T07:26:49.7918260Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7919000Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-09-07T07:26:49.7920100Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-09-07T07:26:49.7920980Z adding 'torch/include/ATen/ops/arctan.h' 2025-09-07T07:26:49.7921870Z adding 'torch/include/ATen/ops/arctan2.h' 2025-09-07T07:26:49.7922830Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7923720Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-09-07T07:26:49.7924710Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-09-07T07:26:49.7925650Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7926380Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-09-07T07:26:49.7927440Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-09-07T07:26:49.7928310Z adding 'torch/include/ATen/ops/arctanh.h' 2025-09-07T07:26:49.7929250Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7930010Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-09-07T07:26:49.7931050Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-09-07T07:26:49.7932000Z adding 'torch/include/ATen/ops/argmax.h' 2025-09-07T07:26:49.7932960Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7933740Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-09-07T07:26:49.7934690Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-09-07T07:26:49.7935530Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-09-07T07:26:49.7936400Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-09-07T07:26:49.7937220Z adding 'torch/include/ATen/ops/argmax_mps_dispatch.h' 2025-09-07T07:26:49.7938190Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-09-07T07:26:49.7939140Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-09-07T07:26:49.7940040Z adding 'torch/include/ATen/ops/argmin.h' 2025-09-07T07:26:49.7941040Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7941930Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-09-07T07:26:49.7942790Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-09-07T07:26:49.7943590Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-09-07T07:26:49.7944460Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-09-07T07:26:49.7945360Z adding 'torch/include/ATen/ops/argmin_mps_dispatch.h' 2025-09-07T07:26:49.7946190Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-09-07T07:26:49.7947140Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-09-07T07:26:49.7948090Z adding 'torch/include/ATen/ops/argsort.h' 2025-09-07T07:26:49.7949230Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7950020Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-09-07T07:26:49.7951030Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-09-07T07:26:49.7951880Z adding 'torch/include/ATen/ops/argwhere.h' 2025-09-07T07:26:49.7952960Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.7953710Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-09-07T07:26:49.7954600Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-09-07T07:26:49.7955660Z adding 'torch/include/ATen/ops/as_strided.h' 2025-09-07T07:26:49.7956860Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7957860Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-09-07T07:26:49.7958900Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7959810Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7960680Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-09-07T07:26:49.7961690Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-09-07T07:26:49.7962550Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-09-07T07:26:49.7963380Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-09-07T07:26:49.7964330Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-09-07T07:26:49.7965150Z adding 'torch/include/ATen/ops/as_strided_mps_dispatch.h' 2025-09-07T07:26:49.7966020Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-09-07T07:26:49.7966990Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-09-07T07:26:49.7968320Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-09-07T07:26:49.7969360Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.7970290Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7971040Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-09-07T07:26:49.7972170Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-09-07T07:26:49.7973050Z adding 'torch/include/ATen/ops/asin.h' 2025-09-07T07:26:49.7974350Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7975130Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-09-07T07:26:49.7976060Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-09-07T07:26:49.7976880Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-09-07T07:26:49.7977730Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-09-07T07:26:49.7978520Z adding 'torch/include/ATen/ops/asin_mps_dispatch.h' 2025-09-07T07:26:49.7979520Z adding 'torch/include/ATen/ops/asin_native.h' 2025-09-07T07:26:49.7980480Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-09-07T07:26:49.7981360Z adding 'torch/include/ATen/ops/asin_sparsemps_dispatch.h' 2025-09-07T07:26:49.7982200Z adding 'torch/include/ATen/ops/asinh.h' 2025-09-07T07:26:49.7983320Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7984060Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-09-07T07:26:49.7984860Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-09-07T07:26:49.7985670Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-09-07T07:26:49.7986680Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-09-07T07:26:49.7987480Z adding 'torch/include/ATen/ops/asinh_mps_dispatch.h' 2025-09-07T07:26:49.7988350Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-09-07T07:26:49.7989300Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-09-07T07:26:49.7990320Z adding 'torch/include/ATen/ops/asinh_sparsemps_dispatch.h' 2025-09-07T07:26:49.7991160Z adding 'torch/include/ATen/ops/atan.h' 2025-09-07T07:26:49.7992050Z adding 'torch/include/ATen/ops/atan2.h' 2025-09-07T07:26:49.7993030Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.7993910Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-09-07T07:26:49.7994750Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-09-07T07:26:49.7995560Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-09-07T07:26:49.7996390Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-09-07T07:26:49.7997330Z adding 'torch/include/ATen/ops/atan2_mps_dispatch.h' 2025-09-07T07:26:49.7998160Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-09-07T07:26:49.7999130Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-09-07T07:26:49.8000110Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8000970Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-09-07T07:26:49.8001780Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-09-07T07:26:49.8002610Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-09-07T07:26:49.8003410Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-09-07T07:26:49.8004320Z adding 'torch/include/ATen/ops/atan_mps_dispatch.h' 2025-09-07T07:26:49.8005190Z adding 'torch/include/ATen/ops/atan_native.h' 2025-09-07T07:26:49.8006140Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-09-07T07:26:49.8006980Z adding 'torch/include/ATen/ops/atan_sparsemps_dispatch.h' 2025-09-07T07:26:49.8007960Z adding 'torch/include/ATen/ops/atanh.h' 2025-09-07T07:26:49.8008950Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8009670Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-09-07T07:26:49.8010480Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-09-07T07:26:49.8011410Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-09-07T07:26:49.8012250Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-09-07T07:26:49.8013040Z adding 'torch/include/ATen/ops/atanh_mps_dispatch.h' 2025-09-07T07:26:49.8013890Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-09-07T07:26:49.8014960Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-09-07T07:26:49.8015860Z adding 'torch/include/ATen/ops/atanh_sparsemps_dispatch.h' 2025-09-07T07:26:49.8016710Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-09-07T07:26:49.8017660Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8018540Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-09-07T07:26:49.8019490Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-09-07T07:26:49.8020330Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-09-07T07:26:49.8021310Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8022160Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-09-07T07:26:49.8023100Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-09-07T07:26:49.8023960Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-09-07T07:26:49.8024920Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8025790Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-09-07T07:26:49.8026730Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-09-07T07:26:49.8027670Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-09-07T07:26:49.8028670Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8029660Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8030490Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-09-07T07:26:49.8031440Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-09-07T07:26:49.8032420Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-09-07T07:26:49.8033550Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-09-07T07:26:49.8034610Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8035400Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.8036280Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8037270Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-09-07T07:26:49.8038170Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-09-07T07:26:49.8039010Z adding 'torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h' 2025-09-07T07:26:49.8039900Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-09-07T07:26:49.8041070Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-09-07T07:26:49.8042070Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8042870Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-09-07T07:26:49.8043730Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-09-07T07:26:49.8045930Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-09-07T07:26:49.8046680Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-09-07T07:26:49.8047550Z adding 'torch/include/ATen/ops/avg_pool2d_mps_dispatch.h' 2025-09-07T07:26:49.8052080Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-09-07T07:26:49.8052290Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-09-07T07:26:49.8052430Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-09-07T07:26:49.8052540Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-09-07T07:26:49.8052830Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8053750Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.8054660Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8055540Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-09-07T07:26:49.8056390Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-09-07T07:26:49.8057340Z adding 'torch/include/ATen/ops/avg_pool3d_backward_mps_dispatch.h' 2025-09-07T07:26:49.8058270Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-09-07T07:26:49.8059280Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-09-07T07:26:49.8060390Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8061310Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-09-07T07:26:49.8062180Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-09-07T07:26:49.8063010Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-09-07T07:26:49.8063860Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-09-07T07:26:49.8064810Z adding 'torch/include/ATen/ops/avg_pool3d_mps_dispatch.h' 2025-09-07T07:26:49.8065750Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-09-07T07:26:49.8066750Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-09-07T07:26:49.8067760Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-09-07T07:26:49.8068930Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8069720Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-09-07T07:26:49.8070670Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-09-07T07:26:49.8071510Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-09-07T07:26:49.8072540Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-09-07T07:26:49.8073400Z adding 'torch/include/ATen/ops/baddbmm_mps_dispatch.h' 2025-09-07T07:26:49.8074810Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-09-07T07:26:49.8075980Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-09-07T07:26:49.8077100Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-09-07T07:26:49.8078530Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8079330Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-09-07T07:26:49.8080410Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-09-07T07:26:49.8081360Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-09-07T07:26:49.8082380Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-09-07T07:26:49.8083350Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-09-07T07:26:49.8084210Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8085160Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-09-07T07:26:49.8086250Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8087110Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-09-07T07:26:49.8087970Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-09-07T07:26:49.8088990Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-09-07T07:26:49.8089940Z adding 'torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h' 2025-09-07T07:26:49.8090880Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-09-07T07:26:49.8091880Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-09-07T07:26:49.8092900Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-09-07T07:26:49.8094060Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8094880Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-09-07T07:26:49.8095740Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-09-07T07:26:49.8096790Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-09-07T07:26:49.8097780Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8098670Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-09-07T07:26:49.8099590Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-09-07T07:26:49.8100430Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-09-07T07:26:49.8101470Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-09-07T07:26:49.8102470Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-09-07T07:26:49.8103490Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8104300Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-09-07T07:26:49.8105210Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-09-07T07:26:49.8106250Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-09-07T07:26:49.8107260Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-09-07T07:26:49.8108270Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8109190Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-09-07T07:26:49.8110050Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-09-07T07:26:49.8111080Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-09-07T07:26:49.8111880Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-09-07T07:26:49.8112880Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-09-07T07:26:49.8113790Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-09-07T07:26:49.8114780Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8115590Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-09-07T07:26:49.8116520Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-09-07T07:26:49.8117470Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-09-07T07:26:49.8118380Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-09-07T07:26:49.8119360Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8120270Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-09-07T07:26:49.8121140Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-09-07T07:26:49.8121940Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-09-07T07:26:49.8122940Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-09-07T07:26:49.8124000Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-09-07T07:26:49.8125040Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8125970Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8126770Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-09-07T07:26:49.8127660Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-09-07T07:26:49.8128550Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-09-07T07:26:49.8129360Z adding 'torch/include/ATen/ops/bernoulli_mps_dispatch.h' 2025-09-07T07:26:49.8130260Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-09-07T07:26:49.8131570Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-09-07T07:26:49.8132460Z adding 'torch/include/ATen/ops/bilinear.h' 2025-09-07T07:26:49.8133450Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8134180Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-09-07T07:26:49.8135190Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-09-07T07:26:49.8136130Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-09-07T07:26:49.8137140Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-09-07T07:26:49.8138080Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-09-07T07:26:49.8139020Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8139880Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h' 2025-09-07T07:26:49.8140800Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-09-07T07:26:49.8141780Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-09-07T07:26:49.8142740Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-09-07T07:26:49.8143630Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-09-07T07:26:49.8144460Z adding 'torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h' 2025-09-07T07:26:49.8145330Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-09-07T07:26:49.8146400Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-09-07T07:26:49.8147370Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-09-07T07:26:49.8148380Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8149200Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-09-07T07:26:49.8150250Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-09-07T07:26:49.8151250Z adding 'torch/include/ATen/ops/bincount.h' 2025-09-07T07:26:49.8152260Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8153080Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-09-07T07:26:49.8153960Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-09-07T07:26:49.8154770Z adding 'torch/include/ATen/ops/bincount_mps_dispatch.h' 2025-09-07T07:26:49.8155640Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-09-07T07:26:49.8156590Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-09-07T07:26:49.8157610Z adding 'torch/include/ATen/ops/binomial.h' 2025-09-07T07:26:49.8158560Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8159360Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-09-07T07:26:49.8160170Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-09-07T07:26:49.8161070Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-09-07T07:26:49.8162050Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-09-07T07:26:49.8163040Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-09-07T07:26:49.8164030Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8165010Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8165790Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-09-07T07:26:49.8166610Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-09-07T07:26:49.8167420Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-09-07T07:26:49.8168350Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-09-07T07:26:49.8169200Z adding 'torch/include/ATen/ops/bitwise_and_mps_dispatch.h' 2025-09-07T07:26:49.8170080Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-09-07T07:26:49.8171250Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-09-07T07:26:49.8172370Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-09-07T07:26:49.8173390Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8174330Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8175090Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-09-07T07:26:49.8175990Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-09-07T07:26:49.8176820Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-09-07T07:26:49.8177670Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-09-07T07:26:49.8178460Z adding 'torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h' 2025-09-07T07:26:49.8179510Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-09-07T07:26:49.8180750Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-09-07T07:26:49.8182220Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-09-07T07:26:49.8185480Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8186200Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-09-07T07:26:49.8187130Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-09-07T07:26:49.8188040Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-09-07T07:26:49.8189290Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-09-07T07:26:49.8190170Z adding 'torch/include/ATen/ops/bitwise_not_mps_dispatch.h' 2025-09-07T07:26:49.8191050Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-09-07T07:26:49.8192050Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-09-07T07:26:49.8197870Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-09-07T07:26:49.8198690Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8199610Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8200380Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-09-07T07:26:49.8201560Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-09-07T07:26:49.8202430Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-09-07T07:26:49.8203280Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-09-07T07:26:49.8204100Z adding 'torch/include/ATen/ops/bitwise_or_mps_dispatch.h' 2025-09-07T07:26:49.8205310Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-09-07T07:26:49.8206560Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-09-07T07:26:49.8207660Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-09-07T07:26:49.8208640Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8209880Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8210690Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-09-07T07:26:49.8211590Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-09-07T07:26:49.8212420Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-09-07T07:26:49.8213600Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-09-07T07:26:49.8214440Z adding 'torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h' 2025-09-07T07:26:49.8215330Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-09-07T07:26:49.8216530Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-09-07T07:26:49.8217910Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-09-07T07:26:49.8218920Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8219860Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8220600Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-09-07T07:26:49.8221770Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-09-07T07:26:49.8222620Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-09-07T07:26:49.8223530Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-09-07T07:26:49.8224370Z adding 'torch/include/ATen/ops/bitwise_xor_mps_dispatch.h' 2025-09-07T07:26:49.8225600Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-09-07T07:26:49.8226880Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-09-07T07:26:49.8227970Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-09-07T07:26:49.8229080Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8230230Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-09-07T07:26:49.8231340Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-09-07T07:26:49.8232250Z adding 'torch/include/ATen/ops/block_diag.h' 2025-09-07T07:26:49.8233220Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8234300Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-09-07T07:26:49.8235250Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-09-07T07:26:49.8236190Z adding 'torch/include/ATen/ops/bmm.h' 2025-09-07T07:26:49.8237200Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8238320Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-09-07T07:26:49.8239220Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-09-07T07:26:49.8240060Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-09-07T07:26:49.8240890Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-09-07T07:26:49.8242020Z adding 'torch/include/ATen/ops/bmm_mps_dispatch.h' 2025-09-07T07:26:49.8242950Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-09-07T07:26:49.8243970Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-09-07T07:26:49.8244880Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-09-07T07:26:49.8246150Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8246930Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-09-07T07:26:49.8247820Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-09-07T07:26:49.8248700Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-09-07T07:26:49.8249990Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8250790Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-09-07T07:26:49.8251660Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-09-07T07:26:49.8252660Z adding 'torch/include/ATen/ops/bucketize.h' 2025-09-07T07:26:49.8253980Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8254770Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-09-07T07:26:49.8255630Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-09-07T07:26:49.8256510Z adding 'torch/include/ATen/ops/bucketize_mps_dispatch.h' 2025-09-07T07:26:49.8257730Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-09-07T07:26:49.8258830Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-09-07T07:26:49.8259670Z adding 'torch/include/ATen/ops/can_cast.h' 2025-09-07T07:26:49.8260630Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8261700Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-09-07T07:26:49.8262620Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-09-07T07:26:49.8263490Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-09-07T07:26:49.8264460Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8265520Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-09-07T07:26:49.8266410Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-09-07T07:26:49.8267340Z adding 'torch/include/ATen/ops/cat.h' 2025-09-07T07:26:49.8268350Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8269500Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8270330Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-09-07T07:26:49.8271160Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-09-07T07:26:49.8272380Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-09-07T07:26:49.8273550Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-09-07T07:26:49.8274420Z adding 'torch/include/ATen/ops/cat_mps_dispatch.h' 2025-09-07T07:26:49.8275320Z adding 'torch/include/ATen/ops/cat_native.h' 2025-09-07T07:26:49.8276340Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-09-07T07:26:49.8277630Z adding 'torch/include/ATen/ops/cauchy.h' 2025-09-07T07:26:49.8278600Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8279390Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-09-07T07:26:49.8280250Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-09-07T07:26:49.8281360Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-09-07T07:26:49.8282260Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-09-07T07:26:49.8283280Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-09-07T07:26:49.8284110Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-09-07T07:26:49.8285380Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8286170Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-09-07T07:26:49.8287140Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8288040Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8289060Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-09-07T07:26:49.8290010Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-09-07T07:26:49.8290840Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-09-07T07:26:49.8291750Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-09-07T07:26:49.8292910Z adding 'torch/include/ATen/ops/cdist.h' 2025-09-07T07:26:49.8293860Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8294610Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-09-07T07:26:49.8295510Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-09-07T07:26:49.8296710Z adding 'torch/include/ATen/ops/ceil.h' 2025-09-07T07:26:49.8297710Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8298450Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-09-07T07:26:49.8299270Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-09-07T07:26:49.8300440Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-09-07T07:26:49.8301260Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-09-07T07:26:49.8302050Z adding 'torch/include/ATen/ops/ceil_mps_dispatch.h' 2025-09-07T07:26:49.8302900Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-09-07T07:26:49.8304210Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-09-07T07:26:49.8305050Z adding 'torch/include/ATen/ops/ceil_sparsemps_dispatch.h' 2025-09-07T07:26:49.8305950Z adding 'torch/include/ATen/ops/celu.h' 2025-09-07T07:26:49.8306910Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8307980Z adding 'torch/include/ATen/ops/celu_native.h' 2025-09-07T07:26:49.8308970Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-09-07T07:26:49.8309850Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-09-07T07:26:49.8310830Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8311900Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-09-07T07:26:49.8312850Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-09-07T07:26:49.8313650Z adding 'torch/include/ATen/ops/chalf.h' 2025-09-07T07:26:49.8314620Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8315680Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-09-07T07:26:49.8316590Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-09-07T07:26:49.8317630Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-09-07T07:26:49.8318640Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8319790Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-09-07T07:26:49.8320640Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-09-07T07:26:49.8321450Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-09-07T07:26:49.8322400Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-09-07T07:26:49.8323600Z adding 'torch/include/ATen/ops/cholesky.h' 2025-09-07T07:26:49.8324490Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-09-07T07:26:49.8325320Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-09-07T07:26:49.8326180Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-09-07T07:26:49.8327400Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-09-07T07:26:49.8328250Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-09-07T07:26:49.8329070Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-09-07T07:26:49.8330010Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-09-07T07:26:49.8331190Z adding 'torch/include/ATen/ops/cholesky_mps_dispatch.h' 2025-09-07T07:26:49.8332050Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-09-07T07:26:49.8332990Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-09-07T07:26:49.8333890Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-09-07T07:26:49.8335190Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8335960Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-09-07T07:26:49.8336900Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-09-07T07:26:49.8337790Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-09-07T07:26:49.8339090Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8339880Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-09-07T07:26:49.8340800Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-09-07T07:26:49.8341650Z adding 'torch/include/ATen/ops/chunk.h' 2025-09-07T07:26:49.8342890Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8343710Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-09-07T07:26:49.8344610Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-09-07T07:26:49.8345610Z adding 'torch/include/ATen/ops/clamp.h' 2025-09-07T07:26:49.8347010Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8347830Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-09-07T07:26:49.8348750Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-09-07T07:26:49.8349690Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-09-07T07:26:49.8351020Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8351820Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-09-07T07:26:49.8352680Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-09-07T07:26:49.8353500Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-09-07T07:26:49.8354700Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-09-07T07:26:49.8355570Z adding 'torch/include/ATen/ops/clamp_max_mps_dispatch.h' 2025-09-07T07:26:49.8356410Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-09-07T07:26:49.8357510Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-09-07T07:26:49.8358700Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-09-07T07:26:49.8359650Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-09-07T07:26:49.8360600Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-09-07T07:26:49.8361650Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8362730Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-09-07T07:26:49.8363580Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-09-07T07:26:49.8364410Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-09-07T07:26:49.8365270Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-09-07T07:26:49.8366410Z adding 'torch/include/ATen/ops/clamp_min_mps_dispatch.h' 2025-09-07T07:26:49.8367320Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-09-07T07:26:49.8368410Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-09-07T07:26:49.8369340Z adding 'torch/include/ATen/ops/clamp_mps_dispatch.h' 2025-09-07T07:26:49.8370540Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-09-07T07:26:49.8371710Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-09-07T07:26:49.8372740Z adding 'torch/include/ATen/ops/clip.h' 2025-09-07T07:26:49.8373780Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8374930Z adding 'torch/include/ATen/ops/clip_native.h' 2025-09-07T07:26:49.8376110Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-09-07T07:26:49.8377000Z adding 'torch/include/ATen/ops/clone.h' 2025-09-07T07:26:49.8377970Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8379110Z adding 'torch/include/ATen/ops/clone_native.h' 2025-09-07T07:26:49.8380060Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-09-07T07:26:49.8380980Z adding 'torch/include/ATen/ops/clone_sparsemps_dispatch.h' 2025-09-07T07:26:49.8381780Z adding 'torch/include/ATen/ops/coalesce.h' 2025-09-07T07:26:49.8383060Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8383810Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-09-07T07:26:49.8384690Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-09-07T07:26:49.8385820Z adding 'torch/include/ATen/ops/col2im.h' 2025-09-07T07:26:49.8387140Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-09-07T07:26:49.8388030Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-09-07T07:26:49.8388900Z adding 'torch/include/ATen/ops/col2im_mps_dispatch.h' 2025-09-07T07:26:49.8389770Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-09-07T07:26:49.8391090Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-09-07T07:26:49.8391890Z adding 'torch/include/ATen/ops/col_indices.h' 2025-09-07T07:26:49.8392840Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8393630Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-09-07T07:26:49.8394920Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8395870Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8396550Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-09-07T07:26:49.8397500Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-09-07T07:26:49.8398600Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-09-07T07:26:49.8399510Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-09-07T07:26:49.8400420Z adding 'torch/include/ATen/ops/column_stack.h' 2025-09-07T07:26:49.8401390Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8402450Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-09-07T07:26:49.8403390Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-09-07T07:26:49.8404250Z adding 'torch/include/ATen/ops/combinations.h' 2025-09-07T07:26:49.8405210Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8406270Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-09-07T07:26:49.8407200Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-09-07T07:26:49.8408060Z adding 'torch/include/ATen/ops/complex.h' 2025-09-07T07:26:49.8409000Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8410090Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-09-07T07:26:49.8410950Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-09-07T07:26:49.8411760Z adding 'torch/include/ATen/ops/complex_mps_dispatch.h' 2025-09-07T07:26:49.8412570Z adding 'torch/include/ATen/ops/complex_native.h' 2025-09-07T07:26:49.8413840Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-09-07T07:26:49.8414780Z adding 'torch/include/ATen/ops/concat.h' 2025-09-07T07:26:49.8415800Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8416540Z adding 'torch/include/ATen/ops/concat_native.h' 2025-09-07T07:26:49.8417900Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-09-07T07:26:49.8418840Z adding 'torch/include/ATen/ops/concatenate.h' 2025-09-07T07:26:49.8419840Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8420660Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-09-07T07:26:49.8422000Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-09-07T07:26:49.8422940Z adding 'torch/include/ATen/ops/conj.h' 2025-09-07T07:26:49.8424240Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8425040Z adding 'torch/include/ATen/ops/conj_native.h' 2025-09-07T07:26:49.8426200Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-09-07T07:26:49.8427140Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-09-07T07:26:49.8428110Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8428950Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8430050Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-09-07T07:26:49.8430900Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-09-07T07:26:49.8431720Z adding 'torch/include/ATen/ops/conj_physical_mps_dispatch.h' 2025-09-07T07:26:49.8432560Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-09-07T07:26:49.8433870Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-09-07T07:26:49.8434780Z adding 'torch/include/ATen/ops/conj_physical_sparsecsrmps_dispatch.h' 2025-09-07T07:26:49.8435610Z adding 'torch/include/ATen/ops/conj_physical_sparsemps_dispatch.h' 2025-09-07T07:26:49.8436600Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-09-07T07:26:49.8437960Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8438780Z adding 'torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h' 2025-09-07T07:26:49.8439620Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-09-07T07:26:49.8440600Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-09-07T07:26:49.8441710Z adding 'torch/include/ATen/ops/contiguous.h' 2025-09-07T07:26:49.8442670Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8443410Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-09-07T07:26:49.8444310Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-09-07T07:26:49.8445890Z adding 'torch/include/ATen/ops/conv1d.h' 2025-09-07T07:26:49.8446770Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8447550Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-09-07T07:26:49.8448540Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-09-07T07:26:49.8450120Z adding 'torch/include/ATen/ops/conv2d.h' 2025-09-07T07:26:49.8450980Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8451750Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-09-07T07:26:49.8452740Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-09-07T07:26:49.8454150Z adding 'torch/include/ATen/ops/conv3d.h' 2025-09-07T07:26:49.8455160Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8455920Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-09-07T07:26:49.8456890Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-09-07T07:26:49.8458800Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-09-07T07:26:49.8459520Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8460360Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-09-07T07:26:49.8461210Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-09-07T07:26:49.8462560Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-09-07T07:26:49.8463480Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-09-07T07:26:49.8464360Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-09-07T07:26:49.8465310Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8466390Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-09-07T07:26:49.8467330Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-09-07T07:26:49.8468290Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8469070Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-09-07T07:26:49.8470410Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-09-07T07:26:49.8471540Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-09-07T07:26:49.8472580Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8473420Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-09-07T07:26:49.8474790Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-09-07T07:26:49.8475880Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-09-07T07:26:49.8476980Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8477780Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-09-07T07:26:49.8479040Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-09-07T07:26:49.8480040Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-09-07T07:26:49.8481060Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8481820Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-09-07T07:26:49.8483050Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-09-07T07:26:49.8484270Z adding 'torch/include/ATen/ops/convolution.h' 2025-09-07T07:26:49.8485900Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-09-07T07:26:49.8486920Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8488080Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8488990Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-09-07T07:26:49.8490100Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-09-07T07:26:49.8491520Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-09-07T07:26:49.8492950Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8493790Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-09-07T07:26:49.8494890Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-09-07T07:26:49.8495870Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8496980Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-09-07T07:26:49.8498010Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-09-07T07:26:49.8499290Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-09-07T07:26:49.8500380Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8501520Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-09-07T07:26:49.8502530Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-09-07T07:26:49.8503400Z adding 'torch/include/ATen/ops/copy.h' 2025-09-07T07:26:49.8504370Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8505580Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8506350Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-09-07T07:26:49.8507220Z adding 'torch/include/ATen/ops/copy_native.h' 2025-09-07T07:26:49.8508210Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-09-07T07:26:49.8509490Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-09-07T07:26:49.8510490Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8511250Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-09-07T07:26:49.8512060Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-09-07T07:26:49.8513400Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-09-07T07:26:49.8514290Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_sparsemps_dispatch.h' 2025-09-07T07:26:49.8515130Z adding 'torch/include/ATen/ops/copysign.h' 2025-09-07T07:26:49.8516100Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8517310Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8518100Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-09-07T07:26:49.8518910Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-09-07T07:26:49.8519720Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-09-07T07:26:49.8520870Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-09-07T07:26:49.8521690Z adding 'torch/include/ATen/ops/copysign_mps_dispatch.h' 2025-09-07T07:26:49.8522540Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-09-07T07:26:49.8523620Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-09-07T07:26:49.8524800Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-09-07T07:26:49.8525770Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8526500Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-09-07T07:26:49.8527370Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-09-07T07:26:49.8528550Z adding 'torch/include/ATen/ops/cos.h' 2025-09-07T07:26:49.8529530Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8530280Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-09-07T07:26:49.8531100Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-09-07T07:26:49.8532210Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-09-07T07:26:49.8533070Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-09-07T07:26:49.8533880Z adding 'torch/include/ATen/ops/cos_mps_dispatch.h' 2025-09-07T07:26:49.8534710Z adding 'torch/include/ATen/ops/cos_native.h' 2025-09-07T07:26:49.8535970Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-09-07T07:26:49.8537660Z adding 'torch/include/ATen/ops/cosh.h' 2025-09-07T07:26:49.8538640Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8539520Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-09-07T07:26:49.8540440Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-09-07T07:26:49.8541330Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-09-07T07:26:49.8542250Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-09-07T07:26:49.8543080Z adding 'torch/include/ATen/ops/cosh_mps_dispatch.h' 2025-09-07T07:26:49.8543920Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-09-07T07:26:49.8544930Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-09-07T07:26:49.8545880Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-09-07T07:26:49.8546890Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8547690Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-09-07T07:26:49.8548650Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-09-07T07:26:49.8549530Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-09-07T07:26:49.8550540Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8551300Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-09-07T07:26:49.8552210Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-09-07T07:26:49.8553230Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-09-07T07:26:49.8554210Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8555050Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-09-07T07:26:49.8555860Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-09-07T07:26:49.8556690Z adding 'torch/include/ATen/ops/count_nonzero_mps_dispatch.h' 2025-09-07T07:26:49.8557560Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-09-07T07:26:49.8558600Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-09-07T07:26:49.8559500Z adding 'torch/include/ATen/ops/cov.h' 2025-09-07T07:26:49.8560480Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8561260Z adding 'torch/include/ATen/ops/cov_native.h' 2025-09-07T07:26:49.8562230Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-09-07T07:26:49.8563210Z adding 'torch/include/ATen/ops/cross.h' 2025-09-07T07:26:49.8564260Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8565170Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-09-07T07:26:49.8566170Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8566950Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-09-07T07:26:49.8567930Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-09-07T07:26:49.8568800Z adding 'torch/include/ATen/ops/cross_native.h' 2025-09-07T07:26:49.8569790Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-09-07T07:26:49.8570760Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-09-07T07:26:49.8571720Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8572520Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-09-07T07:26:49.8573480Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8574380Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8575100Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-09-07T07:26:49.8576020Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-09-07T07:26:49.8576850Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-09-07T07:26:49.8577720Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-09-07T07:26:49.8578690Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-09-07T07:26:49.8579650Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8580440Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-09-07T07:26:49.8581430Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-09-07T07:26:49.8582390Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-09-07T07:26:49.8583350Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-09-07T07:26:49.8584330Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8585140Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8585970Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-09-07T07:26:49.8586950Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-09-07T07:26:49.8587880Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8588680Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-09-07T07:26:49.8589500Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-09-07T07:26:49.8590460Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-09-07T07:26:49.8591420Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-09-07T07:26:49.8592470Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-09-07T07:26:49.8593520Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8594360Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8595260Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-09-07T07:26:49.8596300Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-09-07T07:26:49.8597240Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-09-07T07:26:49.8598110Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-09-07T07:26:49.8599170Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-09-07T07:26:49.8600360Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-09-07T07:26:49.8605770Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-09-07T07:26:49.8606110Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8606260Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-09-07T07:26:49.8606470Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-09-07T07:26:49.8606600Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-09-07T07:26:49.8606720Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-09-07T07:26:49.8607160Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-09-07T07:26:49.8608290Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-09-07T07:26:49.8609610Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-09-07T07:26:49.8610390Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8611220Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-09-07T07:26:49.8612060Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-09-07T07:26:49.8613060Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-09-07T07:26:49.8614340Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-09-07T07:26:49.8615430Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8616340Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-09-07T07:26:49.8617250Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-09-07T07:26:49.8618340Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-09-07T07:26:49.8619230Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-09-07T07:26:49.8620150Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-09-07T07:26:49.8621150Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8621970Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8622790Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-09-07T07:26:49.8623870Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-09-07T07:26:49.8624830Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8625630Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-09-07T07:26:49.8626430Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-09-07T07:26:49.8627360Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-09-07T07:26:49.8628200Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-09-07T07:26:49.8629160Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8629910Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-09-07T07:26:49.8630780Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-09-07T07:26:49.8631730Z adding 'torch/include/ATen/ops/cummax.h' 2025-09-07T07:26:49.8632680Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8633570Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8634360Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-09-07T07:26:49.8635400Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-09-07T07:26:49.8636350Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-09-07T07:26:49.8637300Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8638060Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-09-07T07:26:49.8638950Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-09-07T07:26:49.8639890Z adding 'torch/include/ATen/ops/cummin.h' 2025-09-07T07:26:49.8640840Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8641700Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8642480Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-09-07T07:26:49.8643520Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-09-07T07:26:49.8644480Z adding 'torch/include/ATen/ops/cumprod.h' 2025-09-07T07:26:49.8645360Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-09-07T07:26:49.8646340Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8647070Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-09-07T07:26:49.8648310Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-09-07T07:26:49.8649330Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8650170Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8650960Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-09-07T07:26:49.8651800Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-09-07T07:26:49.8652630Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-09-07T07:26:49.8653470Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-09-07T07:26:49.8654300Z adding 'torch/include/ATen/ops/cumprod_mps_dispatch.h' 2025-09-07T07:26:49.8655200Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-09-07T07:26:49.8656320Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-09-07T07:26:49.8657280Z adding 'torch/include/ATen/ops/cumsum.h' 2025-09-07T07:26:49.8658290Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8659150Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8659920Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-09-07T07:26:49.8660750Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-09-07T07:26:49.8661570Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-09-07T07:26:49.8662450Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-09-07T07:26:49.8663270Z adding 'torch/include/ATen/ops/cumsum_mps_dispatch.h' 2025-09-07T07:26:49.8664150Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-09-07T07:26:49.8665270Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-09-07T07:26:49.8666190Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-09-07T07:26:49.8667170Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8667930Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-09-07T07:26:49.8668860Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-09-07T07:26:49.8669640Z adding 'torch/include/ATen/ops/data.h' 2025-09-07T07:26:49.8670580Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8671320Z adding 'torch/include/ATen/ops/data_native.h' 2025-09-07T07:26:49.8672190Z adding 'torch/include/ATen/ops/data_ops.h' 2025-09-07T07:26:49.8673080Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-09-07T07:26:49.8674090Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8674850Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-09-07T07:26:49.8675760Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-09-07T07:26:49.8676690Z adding 'torch/include/ATen/ops/deg2rad_sparsemps_dispatch.h' 2025-09-07T07:26:49.8677450Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-09-07T07:26:49.8678450Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8679160Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-09-07T07:26:49.8680050Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-09-07T07:26:49.8680940Z adding 'torch/include/ATen/ops/dense_dim_sparsecsrmps_dispatch.h' 2025-09-07T07:26:49.8681720Z adding 'torch/include/ATen/ops/dense_dim_sparsemps_dispatch.h' 2025-09-07T07:26:49.8682660Z adding 'torch/include/ATen/ops/dequantize.h' 2025-09-07T07:26:49.8683660Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8684440Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-09-07T07:26:49.8685240Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-09-07T07:26:49.8686090Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-09-07T07:26:49.8687110Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-09-07T07:26:49.8687940Z adding 'torch/include/ATen/ops/det.h' 2025-09-07T07:26:49.8688870Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8689610Z adding 'torch/include/ATen/ops/det_native.h' 2025-09-07T07:26:49.8690500Z adding 'torch/include/ATen/ops/det_ops.h' 2025-09-07T07:26:49.8691370Z adding 'torch/include/ATen/ops/detach.h' 2025-09-07T07:26:49.8692310Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8693120Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-09-07T07:26:49.8694070Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8694960Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8695680Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-09-07T07:26:49.8696620Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-09-07T07:26:49.8697420Z adding 'torch/include/ATen/ops/detach_native.h' 2025-09-07T07:26:49.8698320Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-09-07T07:26:49.8699200Z adding 'torch/include/ATen/ops/diag.h' 2025-09-07T07:26:49.8700150Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8701000Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-09-07T07:26:49.8701950Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8702860Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8703580Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-09-07T07:26:49.8704550Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-09-07T07:26:49.8705360Z adding 'torch/include/ATen/ops/diag_native.h' 2025-09-07T07:26:49.8706280Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-09-07T07:26:49.8707130Z adding 'torch/include/ATen/ops/diagflat.h' 2025-09-07T07:26:49.8708070Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8708810Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-09-07T07:26:49.8709690Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-09-07T07:26:49.8710570Z adding 'torch/include/ATen/ops/diagonal.h' 2025-09-07T07:26:49.8711700Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-09-07T07:26:49.8712740Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8713530Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-09-07T07:26:49.8714510Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-09-07T07:26:49.8715420Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8716320Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8717130Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-09-07T07:26:49.8718110Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8719030Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8719730Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-09-07T07:26:49.8720660Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-09-07T07:26:49.8721500Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-09-07T07:26:49.8722450Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-09-07T07:26:49.8723350Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-09-07T07:26:49.8724340Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8725250Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8725960Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-09-07T07:26:49.8726920Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-09-07T07:26:49.8727810Z adding 'torch/include/ATen/ops/diff.h' 2025-09-07T07:26:49.8728810Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8729570Z adding 'torch/include/ATen/ops/diff_native.h' 2025-09-07T07:26:49.8730540Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-09-07T07:26:49.8731410Z adding 'torch/include/ATen/ops/digamma.h' 2025-09-07T07:26:49.8732390Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8733150Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-09-07T07:26:49.8734000Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-09-07T07:26:49.8734830Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-09-07T07:26:49.8735650Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-09-07T07:26:49.8736480Z adding 'torch/include/ATen/ops/digamma_mps_dispatch.h' 2025-09-07T07:26:49.8737300Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-09-07T07:26:49.8738240Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-09-07T07:26:49.8739130Z adding 'torch/include/ATen/ops/dist.h' 2025-09-07T07:26:49.8740100Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8740860Z adding 'torch/include/ATen/ops/dist_native.h' 2025-09-07T07:26:49.8741810Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-09-07T07:26:49.8742900Z adding 'torch/include/ATen/ops/div.h' 2025-09-07T07:26:49.8743870Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8744790Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8745590Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-09-07T07:26:49.8746450Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-09-07T07:26:49.8747310Z adding 'torch/include/ATen/ops/div_meta.h' 2025-09-07T07:26:49.8748210Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-09-07T07:26:49.8749070Z adding 'torch/include/ATen/ops/div_mps_dispatch.h' 2025-09-07T07:26:49.8750030Z adding 'torch/include/ATen/ops/div_native.h' 2025-09-07T07:26:49.8751640Z adding 'torch/include/ATen/ops/div_ops.h' 2025-09-07T07:26:49.8752520Z adding 'torch/include/ATen/ops/divide.h' 2025-09-07T07:26:49.8753550Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8754350Z adding 'torch/include/ATen/ops/divide_native.h' 2025-09-07T07:26:49.8755590Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-09-07T07:26:49.8756520Z adding 'torch/include/ATen/ops/dot.h' 2025-09-07T07:26:49.8757480Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8758290Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-09-07T07:26:49.8759080Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-09-07T07:26:49.8759890Z adding 'torch/include/ATen/ops/dot_mps_dispatch.h' 2025-09-07T07:26:49.8760690Z adding 'torch/include/ATen/ops/dot_native.h' 2025-09-07T07:26:49.8761620Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-09-07T07:26:49.8762500Z adding 'torch/include/ATen/ops/dropout.h' 2025-09-07T07:26:49.8763470Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8764180Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-09-07T07:26:49.8765100Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-09-07T07:26:49.8765970Z adding 'torch/include/ATen/ops/dsplit.h' 2025-09-07T07:26:49.8766930Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8767680Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-09-07T07:26:49.8768620Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-09-07T07:26:49.8769480Z adding 'torch/include/ATen/ops/dstack.h' 2025-09-07T07:26:49.8770450Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8771200Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-09-07T07:26:49.8772140Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-09-07T07:26:49.8772980Z adding 'torch/include/ATen/ops/einsum.h' 2025-09-07T07:26:49.8773930Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8774690Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-09-07T07:26:49.8775590Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-09-07T07:26:49.8776490Z adding 'torch/include/ATen/ops/elu.h' 2025-09-07T07:26:49.8777440Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-09-07T07:26:49.8778460Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8779240Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-09-07T07:26:49.8780110Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8780930Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-09-07T07:26:49.8781810Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-09-07T07:26:49.8782620Z adding 'torch/include/ATen/ops/elu_backward_mps_dispatch.h' 2025-09-07T07:26:49.8783500Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-09-07T07:26:49.8784480Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-09-07T07:26:49.8785480Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8786240Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-09-07T07:26:49.8787130Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-09-07T07:26:49.8787930Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-09-07T07:26:49.8788770Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-09-07T07:26:49.8789580Z adding 'torch/include/ATen/ops/elu_mps_dispatch.h' 2025-09-07T07:26:49.8790440Z adding 'torch/include/ATen/ops/elu_native.h' 2025-09-07T07:26:49.8791450Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-09-07T07:26:49.8792550Z adding 'torch/include/ATen/ops/embedding.h' 2025-09-07T07:26:49.8793550Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-09-07T07:26:49.8794540Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8795300Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-09-07T07:26:49.8796210Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-09-07T07:26:49.8797150Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-09-07T07:26:49.8798180Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8798970Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-09-07T07:26:49.8799990Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-09-07T07:26:49.8801020Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8802090Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-09-07T07:26:49.8803110Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8803920Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-09-07T07:26:49.8804760Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-09-07T07:26:49.8805600Z adding 'torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h' 2025-09-07T07:26:49.8806450Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-09-07T07:26:49.8807440Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-09-07T07:26:49.8808270Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-09-07T07:26:49.8809230Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-09-07T07:26:49.8810170Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-09-07T07:26:49.8811160Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8811960Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-09-07T07:26:49.8812770Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-09-07T07:26:49.8813600Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-09-07T07:26:49.8814440Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-09-07T07:26:49.8815420Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-09-07T07:26:49.8816320Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-09-07T07:26:49.8817320Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8818060Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-09-07T07:26:49.8818980Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-09-07T07:26:49.8820340Z adding 'torch/include/ATen/ops/empty.h' 2025-09-07T07:26:49.8821410Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8822300Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8823130Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-09-07T07:26:49.8823990Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-09-07T07:26:49.8824980Z adding 'torch/include/ATen/ops/empty_like.h' 2025-09-07T07:26:49.8825990Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8826820Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-09-07T07:26:49.8827830Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-09-07T07:26:49.8828710Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-09-07T07:26:49.8829620Z adding 'torch/include/ATen/ops/empty_mps_dispatch.h' 2025-09-07T07:26:49.8830570Z adding 'torch/include/ATen/ops/empty_native.h' 2025-09-07T07:26:49.8831710Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-09-07T07:26:49.8832950Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-09-07T07:26:49.8833990Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8834780Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-09-07T07:26:49.8835760Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-09-07T07:26:49.8836820Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-09-07T07:26:49.8837790Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8838580Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-09-07T07:26:49.8839580Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-09-07T07:26:49.8840520Z adding 'torch/include/ATen/ops/empty_sparsemps_dispatch.h' 2025-09-07T07:26:49.8841660Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-09-07T07:26:49.8842670Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8843490Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-09-07T07:26:49.8844340Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-09-07T07:26:49.8845210Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-09-07T07:26:49.8846040Z adding 'torch/include/ATen/ops/empty_strided_mps_dispatch.h' 2025-09-07T07:26:49.8846940Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-09-07T07:26:49.8847920Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-09-07T07:26:49.8848830Z adding 'torch/include/ATen/ops/eq.h' 2025-09-07T07:26:49.8849890Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8850660Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-09-07T07:26:49.8851490Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-09-07T07:26:49.8852360Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-09-07T07:26:49.8853190Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-09-07T07:26:49.8854030Z adding 'torch/include/ATen/ops/eq_mps_dispatch.h' 2025-09-07T07:26:49.8854950Z adding 'torch/include/ATen/ops/eq_native.h' 2025-09-07T07:26:49.8856580Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-09-07T07:26:49.8857360Z adding 'torch/include/ATen/ops/equal.h' 2025-09-07T07:26:49.8858230Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-09-07T07:26:49.8859060Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-09-07T07:26:49.8859930Z adding 'torch/include/ATen/ops/equal_mps_dispatch.h' 2025-09-07T07:26:49.8860700Z adding 'torch/include/ATen/ops/equal_native.h' 2025-09-07T07:26:49.8861560Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-09-07T07:26:49.8862440Z adding 'torch/include/ATen/ops/erf.h' 2025-09-07T07:26:49.8863430Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8864170Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-09-07T07:26:49.8865000Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-09-07T07:26:49.8865810Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-09-07T07:26:49.8866630Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-09-07T07:26:49.8867420Z adding 'torch/include/ATen/ops/erf_mps_dispatch.h' 2025-09-07T07:26:49.8868290Z adding 'torch/include/ATen/ops/erf_native.h' 2025-09-07T07:26:49.8869230Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-09-07T07:26:49.8870130Z adding 'torch/include/ATen/ops/erf_sparsemps_dispatch.h' 2025-09-07T07:26:49.8870970Z adding 'torch/include/ATen/ops/erfc.h' 2025-09-07T07:26:49.8871940Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8872670Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-09-07T07:26:49.8873480Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-09-07T07:26:49.8874320Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-09-07T07:26:49.8875120Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-09-07T07:26:49.8875890Z adding 'torch/include/ATen/ops/erfc_mps_dispatch.h' 2025-09-07T07:26:49.8876730Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-09-07T07:26:49.8877680Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-09-07T07:26:49.8878550Z adding 'torch/include/ATen/ops/erfinv.h' 2025-09-07T07:26:49.8879550Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8880290Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-09-07T07:26:49.8881140Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-09-07T07:26:49.8881960Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-09-07T07:26:49.8882790Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-09-07T07:26:49.8883580Z adding 'torch/include/ATen/ops/erfinv_mps_dispatch.h' 2025-09-07T07:26:49.8884480Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-09-07T07:26:49.8885390Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-09-07T07:26:49.8886260Z adding 'torch/include/ATen/ops/exp.h' 2025-09-07T07:26:49.8887150Z adding 'torch/include/ATen/ops/exp2.h' 2025-09-07T07:26:49.8888100Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8888850Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-09-07T07:26:49.8889660Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-09-07T07:26:49.8890490Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-09-07T07:26:49.8891310Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-09-07T07:26:49.8892150Z adding 'torch/include/ATen/ops/exp2_mps_dispatch.h' 2025-09-07T07:26:49.8893020Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-09-07T07:26:49.8893970Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-09-07T07:26:49.8895010Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8895850Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-09-07T07:26:49.8896670Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-09-07T07:26:49.8897470Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-09-07T07:26:49.8898300Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-09-07T07:26:49.8899100Z adding 'torch/include/ATen/ops/exp_mps_dispatch.h' 2025-09-07T07:26:49.8899940Z adding 'torch/include/ATen/ops/exp_native.h' 2025-09-07T07:26:49.8900880Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-09-07T07:26:49.8901770Z adding 'torch/include/ATen/ops/expand.h' 2025-09-07T07:26:49.8902590Z adding 'torch/include/ATen/ops/expand_as.h' 2025-09-07T07:26:49.8903540Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8904280Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-09-07T07:26:49.8905170Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-09-07T07:26:49.8906140Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8907110Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-09-07T07:26:49.8908110Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8909020Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8909730Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-09-07T07:26:49.8910680Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-09-07T07:26:49.8911490Z adding 'torch/include/ATen/ops/expand_native.h' 2025-09-07T07:26:49.8912390Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-09-07T07:26:49.8913280Z adding 'torch/include/ATen/ops/expm1.h' 2025-09-07T07:26:49.8914270Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.8915000Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-09-07T07:26:49.8915810Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-09-07T07:26:49.8916650Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-09-07T07:26:49.8917460Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-09-07T07:26:49.8918270Z adding 'torch/include/ATen/ops/expm1_mps_dispatch.h' 2025-09-07T07:26:49.8919130Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-09-07T07:26:49.8920070Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-09-07T07:26:49.8920950Z adding 'torch/include/ATen/ops/expm1_sparsemps_dispatch.h' 2025-09-07T07:26:49.8921830Z adding 'torch/include/ATen/ops/exponential.h' 2025-09-07T07:26:49.8923550Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8924850Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-09-07T07:26:49.8925680Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-09-07T07:26:49.8926480Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-09-07T07:26:49.8927300Z adding 'torch/include/ATen/ops/exponential_mps_dispatch.h' 2025-09-07T07:26:49.8928120Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-09-07T07:26:49.8929110Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-09-07T07:26:49.8930700Z adding 'torch/include/ATen/ops/eye.h' 2025-09-07T07:26:49.8931510Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8932350Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-09-07T07:26:49.8933190Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-09-07T07:26:49.8933990Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-09-07T07:26:49.8934810Z adding 'torch/include/ATen/ops/eye_mps_dispatch.h' 2025-09-07T07:26:49.8935670Z adding 'torch/include/ATen/ops/eye_native.h' 2025-09-07T07:26:49.8936730Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-09-07T07:26:49.8937740Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-09-07T07:26:49.8938690Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-09-07T07:26:49.8939590Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-09-07T07:26:49.8940580Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8941340Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-09-07T07:26:49.8942250Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-09-07T07:26:49.8943210Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8944050Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-09-07T07:26:49.8944880Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-09-07T07:26:49.8945730Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-09-07T07:26:49.8946790Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-09-07T07:26:49.8947720Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8948490Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-09-07T07:26:49.8949420Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-09-07T07:26:49.8950320Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-09-07T07:26:49.8951310Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-09-07T07:26:49.8952180Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-09-07T07:26:49.8953170Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8953900Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-09-07T07:26:49.8954840Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-09-07T07:26:49.8955790Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.8956630Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-09-07T07:26:49.8957460Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-09-07T07:26:49.8958320Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-09-07T07:26:49.8959340Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-09-07T07:26:49.8960340Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8961190Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-09-07T07:26:49.8962220Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-09-07T07:26:49.8963060Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-09-07T07:26:49.8964020Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8964880Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-09-07T07:26:49.8965850Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8966640Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-09-07T07:26:49.8967580Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-09-07T07:26:49.8968410Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-09-07T07:26:49.8969340Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-09-07T07:26:49.8970250Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-09-07T07:26:49.8971190Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8972040Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-09-07T07:26:49.8973020Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8973780Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-09-07T07:26:49.8974730Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-09-07T07:26:49.8975520Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-09-07T07:26:49.8976440Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-09-07T07:26:49.8977300Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-09-07T07:26:49.8978270Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8979020Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-09-07T07:26:49.8979900Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-09-07T07:26:49.8980740Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-09-07T07:26:49.8981700Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8982430Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-09-07T07:26:49.8983310Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-09-07T07:26:49.8984160Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-09-07T07:26:49.8985120Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8985880Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-09-07T07:26:49.8986820Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-09-07T07:26:49.8987630Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-09-07T07:26:49.8988610Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8989310Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-09-07T07:26:49.8990240Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-09-07T07:26:49.8991060Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-09-07T07:26:49.8992020Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8992750Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-09-07T07:26:49.8993660Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-09-07T07:26:49.8994730Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-09-07T07:26:49.8995860Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-09-07T07:26:49.8996920Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.8997700Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-09-07T07:26:49.8998670Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-09-07T07:26:49.8999690Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9000480Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-09-07T07:26:49.9001450Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-09-07T07:26:49.9002410Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-09-07T07:26:49.9003400Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9004170Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-09-07T07:26:49.9005130Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-09-07T07:26:49.9006220Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-09-07T07:26:49.9007290Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9008060Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-09-07T07:26:49.9009000Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-09-07T07:26:49.9009870Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-09-07T07:26:49.9010820Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9011590Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-09-07T07:26:49.9012480Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-09-07T07:26:49.9013540Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-09-07T07:26:49.9014640Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-09-07T07:26:49.9015690Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9016450Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-09-07T07:26:49.9017430Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-09-07T07:26:49.9018450Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9019230Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-09-07T07:26:49.9020150Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-09-07T07:26:49.9021220Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-09-07T07:26:49.9022260Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9023040Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-09-07T07:26:49.9023980Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-09-07T07:26:49.9025030Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-09-07T07:26:49.9026150Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-09-07T07:26:49.9027180Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9027940Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-09-07T07:26:49.9028880Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-09-07T07:26:49.9029900Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9030650Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-09-07T07:26:49.9031600Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-09-07T07:26:49.9032660Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-09-07T07:26:49.9033720Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9034450Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-09-07T07:26:49.9035390Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-09-07T07:26:49.9036220Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-09-07T07:26:49.9037190Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9037950Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-09-07T07:26:49.9038840Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-09-07T07:26:49.9039880Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-09-07T07:26:49.9040960Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-09-07T07:26:49.9042000Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9042760Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-09-07T07:26:49.9043720Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-09-07T07:26:49.9044720Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9045490Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-09-07T07:26:49.9046410Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-09-07T07:26:49.9047510Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-09-07T07:26:49.9048550Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9049280Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-09-07T07:26:49.9050240Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-09-07T07:26:49.9051310Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-09-07T07:26:49.9052420Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-09-07T07:26:49.9053480Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9054240Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-09-07T07:26:49.9055160Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-09-07T07:26:49.9056180Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9056990Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-09-07T07:26:49.9057940Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-09-07T07:26:49.9059010Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-09-07T07:26:49.9060030Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9060800Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-09-07T07:26:49.9061780Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-09-07T07:26:49.9062770Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-09-07T07:26:49.9063890Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-09-07T07:26:49.9065220Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9066000Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-09-07T07:26:49.9066940Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-09-07T07:26:49.9067950Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9068720Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-09-07T07:26:49.9069660Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-09-07T07:26:49.9070600Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-09-07T07:26:49.9071610Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9072350Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-09-07T07:26:49.9073330Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-09-07T07:26:49.9074410Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-09-07T07:26:49.9075440Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9076180Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-09-07T07:26:49.9077120Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-09-07T07:26:49.9078090Z adding 'torch/include/ATen/ops/fill.h' 2025-09-07T07:26:49.9079140Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9079880Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-09-07T07:26:49.9080730Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-09-07T07:26:49.9081550Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-09-07T07:26:49.9082510Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9083270Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-09-07T07:26:49.9084150Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-09-07T07:26:49.9084990Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-09-07T07:26:49.9085770Z adding 'torch/include/ATen/ops/fill_mps_dispatch.h' 2025-09-07T07:26:49.9086670Z adding 'torch/include/ATen/ops/fill_native.h' 2025-09-07T07:26:49.9087790Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-09-07T07:26:49.9088720Z adding 'torch/include/ATen/ops/fix.h' 2025-09-07T07:26:49.9089680Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9090440Z adding 'torch/include/ATen/ops/fix_native.h' 2025-09-07T07:26:49.9091400Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-09-07T07:26:49.9092360Z adding 'torch/include/ATen/ops/flatten.h' 2025-09-07T07:26:49.9093360Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9094150Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-09-07T07:26:49.9095100Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9095860Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-09-07T07:26:49.9096730Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-09-07T07:26:49.9097550Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-09-07T07:26:49.9098650Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-09-07T07:26:49.9099490Z adding 'torch/include/ATen/ops/flip.h' 2025-09-07T07:26:49.9100450Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9101220Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-09-07T07:26:49.9102000Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-09-07T07:26:49.9102800Z adding 'torch/include/ATen/ops/flip_mps_dispatch.h' 2025-09-07T07:26:49.9103610Z adding 'torch/include/ATen/ops/flip_native.h' 2025-09-07T07:26:49.9104560Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-09-07T07:26:49.9105420Z adding 'torch/include/ATen/ops/fliplr.h' 2025-09-07T07:26:49.9106330Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9107080Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-09-07T07:26:49.9107930Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-09-07T07:26:49.9112690Z adding 'torch/include/ATen/ops/flipud.h' 2025-09-07T07:26:49.9112990Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9113080Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-09-07T07:26:49.9113150Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-09-07T07:26:49.9113220Z adding 'torch/include/ATen/ops/float_power.h' 2025-09-07T07:26:49.9113390Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9113960Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-09-07T07:26:49.9115330Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-09-07T07:26:49.9116330Z adding 'torch/include/ATen/ops/floor.h' 2025-09-07T07:26:49.9117060Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9117800Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-09-07T07:26:49.9118610Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-09-07T07:26:49.9119540Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-09-07T07:26:49.9120520Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9121340Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-09-07T07:26:49.9122180Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-09-07T07:26:49.9122990Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-09-07T07:26:49.9123810Z adding 'torch/include/ATen/ops/floor_divide_mps_dispatch.h' 2025-09-07T07:26:49.9124650Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-09-07T07:26:49.9125760Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-09-07T07:26:49.9126590Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-09-07T07:26:49.9127430Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-09-07T07:26:49.9128260Z adding 'torch/include/ATen/ops/floor_mps_dispatch.h' 2025-09-07T07:26:49.9129110Z adding 'torch/include/ATen/ops/floor_native.h' 2025-09-07T07:26:49.9130070Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-09-07T07:26:49.9130960Z adding 'torch/include/ATen/ops/floor_sparsemps_dispatch.h' 2025-09-07T07:26:49.9131790Z adding 'torch/include/ATen/ops/fmax.h' 2025-09-07T07:26:49.9132790Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9133520Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-09-07T07:26:49.9134330Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-09-07T07:26:49.9135170Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-09-07T07:26:49.9136010Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-09-07T07:26:49.9136790Z adding 'torch/include/ATen/ops/fmax_mps_dispatch.h' 2025-09-07T07:26:49.9137630Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-09-07T07:26:49.9138550Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-09-07T07:26:49.9139410Z adding 'torch/include/ATen/ops/fmin.h' 2025-09-07T07:26:49.9140380Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9141140Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-09-07T07:26:49.9141910Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-09-07T07:26:49.9142750Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-09-07T07:26:49.9143560Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-09-07T07:26:49.9144350Z adding 'torch/include/ATen/ops/fmin_mps_dispatch.h' 2025-09-07T07:26:49.9145210Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-09-07T07:26:49.9146130Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-09-07T07:26:49.9147050Z adding 'torch/include/ATen/ops/fmod.h' 2025-09-07T07:26:49.9148010Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9148890Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9149610Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-09-07T07:26:49.9150450Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-09-07T07:26:49.9151270Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-09-07T07:26:49.9152100Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-09-07T07:26:49.9152880Z adding 'torch/include/ATen/ops/fmod_mps_dispatch.h' 2025-09-07T07:26:49.9153720Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-09-07T07:26:49.9154830Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-09-07T07:26:49.9155720Z adding 'torch/include/ATen/ops/frac.h' 2025-09-07T07:26:49.9156670Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9157430Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-09-07T07:26:49.9158210Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-09-07T07:26:49.9159040Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-09-07T07:26:49.9159900Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-09-07T07:26:49.9160690Z adding 'torch/include/ATen/ops/frac_mps_dispatch.h' 2025-09-07T07:26:49.9161530Z adding 'torch/include/ATen/ops/frac_native.h' 2025-09-07T07:26:49.9162500Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-09-07T07:26:49.9163360Z adding 'torch/include/ATen/ops/frac_sparsemps_dispatch.h' 2025-09-07T07:26:49.9164300Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-09-07T07:26:49.9165330Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-09-07T07:26:49.9166340Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9167130Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9167990Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9168820Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-09-07T07:26:49.9169680Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-09-07T07:26:49.9170550Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-09-07T07:26:49.9171540Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-09-07T07:26:49.9172540Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9173350Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-09-07T07:26:49.9174190Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-09-07T07:26:49.9175320Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-09-07T07:26:49.9175920Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-09-07T07:26:49.9176750Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-09-07T07:26:49.9177730Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-09-07T07:26:49.9178670Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-09-07T07:26:49.9179650Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-09-07T07:26:49.9180610Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9181430Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9182820Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-09-07T07:26:49.9184260Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-09-07T07:26:49.9185330Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9186080Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-09-07T07:26:49.9187000Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-09-07T07:26:49.9188910Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-09-07T07:26:49.9189500Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-09-07T07:26:49.9190400Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-09-07T07:26:49.9191400Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-09-07T07:26:49.9192280Z adding 'torch/include/ATen/ops/frexp.h' 2025-09-07T07:26:49.9193240Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9194040Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-09-07T07:26:49.9194890Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-09-07T07:26:49.9195720Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-09-07T07:26:49.9196670Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-09-07T07:26:49.9197580Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-09-07T07:26:49.9198590Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9199350Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-09-07T07:26:49.9200300Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-09-07T07:26:49.9201530Z adding 'torch/include/ATen/ops/from_blob.h' 2025-09-07T07:26:49.9202550Z adding 'torch/include/ATen/ops/from_file.h' 2025-09-07T07:26:49.9203540Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9204370Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-09-07T07:26:49.9205230Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-09-07T07:26:49.9206270Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-09-07T07:26:49.9207550Z adding 'torch/include/ATen/ops/full.h' 2025-09-07T07:26:49.9208680Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9209630Z adding 'torch/include/ATen/ops/full_like.h' 2025-09-07T07:26:49.9210670Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9211470Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-09-07T07:26:49.9212530Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-09-07T07:26:49.9213410Z adding 'torch/include/ATen/ops/full_native.h' 2025-09-07T07:26:49.9214520Z adding 'torch/include/ATen/ops/full_ops.h' 2025-09-07T07:26:49.9215540Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-09-07T07:26:49.9216540Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9217340Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-09-07T07:26:49.9218340Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-09-07T07:26:49.9219230Z adding 'torch/include/ATen/ops/gather.h' 2025-09-07T07:26:49.9220140Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-09-07T07:26:49.9221120Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9221890Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-09-07T07:26:49.9222790Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-09-07T07:26:49.9223780Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9224620Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9225460Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-09-07T07:26:49.9226260Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-09-07T07:26:49.9227070Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-09-07T07:26:49.9227920Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-09-07T07:26:49.9228750Z adding 'torch/include/ATen/ops/gather_mps_dispatch.h' 2025-09-07T07:26:49.9229600Z adding 'torch/include/ATen/ops/gather_native.h' 2025-09-07T07:26:49.9230640Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-09-07T07:26:49.9231540Z adding 'torch/include/ATen/ops/gcd.h' 2025-09-07T07:26:49.9232550Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9233330Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-09-07T07:26:49.9234140Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-09-07T07:26:49.9234960Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-09-07T07:26:49.9235830Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-09-07T07:26:49.9236620Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-09-07T07:26:49.9237570Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-09-07T07:26:49.9238510Z adding 'torch/include/ATen/ops/ge.h' 2025-09-07T07:26:49.9239490Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9240280Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-09-07T07:26:49.9241130Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-09-07T07:26:49.9241960Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-09-07T07:26:49.9242840Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-09-07T07:26:49.9243680Z adding 'torch/include/ATen/ops/ge_mps_dispatch.h' 2025-09-07T07:26:49.9244580Z adding 'torch/include/ATen/ops/ge_native.h' 2025-09-07T07:26:49.9245680Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-09-07T07:26:49.9246610Z adding 'torch/include/ATen/ops/gelu.h' 2025-09-07T07:26:49.9247570Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-09-07T07:26:49.9248620Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9249390Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9250230Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9251030Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-09-07T07:26:49.9251890Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-09-07T07:26:49.9252700Z adding 'torch/include/ATen/ops/gelu_backward_mps_dispatch.h' 2025-09-07T07:26:49.9253570Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-09-07T07:26:49.9254520Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-09-07T07:26:49.9255490Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9256300Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-09-07T07:26:49.9257130Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-09-07T07:26:49.9257950Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-09-07T07:26:49.9258790Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-09-07T07:26:49.9259600Z adding 'torch/include/ATen/ops/gelu_mps_dispatch.h' 2025-09-07T07:26:49.9260490Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-09-07T07:26:49.9261460Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-09-07T07:26:49.9262370Z adding 'torch/include/ATen/ops/geometric.h' 2025-09-07T07:26:49.9263390Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9264200Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-09-07T07:26:49.9265020Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-09-07T07:26:49.9265840Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-09-07T07:26:49.9266680Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-09-07T07:26:49.9267690Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-09-07T07:26:49.9268590Z adding 'torch/include/ATen/ops/geqrf.h' 2025-09-07T07:26:49.9269460Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-09-07T07:26:49.9270300Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-09-07T07:26:49.9271120Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-09-07T07:26:49.9272420Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-09-07T07:26:49.9273310Z adding 'torch/include/ATen/ops/ger.h' 2025-09-07T07:26:49.9274270Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9275040Z adding 'torch/include/ATen/ops/ger_native.h' 2025-09-07T07:26:49.9275970Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-09-07T07:26:49.9276840Z adding 'torch/include/ATen/ops/glu.h' 2025-09-07T07:26:49.9277780Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-09-07T07:26:49.9278720Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9279560Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9280450Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-09-07T07:26:49.9281440Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9282220Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-09-07T07:26:49.9283060Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-09-07T07:26:49.9283900Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-09-07T07:26:49.9284890Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-09-07T07:26:49.9285770Z adding 'torch/include/ATen/ops/glu_backward_mps_dispatch.h' 2025-09-07T07:26:49.9286640Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-09-07T07:26:49.9287570Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-09-07T07:26:49.9288520Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9289270Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-09-07T07:26:49.9290100Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-09-07T07:26:49.9290970Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-09-07T07:26:49.9291930Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9292770Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-09-07T07:26:49.9293560Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-09-07T07:26:49.9294380Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-09-07T07:26:49.9295330Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-09-07T07:26:49.9296170Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-09-07T07:26:49.9297050Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-09-07T07:26:49.9297860Z adding 'torch/include/ATen/ops/glu_mps_dispatch.h' 2025-09-07T07:26:49.9298700Z adding 'torch/include/ATen/ops/glu_native.h' 2025-09-07T07:26:49.9299640Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-09-07T07:26:49.9300690Z adding 'torch/include/ATen/ops/gradient.h' 2025-09-07T07:26:49.9301720Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9302550Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-09-07T07:26:49.9303770Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-09-07T07:26:49.9304740Z adding 'torch/include/ATen/ops/greater.h' 2025-09-07T07:26:49.9305750Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9306600Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-09-07T07:26:49.9307620Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9308420Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-09-07T07:26:49.9309520Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-09-07T07:26:49.9310380Z adding 'torch/include/ATen/ops/greater_native.h' 2025-09-07T07:26:49.9311450Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-09-07T07:26:49.9312330Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-09-07T07:26:49.9313280Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-09-07T07:26:49.9314270Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-09-07T07:26:49.9315280Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9316100Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9316940Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9317820Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-09-07T07:26:49.9318860Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-09-07T07:26:49.9319820Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9320620Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-09-07T07:26:49.9321430Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-09-07T07:26:49.9322240Z adding 'torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h' 2025-09-07T07:26:49.9323080Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-09-07T07:26:49.9324060Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-09-07T07:26:49.9324970Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-09-07T07:26:49.9325990Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-09-07T07:26:49.9327020Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9327830Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9328680Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9329550Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-09-07T07:26:49.9330580Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-09-07T07:26:49.9331520Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9332280Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-09-07T07:26:49.9333110Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-09-07T07:26:49.9333900Z adding 'torch/include/ATen/ops/grid_sampler_3d_mps_dispatch.h' 2025-09-07T07:26:49.9334790Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-09-07T07:26:49.9335710Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-09-07T07:26:49.9336650Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9337410Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-09-07T07:26:49.9338310Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-09-07T07:26:49.9339190Z adding 'torch/include/ATen/ops/group_norm.h' 2025-09-07T07:26:49.9340170Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9340950Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-09-07T07:26:49.9341900Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-09-07T07:26:49.9342790Z adding 'torch/include/ATen/ops/gru.h' 2025-09-07T07:26:49.9343690Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-09-07T07:26:49.9344660Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9345410Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-09-07T07:26:49.9346370Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-09-07T07:26:49.9347350Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9348160Z adding 'torch/include/ATen/ops/gru_native.h' 2025-09-07T07:26:49.9349180Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-09-07T07:26:49.9350140Z adding 'torch/include/ATen/ops/gt.h' 2025-09-07T07:26:49.9351160Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9351970Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-09-07T07:26:49.9352840Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-09-07T07:26:49.9353670Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-09-07T07:26:49.9354620Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-09-07T07:26:49.9355400Z adding 'torch/include/ATen/ops/gt_mps_dispatch.h' 2025-09-07T07:26:49.9356300Z adding 'torch/include/ATen/ops/gt_native.h' 2025-09-07T07:26:49.9357410Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-09-07T07:26:49.9358660Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-09-07T07:26:49.9359820Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9360670Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-09-07T07:26:49.9361920Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-09-07T07:26:49.9363010Z adding 'torch/include/ATen/ops/hann_window.h' 2025-09-07T07:26:49.9364080Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9364870Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-09-07T07:26:49.9365940Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-09-07T07:26:49.9366870Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-09-07T07:26:49.9367810Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-09-07T07:26:49.9368840Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9369630Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9370460Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9371320Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-09-07T07:26:49.9372190Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-09-07T07:26:49.9373000Z adding 'torch/include/ATen/ops/hardshrink_backward_mps_dispatch.h' 2025-09-07T07:26:49.9373840Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-09-07T07:26:49.9374800Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-09-07T07:26:49.9375780Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9376540Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-09-07T07:26:49.9377380Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-09-07T07:26:49.9378230Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-09-07T07:26:49.9379040Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-09-07T07:26:49.9379880Z adding 'torch/include/ATen/ops/hardshrink_mps_dispatch.h' 2025-09-07T07:26:49.9380720Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-09-07T07:26:49.9381680Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-09-07T07:26:49.9382560Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-09-07T07:26:49.9383480Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-09-07T07:26:49.9384510Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9385280Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9386110Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9386920Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-09-07T07:26:49.9387780Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-09-07T07:26:49.9388610Z adding 'torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h' 2025-09-07T07:26:49.9389410Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-09-07T07:26:49.9390370Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-09-07T07:26:49.9391360Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9392120Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-09-07T07:26:49.9392910Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-09-07T07:26:49.9393730Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-09-07T07:26:49.9394570Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-09-07T07:26:49.9395390Z adding 'torch/include/ATen/ops/hardsigmoid_mps_dispatch.h' 2025-09-07T07:26:49.9396200Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-09-07T07:26:49.9397180Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-09-07T07:26:49.9398070Z adding 'torch/include/ATen/ops/hardswish.h' 2025-09-07T07:26:49.9399000Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-09-07T07:26:49.9400000Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9400780Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9401590Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9402400Z adding 'torch/include/ATen/ops/hardswish_backward_mps_dispatch.h' 2025-09-07T07:26:49.9403230Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-09-07T07:26:49.9404160Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-09-07T07:26:49.9405000Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-09-07T07:26:49.9405840Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-09-07T07:26:49.9406670Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-09-07T07:26:49.9407510Z adding 'torch/include/ATen/ops/hardswish_mps_dispatch.h' 2025-09-07T07:26:49.9408300Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-09-07T07:26:49.9409280Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-09-07T07:26:49.9410220Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-09-07T07:26:49.9411160Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-09-07T07:26:49.9412100Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9412940Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9413770Z adding 'torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h' 2025-09-07T07:26:49.9414620Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-09-07T07:26:49.9415620Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-09-07T07:26:49.9416490Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-09-07T07:26:49.9417350Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-09-07T07:26:49.9418220Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-09-07T07:26:49.9419030Z adding 'torch/include/ATen/ops/hardtanh_mps_dispatch.h' 2025-09-07T07:26:49.9419890Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-09-07T07:26:49.9420860Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-09-07T07:26:49.9421790Z adding 'torch/include/ATen/ops/hash_tensor.h' 2025-09-07T07:26:49.9422840Z adding 'torch/include/ATen/ops/hash_tensor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9423600Z adding 'torch/include/ATen/ops/hash_tensor_cpu_dispatch.h' 2025-09-07T07:26:49.9424440Z adding 'torch/include/ATen/ops/hash_tensor_cuda_dispatch.h' 2025-09-07T07:26:49.9425300Z adding 'torch/include/ATen/ops/hash_tensor_meta.h' 2025-09-07T07:26:49.9426160Z adding 'torch/include/ATen/ops/hash_tensor_meta_dispatch.h' 2025-09-07T07:26:49.9427010Z adding 'torch/include/ATen/ops/hash_tensor_native.h' 2025-09-07T07:26:49.9427980Z adding 'torch/include/ATen/ops/hash_tensor_ops.h' 2025-09-07T07:26:49.9428860Z adding 'torch/include/ATen/ops/heaviside.h' 2025-09-07T07:26:49.9429850Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9430600Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-09-07T07:26:49.9431430Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-09-07T07:26:49.9432260Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-09-07T07:26:49.9433090Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-09-07T07:26:49.9433910Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-09-07T07:26:49.9434900Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-09-07T07:26:49.9435800Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-09-07T07:26:49.9436820Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9437530Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-09-07T07:26:49.9438450Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-09-07T07:26:49.9439310Z adding 'torch/include/ATen/ops/histc.h' 2025-09-07T07:26:49.9440210Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-09-07T07:26:49.9441070Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-09-07T07:26:49.9441870Z adding 'torch/include/ATen/ops/histc_mps_dispatch.h' 2025-09-07T07:26:49.9442730Z adding 'torch/include/ATen/ops/histc_native.h' 2025-09-07T07:26:49.9443680Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-09-07T07:26:49.9444730Z adding 'torch/include/ATen/ops/histogram.h' 2025-09-07T07:26:49.9445700Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-09-07T07:26:49.9446610Z adding 'torch/include/ATen/ops/histogram_mps_dispatch.h' 2025-09-07T07:26:49.9447480Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-09-07T07:26:49.9448620Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-09-07T07:26:49.9449570Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-09-07T07:26:49.9450590Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9451400Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-09-07T07:26:49.9452460Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-09-07T07:26:49.9453340Z adding 'torch/include/ATen/ops/hsplit.h' 2025-09-07T07:26:49.9454330Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9455050Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-09-07T07:26:49.9455990Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-09-07T07:26:49.9456880Z adding 'torch/include/ATen/ops/hspmm.h' 2025-09-07T07:26:49.9457730Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-09-07T07:26:49.9458660Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-09-07T07:26:49.9459540Z adding 'torch/include/ATen/ops/hstack.h' 2025-09-07T07:26:49.9460490Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9461240Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-09-07T07:26:49.9462190Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-09-07T07:26:49.9463090Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-09-07T07:26:49.9464030Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-09-07T07:26:49.9465030Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9465850Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9466680Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9467500Z adding 'torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h' 2025-09-07T07:26:49.9468350Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-09-07T07:26:49.9469340Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-09-07T07:26:49.9470210Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-09-07T07:26:49.9471050Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-09-07T07:26:49.9471890Z adding 'torch/include/ATen/ops/huber_loss_mps_dispatch.h' 2025-09-07T07:26:49.9472740Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-09-07T07:26:49.9473710Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-09-07T07:26:49.9474560Z adding 'torch/include/ATen/ops/hypot.h' 2025-09-07T07:26:49.9475590Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9476340Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-09-07T07:26:49.9477190Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-09-07T07:26:49.9478000Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-09-07T07:26:49.9479180Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-09-07T07:26:49.9479980Z adding 'torch/include/ATen/ops/hypot_mps_dispatch.h' 2025-09-07T07:26:49.9480860Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-09-07T07:26:49.9481790Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-09-07T07:26:49.9482680Z adding 'torch/include/ATen/ops/i0.h' 2025-09-07T07:26:49.9483660Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9484440Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-09-07T07:26:49.9485270Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-09-07T07:26:49.9486080Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-09-07T07:26:49.9486910Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-09-07T07:26:49.9487720Z adding 'torch/include/ATen/ops/i0_mps_dispatch.h' 2025-09-07T07:26:49.9488570Z adding 'torch/include/ATen/ops/i0_native.h' 2025-09-07T07:26:49.9489530Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-09-07T07:26:49.9490410Z adding 'torch/include/ATen/ops/igamma.h' 2025-09-07T07:26:49.9491410Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9492160Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-09-07T07:26:49.9492990Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-09-07T07:26:49.9493790Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-09-07T07:26:49.9494640Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-09-07T07:26:49.9495440Z adding 'torch/include/ATen/ops/igamma_mps_dispatch.h' 2025-09-07T07:26:49.9496260Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-09-07T07:26:49.9497210Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-09-07T07:26:49.9498100Z adding 'torch/include/ATen/ops/igammac.h' 2025-09-07T07:26:49.9499090Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9499860Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-09-07T07:26:49.9500690Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-09-07T07:26:49.9501480Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-09-07T07:26:49.9502310Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-09-07T07:26:49.9503100Z adding 'torch/include/ATen/ops/igammac_mps_dispatch.h' 2025-09-07T07:26:49.9503910Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-09-07T07:26:49.9504910Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-09-07T07:26:49.9505790Z adding 'torch/include/ATen/ops/im2col.h' 2025-09-07T07:26:49.9506690Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-09-07T07:26:49.9507520Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-09-07T07:26:49.9508390Z adding 'torch/include/ATen/ops/im2col_mps_dispatch.h' 2025-09-07T07:26:49.9509270Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-09-07T07:26:49.9510230Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-09-07T07:26:49.9511070Z adding 'torch/include/ATen/ops/imag.h' 2025-09-07T07:26:49.9512050Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9512810Z adding 'torch/include/ATen/ops/imag_native.h' 2025-09-07T07:26:49.9513690Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-09-07T07:26:49.9514570Z adding 'torch/include/ATen/ops/index.h' 2025-09-07T07:26:49.9515510Z adding 'torch/include/ATen/ops/index_add.h' 2025-09-07T07:26:49.9516530Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9517350Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9518220Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-09-07T07:26:49.9519110Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-09-07T07:26:49.9519970Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-09-07T07:26:49.9520840Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-09-07T07:26:49.9521710Z adding 'torch/include/ATen/ops/index_add_mps_dispatch.h' 2025-09-07T07:26:49.9522570Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-09-07T07:26:49.9523640Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-09-07T07:26:49.9524660Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9525450Z adding 'torch/include/ATen/ops/index_copy.h' 2025-09-07T07:26:49.9526470Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9527310Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9528100Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-09-07T07:26:49.9528940Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-09-07T07:26:49.9529840Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-09-07T07:26:49.9530680Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-09-07T07:26:49.9531510Z adding 'torch/include/ATen/ops/index_copy_mps_dispatch.h' 2025-09-07T07:26:49.9532360Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-09-07T07:26:49.9533460Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-09-07T07:26:49.9534400Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-09-07T07:26:49.9535200Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-09-07T07:26:49.9536220Z adding 'torch/include/ATen/ops/index_fill.h' 2025-09-07T07:26:49.9537230Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9538120Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9538910Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-09-07T07:26:49.9539760Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-09-07T07:26:49.9540580Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-09-07T07:26:49.9541380Z adding 'torch/include/ATen/ops/index_fill_mps_dispatch.h' 2025-09-07T07:26:49.9542260Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-09-07T07:26:49.9543880Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-09-07T07:26:49.9544650Z adding 'torch/include/ATen/ops/index_meta.h' 2025-09-07T07:26:49.9545500Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-09-07T07:26:49.9546310Z adding 'torch/include/ATen/ops/index_mps_dispatch.h' 2025-09-07T07:26:49.9547210Z adding 'torch/include/ATen/ops/index_native.h' 2025-09-07T07:26:49.9548190Z adding 'torch/include/ATen/ops/index_ops.h' 2025-09-07T07:26:49.9549100Z adding 'torch/include/ATen/ops/index_put.h' 2025-09-07T07:26:49.9550100Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9550890Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-09-07T07:26:49.9551930Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-09-07T07:26:49.9552870Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-09-07T07:26:49.9553910Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9554700Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-09-07T07:26:49.9555550Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-09-07T07:26:49.9556430Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-09-07T07:26:49.9557320Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-09-07T07:26:49.9558160Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-09-07T07:26:49.9559200Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-09-07T07:26:49.9560130Z adding 'torch/include/ATen/ops/index_select.h' 2025-09-07T07:26:49.9561100Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-09-07T07:26:49.9562100Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9562870Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-09-07T07:26:49.9563790Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-09-07T07:26:49.9564750Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9565570Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-09-07T07:26:49.9566400Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-09-07T07:26:49.9567210Z adding 'torch/include/ATen/ops/index_select_mps_dispatch.h' 2025-09-07T07:26:49.9568110Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-09-07T07:26:49.9569130Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-09-07T07:26:49.9569950Z adding 'torch/include/ATen/ops/indices.h' 2025-09-07T07:26:49.9570910Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9571730Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-09-07T07:26:49.9572670Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9573550Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9574270Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-09-07T07:26:49.9575190Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-09-07T07:26:49.9576020Z adding 'torch/include/ATen/ops/indices_native.h' 2025-09-07T07:26:49.9576920Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-09-07T07:26:49.9577770Z adding 'torch/include/ATen/ops/indices_sparsemps_dispatch.h' 2025-09-07T07:26:49.9578670Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-09-07T07:26:49.9579630Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9580400Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-09-07T07:26:49.9581280Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-09-07T07:26:49.9582070Z adding 'torch/include/ATen/ops/inner.h' 2025-09-07T07:26:49.9583050Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9583830Z adding 'torch/include/ATen/ops/inner_native.h' 2025-09-07T07:26:49.9584760Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-09-07T07:26:49.9585670Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-09-07T07:26:49.9586660Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9587450Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-09-07T07:26:49.9588420Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-09-07T07:26:49.9589260Z adding 'torch/include/ATen/ops/int_repr.h' 2025-09-07T07:26:49.9590200Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9590960Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-09-07T07:26:49.9591880Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-09-07T07:26:49.9592730Z adding 'torch/include/ATen/ops/inverse.h' 2025-09-07T07:26:49.9593700Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9594420Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-09-07T07:26:49.9595320Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-09-07T07:26:49.9596160Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-09-07T07:26:49.9597090Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9597850Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-09-07T07:26:49.9598730Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-09-07T07:26:49.9599620Z adding 'torch/include/ATen/ops/is_coalesced_sparsemps_dispatch.h' 2025-09-07T07:26:49.9600420Z adding 'torch/include/ATen/ops/is_complex.h' 2025-09-07T07:26:49.9601370Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9602110Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-09-07T07:26:49.9602980Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-09-07T07:26:49.9603780Z adding 'torch/include/ATen/ops/is_conj.h' 2025-09-07T07:26:49.9604740Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9605490Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-09-07T07:26:49.9606410Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-09-07T07:26:49.9607200Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-09-07T07:26:49.9608150Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9608880Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-09-07T07:26:49.9609750Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-09-07T07:26:49.9613500Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-09-07T07:26:49.9613780Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9613890Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-09-07T07:26:49.9613980Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-09-07T07:26:49.9614680Z adding 'torch/include/ATen/ops/is_inference.h' 2025-09-07T07:26:49.9614880Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9615500Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-09-07T07:26:49.9616560Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-09-07T07:26:49.9617180Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-09-07T07:26:49.9618110Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9618830Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-09-07T07:26:49.9619680Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-09-07T07:26:49.9620540Z adding 'torch/include/ATen/ops/is_neg.h' 2025-09-07T07:26:49.9621440Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9622170Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-09-07T07:26:49.9623010Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-09-07T07:26:49.9623860Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-09-07T07:26:49.9624800Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9625520Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-09-07T07:26:49.9626390Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-09-07T07:26:49.9627180Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-09-07T07:26:49.9628120Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9628890Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-09-07T07:26:49.9629750Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-09-07T07:26:49.9630600Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-09-07T07:26:49.9631550Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9632290Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-09-07T07:26:49.9633170Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-09-07T07:26:49.9633970Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-09-07T07:26:49.9634840Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-09-07T07:26:49.9635660Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-09-07T07:26:49.9636450Z adding 'torch/include/ATen/ops/is_set_to_mps_dispatch.h' 2025-09-07T07:26:49.9637260Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-09-07T07:26:49.9638140Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-09-07T07:26:49.9638960Z adding 'torch/include/ATen/ops/is_signed.h' 2025-09-07T07:26:49.9639900Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9640620Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-09-07T07:26:49.9641480Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-09-07T07:26:49.9642320Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-09-07T07:26:49.9643270Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9644020Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-09-07T07:26:49.9644890Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-09-07T07:26:49.9645710Z adding 'torch/include/ATen/ops/isclose.h' 2025-09-07T07:26:49.9646700Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9647420Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-09-07T07:26:49.9648310Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-09-07T07:26:49.9649160Z adding 'torch/include/ATen/ops/isfinite.h' 2025-09-07T07:26:49.9650090Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9650860Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-09-07T07:26:49.9651710Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-09-07T07:26:49.9652760Z adding 'torch/include/ATen/ops/isin.h' 2025-09-07T07:26:49.9653820Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9654660Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-09-07T07:26:49.9655560Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-09-07T07:26:49.9656400Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-09-07T07:26:49.9657320Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-09-07T07:26:49.9658190Z adding 'torch/include/ATen/ops/isin_mps_dispatch.h' 2025-09-07T07:26:49.9659090Z adding 'torch/include/ATen/ops/isin_native.h' 2025-09-07T07:26:49.9660220Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-09-07T07:26:49.9661120Z adding 'torch/include/ATen/ops/isinf.h' 2025-09-07T07:26:49.9662090Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9664050Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-09-07T07:26:49.9664290Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-09-07T07:26:49.9664750Z adding 'torch/include/ATen/ops/isinf_sparsemps_dispatch.h' 2025-09-07T07:26:49.9665610Z adding 'torch/include/ATen/ops/isnan.h' 2025-09-07T07:26:49.9666580Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9667790Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-09-07T07:26:49.9668750Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-09-07T07:26:49.9669640Z adding 'torch/include/ATen/ops/isnan_mps_dispatch.h' 2025-09-07T07:26:49.9672280Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-09-07T07:26:49.9673100Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-09-07T07:26:49.9674050Z adding 'torch/include/ATen/ops/isnan_sparsemps_dispatch.h' 2025-09-07T07:26:49.9674900Z adding 'torch/include/ATen/ops/isneginf.h' 2025-09-07T07:26:49.9676250Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9677040Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-09-07T07:26:49.9677910Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-09-07T07:26:49.9678750Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-09-07T07:26:49.9679940Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-09-07T07:26:49.9680860Z adding 'torch/include/ATen/ops/isneginf_mps_dispatch.h' 2025-09-07T07:26:49.9681730Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-09-07T07:26:49.9682840Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-09-07T07:26:49.9684280Z adding 'torch/include/ATen/ops/isneginf_sparsemps_dispatch.h' 2025-09-07T07:26:49.9685160Z adding 'torch/include/ATen/ops/isposinf.h' 2025-09-07T07:26:49.9686180Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9686920Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-09-07T07:26:49.9688040Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-09-07T07:26:49.9688920Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-09-07T07:26:49.9689750Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-09-07T07:26:49.9690560Z adding 'torch/include/ATen/ops/isposinf_mps_dispatch.h' 2025-09-07T07:26:49.9691740Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-09-07T07:26:49.9692680Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-09-07T07:26:49.9693590Z adding 'torch/include/ATen/ops/isposinf_sparsemps_dispatch.h' 2025-09-07T07:26:49.9694420Z adding 'torch/include/ATen/ops/isreal.h' 2025-09-07T07:26:49.9695680Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9696450Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-09-07T07:26:49.9697340Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-09-07T07:26:49.9698290Z adding 'torch/include/ATen/ops/istft.h' 2025-09-07T07:26:49.9699600Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9700390Z adding 'torch/include/ATen/ops/istft_native.h' 2025-09-07T07:26:49.9701360Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-09-07T07:26:49.9702220Z adding 'torch/include/ATen/ops/item.h' 2025-09-07T07:26:49.9703490Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9704260Z adding 'torch/include/ATen/ops/item_native.h' 2025-09-07T07:26:49.9705140Z adding 'torch/include/ATen/ops/item_ops.h' 2025-09-07T07:26:49.9706340Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-09-07T07:26:49.9707780Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9708600Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-09-07T07:26:49.9709800Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-09-07T07:26:49.9710650Z adding 'torch/include/ATen/ops/kl_div.h' 2025-09-07T07:26:49.9712000Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9712770Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-09-07T07:26:49.9713690Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-09-07T07:26:49.9714580Z adding 'torch/include/ATen/ops/kron.h' 2025-09-07T07:26:49.9715880Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9716670Z adding 'torch/include/ATen/ops/kron_native.h' 2025-09-07T07:26:49.9717620Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-09-07T07:26:49.9718930Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-09-07T07:26:49.9720250Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9721200Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9722070Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-09-07T07:26:49.9722910Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-09-07T07:26:49.9724110Z adding 'torch/include/ATen/ops/kthvalue_mps_dispatch.h' 2025-09-07T07:26:49.9725020Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-09-07T07:26:49.9726080Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-09-07T07:26:49.9726960Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-09-07T07:26:49.9728240Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9729020Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-09-07T07:26:49.9729950Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-09-07T07:26:49.9730920Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-09-07T07:26:49.9732240Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9733060Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-09-07T07:26:49.9734000Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-09-07T07:26:49.9734890Z adding 'torch/include/ATen/ops/lcm.h' 2025-09-07T07:26:49.9736220Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9737040Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-09-07T07:26:49.9737890Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-09-07T07:26:49.9738730Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-09-07T07:26:49.9739890Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-09-07T07:26:49.9740740Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-09-07T07:26:49.9741730Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-09-07T07:26:49.9742650Z adding 'torch/include/ATen/ops/ldexp.h' 2025-09-07T07:26:49.9743930Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9744730Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-09-07T07:26:49.9745740Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-09-07T07:26:49.9746670Z adding 'torch/include/ATen/ops/le.h' 2025-09-07T07:26:49.9747990Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9748790Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-09-07T07:26:49.9749640Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-09-07T07:26:49.9750500Z adding 'torch/include/ATen/ops/le_meta.h' 2025-09-07T07:26:49.9751720Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-09-07T07:26:49.9752580Z adding 'torch/include/ATen/ops/le_mps_dispatch.h' 2025-09-07T07:26:49.9753500Z adding 'torch/include/ATen/ops/le_native.h' 2025-09-07T07:26:49.9754580Z adding 'torch/include/ATen/ops/le_ops.h' 2025-09-07T07:26:49.9755840Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-09-07T07:26:49.9756810Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-09-07T07:26:49.9757840Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9758670Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-09-07T07:26:49.9759820Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-09-07T07:26:49.9760650Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-09-07T07:26:49.9761520Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-09-07T07:26:49.9762350Z adding 'torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h' 2025-09-07T07:26:49.9763530Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-09-07T07:26:49.9764540Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-09-07T07:26:49.9765520Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9766310Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-09-07T07:26:49.9767490Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-09-07T07:26:49.9768330Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-09-07T07:26:49.9769220Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-09-07T07:26:49.9770070Z adding 'torch/include/ATen/ops/leaky_relu_mps_dispatch.h' 2025-09-07T07:26:49.9771200Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-09-07T07:26:49.9772230Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-09-07T07:26:49.9773170Z adding 'torch/include/ATen/ops/lerp.h' 2025-09-07T07:26:49.9774200Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9775320Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-09-07T07:26:49.9776200Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-09-07T07:26:49.9777030Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-09-07T07:26:49.9777890Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-09-07T07:26:49.9779060Z adding 'torch/include/ATen/ops/lerp_mps_dispatch.h' 2025-09-07T07:26:49.9779940Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-09-07T07:26:49.9781110Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-09-07T07:26:49.9782050Z adding 'torch/include/ATen/ops/less.h' 2025-09-07T07:26:49.9783380Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9784270Z adding 'torch/include/ATen/ops/less_equal.h' 2025-09-07T07:26:49.9785280Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9786100Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-09-07T07:26:49.9787550Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-09-07T07:26:49.9788470Z adding 'torch/include/ATen/ops/less_native.h' 2025-09-07T07:26:49.9789590Z adding 'torch/include/ATen/ops/less_ops.h' 2025-09-07T07:26:49.9790460Z adding 'torch/include/ATen/ops/lgamma.h' 2025-09-07T07:26:49.9791830Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9792560Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-09-07T07:26:49.9793400Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-09-07T07:26:49.9794230Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-09-07T07:26:49.9795410Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-09-07T07:26:49.9796230Z adding 'torch/include/ATen/ops/lgamma_mps_dispatch.h' 2025-09-07T07:26:49.9797070Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-09-07T07:26:49.9798060Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-09-07T07:26:49.9799240Z adding 'torch/include/ATen/ops/lift.h' 2025-09-07T07:26:49.9800250Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9801020Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-09-07T07:26:49.9801970Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9803110Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-09-07T07:26:49.9804090Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9804990Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9805690Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-09-07T07:26:49.9806960Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-09-07T07:26:49.9807770Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-09-07T07:26:49.9808670Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-09-07T07:26:49.9809510Z adding 'torch/include/ATen/ops/lift_native.h' 2025-09-07T07:26:49.9810750Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-09-07T07:26:49.9811660Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-09-07T07:26:49.9812640Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9813510Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-09-07T07:26:49.9814860Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9815670Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-09-07T07:26:49.9816580Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-09-07T07:26:49.9817380Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-09-07T07:26:49.9818580Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-09-07T07:26:49.9819440Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_mps_dispatch.h' 2025-09-07T07:26:49.9820310Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-09-07T07:26:49.9821280Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-09-07T07:26:49.9822440Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-09-07T07:26:49.9823370Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-09-07T07:26:49.9824310Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-09-07T07:26:49.9825320Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9826440Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-09-07T07:26:49.9827480Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-09-07T07:26:49.9828400Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-09-07T07:26:49.9829400Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9830490Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-09-07T07:26:49.9831370Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-09-07T07:26:49.9832200Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-09-07T07:26:49.9833080Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-09-07T07:26:49.9834230Z adding 'torch/include/ATen/ops/linalg_cross_mps_dispatch.h' 2025-09-07T07:26:49.9835090Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-09-07T07:26:49.9836040Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-09-07T07:26:49.9836960Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-09-07T07:26:49.9838200Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9838960Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-09-07T07:26:49.9839890Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-09-07T07:26:49.9840770Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-09-07T07:26:49.9842070Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9842850Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-09-07T07:26:49.9843740Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-09-07T07:26:49.9844620Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-09-07T07:26:49.9845820Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-09-07T07:26:49.9846720Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-09-07T07:26:49.9847540Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-09-07T07:26:49.9848480Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-09-07T07:26:49.9849710Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-09-07T07:26:49.9850730Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9851500Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-09-07T07:26:49.9852480Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-09-07T07:26:49.9853640Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-09-07T07:26:49.9854660Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9855450Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-09-07T07:26:49.9856260Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-09-07T07:26:49.9857380Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-09-07T07:26:49.9858320Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-09-07T07:26:49.9859200Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-09-07T07:26:49.9860170Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9861240Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-09-07T07:26:49.9862250Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-09-07T07:26:49.9863150Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-09-07T07:26:49.9864060Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-09-07T07:26:49.9865230Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-09-07T07:26:49.9866060Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-09-07T07:26:49.9867000Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-09-07T07:26:49.9867830Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-09-07T07:26:49.9869130Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9870050Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-09-07T07:26:49.9871070Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9871880Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-09-07T07:26:49.9873160Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-09-07T07:26:49.9873990Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-09-07T07:26:49.9874850Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-09-07T07:26:49.9875670Z adding 'torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h' 2025-09-07T07:26:49.9876820Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-09-07T07:26:49.9877840Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-09-07T07:26:49.9878690Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-09-07T07:26:49.9879630Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-09-07T07:26:49.9880860Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-09-07T07:26:49.9881910Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9882790Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-09-07T07:26:49.9883780Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9884910Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-09-07T07:26:49.9885750Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-09-07T07:26:49.9886580Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-09-07T07:26:49.9887490Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-09-07T07:26:49.9888690Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-09-07T07:26:49.9889720Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-09-07T07:26:49.9890640Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-09-07T07:26:49.9891580Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-09-07T07:26:49.9892770Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-09-07T07:26:49.9893810Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9895300Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-09-07T07:26:49.9896150Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-09-07T07:26:49.9897320Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-09-07T07:26:49.9898190Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-09-07T07:26:49.9899010Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-09-07T07:26:49.9899970Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-09-07T07:26:49.9901310Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-09-07T07:26:49.9902290Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9903150Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-09-07T07:26:49.9903990Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-09-07T07:26:49.9905160Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-09-07T07:26:49.9906240Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-09-07T07:26:49.9907120Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-09-07T07:26:49.9912610Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9913010Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-09-07T07:26:49.9913270Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-09-07T07:26:49.9913530Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-09-07T07:26:49.9913850Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9914190Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-09-07T07:26:49.9914960Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9915630Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-09-07T07:26:49.9916510Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-09-07T07:26:49.9917370Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-09-07T07:26:49.9918280Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-09-07T07:26:49.9919110Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_mps_dispatch.h' 2025-09-07T07:26:49.9919980Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-09-07T07:26:49.9920990Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-09-07T07:26:49.9921910Z adding 'torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h' 2025-09-07T07:26:49.9922760Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-09-07T07:26:49.9923740Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-09-07T07:26:49.9924600Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-09-07T07:26:49.9925550Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-09-07T07:26:49.9926370Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-09-07T07:26:49.9927350Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-09-07T07:26:49.9928290Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-09-07T07:26:49.9929340Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9930100Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-09-07T07:26:49.9930960Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-09-07T07:26:49.9931760Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-09-07T07:26:49.9932640Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-09-07T07:26:49.9933450Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-09-07T07:26:49.9934440Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-09-07T07:26:49.9935320Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-09-07T07:26:49.9936310Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9937070Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-09-07T07:26:49.9938030Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-09-07T07:26:49.9938910Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-09-07T07:26:49.9939880Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9940690Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-09-07T07:26:49.9941490Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-09-07T07:26:49.9942300Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-09-07T07:26:49.9943280Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-09-07T07:26:49.9944300Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-09-07T07:26:49.9945360Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9946170Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-09-07T07:26:49.9947280Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-09-07T07:26:49.9948200Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-09-07T07:26:49.9949170Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9949920Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-09-07T07:26:49.9950870Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-09-07T07:26:49.9952010Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-09-07T07:26:49.9953110Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9953930Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-09-07T07:26:49.9955180Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-09-07T07:26:49.9956090Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-09-07T07:26:49.9957050Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9957860Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-09-07T07:26:49.9958820Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-09-07T07:26:49.9959830Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-09-07T07:26:49.9960880Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9961690Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-09-07T07:26:49.9962800Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-09-07T07:26:49.9963910Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-09-07T07:26:49.9964900Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:49.9965830Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9966740Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9967540Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-09-07T07:26:49.9968790Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-09-07T07:26:49.9969730Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-09-07T07:26:49.9970730Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:49.9971510Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-09-07T07:26:49.9972330Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-09-07T07:26:49.9973160Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-09-07T07:26:49.9974040Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-09-07T07:26:49.9974850Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-09-07T07:26:49.9975810Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-09-07T07:26:49.9976710Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-09-07T07:26:49.9977680Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9978450Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-09-07T07:26:49.9979390Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-09-07T07:26:49.9980290Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-09-07T07:26:49.9981260Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9982080Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-09-07T07:26:49.9983080Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9983880Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-09-07T07:26:49.9984860Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-09-07T07:26:49.9985710Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-09-07T07:26:49.9986640Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-09-07T07:26:49.9987580Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-09-07T07:26:49.9988500Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-09-07T07:26:49.9989340Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-09-07T07:26:49.9990190Z adding 'torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h' 2025-09-07T07:26:49.9991020Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-09-07T07:26:49.9991980Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-09-07T07:26:49.9992900Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-09-07T07:26:49.9993910Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9994670Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-09-07T07:26:49.9995670Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-09-07T07:26:49.9996620Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-09-07T07:26:49.9997610Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:49.9998380Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-09-07T07:26:49.9999330Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-09-07T07:26:50.0000210Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-09-07T07:26:50.0001190Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0001960Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-09-07T07:26:50.0002890Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-09-07T07:26:50.0003840Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-09-07T07:26:50.0004820Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0005580Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-09-07T07:26:50.0006530Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-09-07T07:26:50.0007480Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-09-07T07:26:50.0008480Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0009200Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-09-07T07:26:50.0010060Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-09-07T07:26:50.0010990Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-09-07T07:26:50.0011950Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0012720Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-09-07T07:26:50.0013640Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-09-07T07:26:50.0014610Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-09-07T07:26:50.0015650Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0016450Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-09-07T07:26:50.0017320Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-09-07T07:26:50.0018170Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-09-07T07:26:50.0019060Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-09-07T07:26:50.0019880Z adding 'torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h' 2025-09-07T07:26:50.0020740Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-09-07T07:26:50.0021720Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-09-07T07:26:50.0022620Z adding 'torch/include/ATen/ops/linear.h' 2025-09-07T07:26:50.0023590Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-09-07T07:26:50.0024600Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0025580Z adding 'torch/include/ATen/ops/linear_backward_mps_dispatch.h' 2025-09-07T07:26:50.0026410Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-09-07T07:26:50.0027530Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-09-07T07:26:50.0028500Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0029300Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0030220Z adding 'torch/include/ATen/ops/linear_mps_dispatch.h' 2025-09-07T07:26:50.0031080Z adding 'torch/include/ATen/ops/linear_native.h' 2025-09-07T07:26:50.0031990Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-09-07T07:26:50.0033250Z adding 'torch/include/ATen/ops/linspace.h' 2025-09-07T07:26:50.0034370Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0035220Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-09-07T07:26:50.0036060Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-09-07T07:26:50.0036860Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-09-07T07:26:50.0037670Z adding 'torch/include/ATen/ops/linspace_mps_dispatch.h' 2025-09-07T07:26:50.0038560Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-09-07T07:26:50.0039940Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-09-07T07:26:50.0042110Z adding 'torch/include/ATen/ops/log.h' 2025-09-07T07:26:50.0042760Z adding 'torch/include/ATen/ops/log10.h' 2025-09-07T07:26:50.0043880Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0044660Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-09-07T07:26:50.0045830Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-09-07T07:26:50.0046730Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-09-07T07:26:50.0047580Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-09-07T07:26:50.0048410Z adding 'torch/include/ATen/ops/log10_mps_dispatch.h' 2025-09-07T07:26:50.0049550Z adding 'torch/include/ATen/ops/log10_native.h' 2025-09-07T07:26:50.0050590Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-09-07T07:26:50.0051750Z adding 'torch/include/ATen/ops/log1p.h' 2025-09-07T07:26:50.0052570Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0053640Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-09-07T07:26:50.0054450Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-09-07T07:26:50.0055250Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-09-07T07:26:50.0056070Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-09-07T07:26:50.0057180Z adding 'torch/include/ATen/ops/log1p_mps_dispatch.h' 2025-09-07T07:26:50.0058060Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-09-07T07:26:50.0059010Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-09-07T07:26:50.0059890Z adding 'torch/include/ATen/ops/log1p_sparsemps_dispatch.h' 2025-09-07T07:26:50.0061050Z adding 'torch/include/ATen/ops/log2.h' 2025-09-07T07:26:50.0062050Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0062790Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-09-07T07:26:50.0063630Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-09-07T07:26:50.0064750Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-09-07T07:26:50.0065570Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-09-07T07:26:50.0066400Z adding 'torch/include/ATen/ops/log2_mps_dispatch.h' 2025-09-07T07:26:50.0067260Z adding 'torch/include/ATen/ops/log2_native.h' 2025-09-07T07:26:50.0068580Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-09-07T07:26:50.0069550Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0070310Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-09-07T07:26:50.0071120Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-09-07T07:26:50.0072280Z adding 'torch/include/ATen/ops/log_meta.h' 2025-09-07T07:26:50.0073130Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-09-07T07:26:50.0073910Z adding 'torch/include/ATen/ops/log_mps_dispatch.h' 2025-09-07T07:26:50.0074740Z adding 'torch/include/ATen/ops/log_native.h' 2025-09-07T07:26:50.0075960Z adding 'torch/include/ATen/ops/log_normal.h' 2025-09-07T07:26:50.0076980Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0077790Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-09-07T07:26:50.0078780Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-09-07T07:26:50.0079940Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-09-07T07:26:50.0080790Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-09-07T07:26:50.0081860Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-09-07T07:26:50.0082840Z adding 'torch/include/ATen/ops/log_ops.h' 2025-09-07T07:26:50.0084080Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-09-07T07:26:50.0085050Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-09-07T07:26:50.0085980Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0086820Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0087950Z adding 'torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h' 2025-09-07T07:26:50.0088840Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-09-07T07:26:50.0089790Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-09-07T07:26:50.0090720Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0091970Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-09-07T07:26:50.0092890Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-09-07T07:26:50.0093750Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-09-07T07:26:50.0094580Z adding 'torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h' 2025-09-07T07:26:50.0095760Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-09-07T07:26:50.0096820Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-09-07T07:26:50.0097660Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-09-07T07:26:50.0098670Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-09-07T07:26:50.0099940Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-09-07T07:26:50.0100890Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0101750Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0102540Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-09-07T07:26:50.0103910Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-09-07T07:26:50.0104760Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-09-07T07:26:50.0105640Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-09-07T07:26:50.0106620Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0107680Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-09-07T07:26:50.0108520Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-09-07T07:26:50.0109350Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-09-07T07:26:50.0110190Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-09-07T07:26:50.0111310Z adding 'torch/include/ATen/ops/logaddexp2_mps_dispatch.h' 2025-09-07T07:26:50.0112170Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-09-07T07:26:50.0113100Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-09-07T07:26:50.0114130Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0115140Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-09-07T07:26:50.0115990Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-09-07T07:26:50.0116800Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-09-07T07:26:50.0117620Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-09-07T07:26:50.0118740Z adding 'torch/include/ATen/ops/logaddexp_mps_dispatch.h' 2025-09-07T07:26:50.0119580Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-09-07T07:26:50.0120530Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-09-07T07:26:50.0121470Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-09-07T07:26:50.0122760Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0123630Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0124440Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-09-07T07:26:50.0125430Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-09-07T07:26:50.0126590Z adding 'torch/include/ATen/ops/logdet.h' 2025-09-07T07:26:50.0127540Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0128630Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-09-07T07:26:50.0129570Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-09-07T07:26:50.0130750Z adding 'torch/include/ATen/ops/logical_and.h' 2025-09-07T07:26:50.0131730Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0132530Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-09-07T07:26:50.0133340Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-09-07T07:26:50.0134450Z adding 'torch/include/ATen/ops/logical_and_mps_dispatch.h' 2025-09-07T07:26:50.0135290Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-09-07T07:26:50.0136260Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-09-07T07:26:50.0137120Z adding 'torch/include/ATen/ops/logical_not.h' 2025-09-07T07:26:50.0138380Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0139190Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-09-07T07:26:50.0140010Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-09-07T07:26:50.0140850Z adding 'torch/include/ATen/ops/logical_not_mps_dispatch.h' 2025-09-07T07:26:50.0141990Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-09-07T07:26:50.0142960Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-09-07T07:26:50.0143830Z adding 'torch/include/ATen/ops/logical_or.h' 2025-09-07T07:26:50.0144820Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0145860Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-09-07T07:26:50.0146680Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-09-07T07:26:50.0147470Z adding 'torch/include/ATen/ops/logical_or_mps_dispatch.h' 2025-09-07T07:26:50.0148270Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-09-07T07:26:50.0149580Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-09-07T07:26:50.0150450Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-09-07T07:26:50.0151390Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0152150Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-09-07T07:26:50.0153280Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-09-07T07:26:50.0154090Z adding 'torch/include/ATen/ops/logical_xor_mps_dispatch.h' 2025-09-07T07:26:50.0154900Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-09-07T07:26:50.0155880Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-09-07T07:26:50.0157090Z adding 'torch/include/ATen/ops/logit.h' 2025-09-07T07:26:50.0158030Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-09-07T07:26:50.0159050Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0159820Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0160980Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0161820Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-09-07T07:26:50.0162670Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-09-07T07:26:50.0163500Z adding 'torch/include/ATen/ops/logit_backward_mps_dispatch.h' 2025-09-07T07:26:50.0164640Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-09-07T07:26:50.0165620Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-09-07T07:26:50.0166510Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-09-07T07:26:50.0167350Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-09-07T07:26:50.0168510Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-09-07T07:26:50.0169390Z adding 'torch/include/ATen/ops/logit_mps_dispatch.h' 2025-09-07T07:26:50.0170220Z adding 'torch/include/ATen/ops/logit_native.h' 2025-09-07T07:26:50.0171210Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-09-07T07:26:50.0173160Z adding 'torch/include/ATen/ops/logspace.h' 2025-09-07T07:26:50.0173960Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0174780Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-09-07T07:26:50.0175720Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-09-07T07:26:50.0176860Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-09-07T07:26:50.0177780Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-09-07T07:26:50.0179190Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-09-07T07:26:50.0180230Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-09-07T07:26:50.0181540Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0182450Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0183290Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0184050Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-09-07T07:26:50.0185440Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-09-07T07:26:50.0186380Z adding 'torch/include/ATen/ops/lshift.h' 2025-09-07T07:26:50.0187330Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0188140Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-09-07T07:26:50.0189280Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-09-07T07:26:50.0190200Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-09-07T07:26:50.0191010Z adding 'torch/include/ATen/ops/lshift_mps_dispatch.h' 2025-09-07T07:26:50.0191830Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-09-07T07:26:50.0193450Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-09-07T07:26:50.0194230Z adding 'torch/include/ATen/ops/lstm.h' 2025-09-07T07:26:50.0195100Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-09-07T07:26:50.0196060Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0197140Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-09-07T07:26:50.0198090Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-09-07T07:26:50.0199110Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0200090Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-09-07T07:26:50.0201450Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0202320Z adding 'torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h' 2025-09-07T07:26:50.0203230Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-09-07T07:26:50.0204340Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-09-07T07:26:50.0205500Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-09-07T07:26:50.0206540Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-09-07T07:26:50.0207460Z adding 'torch/include/ATen/ops/lt.h' 2025-09-07T07:26:50.0208480Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0209560Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-09-07T07:26:50.0210430Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-09-07T07:26:50.0211280Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-09-07T07:26:50.0212120Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-09-07T07:26:50.0213260Z adding 'torch/include/ATen/ops/lt_mps_dispatch.h' 2025-09-07T07:26:50.0214140Z adding 'torch/include/ATen/ops/lt_native.h' 2025-09-07T07:26:50.0215250Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-09-07T07:26:50.0216150Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-09-07T07:26:50.0217430Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0218260Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-09-07T07:26:50.0222870Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-09-07T07:26:50.0223030Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-09-07T07:26:50.0223240Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0223340Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-09-07T07:26:50.0223440Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-09-07T07:26:50.0223860Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-09-07T07:26:50.0225040Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-09-07T07:26:50.0225870Z adding 'torch/include/ATen/ops/lu_unpack_mps_dispatch.h' 2025-09-07T07:26:50.0226710Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-09-07T07:26:50.0227690Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-09-07T07:26:50.0228820Z adding 'torch/include/ATen/ops/mH.h' 2025-09-07T07:26:50.0229800Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0230570Z adding 'torch/include/ATen/ops/mH_native.h' 2025-09-07T07:26:50.0231420Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-09-07T07:26:50.0232580Z adding 'torch/include/ATen/ops/mT.h' 2025-09-07T07:26:50.0233490Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0234250Z adding 'torch/include/ATen/ops/mT_native.h' 2025-09-07T07:26:50.0235100Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-09-07T07:26:50.0236310Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-09-07T07:26:50.0237310Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0238070Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-09-07T07:26:50.0239050Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-09-07T07:26:50.0240280Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-09-07T07:26:50.0241300Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0242090Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-09-07T07:26:50.0242910Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-09-07T07:26:50.0244020Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-09-07T07:26:50.0244850Z adding 'torch/include/ATen/ops/masked_fill_mps_dispatch.h' 2025-09-07T07:26:50.0245760Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-09-07T07:26:50.0246900Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-09-07T07:26:50.0248130Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-09-07T07:26:50.0249110Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-09-07T07:26:50.0250090Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0250860Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-09-07T07:26:50.0252120Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-09-07T07:26:50.0253100Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0253870Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-09-07T07:26:50.0254680Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-09-07T07:26:50.0255810Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-09-07T07:26:50.0256670Z adding 'torch/include/ATen/ops/masked_scatter_mps_dispatch.h' 2025-09-07T07:26:50.0257530Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-09-07T07:26:50.0259410Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-09-07T07:26:50.0260610Z adding 'torch/include/ATen/ops/masked_select.h' 2025-09-07T07:26:50.0262580Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-09-07T07:26:50.0263470Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0264380Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-09-07T07:26:50.0265400Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-09-07T07:26:50.0266440Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-09-07T07:26:50.0267340Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-09-07T07:26:50.0268180Z adding 'torch/include/ATen/ops/masked_select_mps_dispatch.h' 2025-09-07T07:26:50.0269070Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-09-07T07:26:50.0270190Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-09-07T07:26:50.0271120Z adding 'torch/include/ATen/ops/matmul.h' 2025-09-07T07:26:50.0272100Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-09-07T07:26:50.0273120Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0274050Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-09-07T07:26:50.0275100Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-09-07T07:26:50.0276070Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0276870Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-09-07T07:26:50.0277950Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-09-07T07:26:50.0278820Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-09-07T07:26:50.0279810Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0280560Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-09-07T07:26:50.0281610Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-09-07T07:26:50.0282480Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-09-07T07:26:50.0283370Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-09-07T07:26:50.0284340Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0285270Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-09-07T07:26:50.0286180Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-09-07T07:26:50.0287120Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0287860Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-09-07T07:26:50.0288890Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-09-07T07:26:50.0289810Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-09-07T07:26:50.0290820Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0291580Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-09-07T07:26:50.0292670Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-09-07T07:26:50.0293770Z adding 'torch/include/ATen/ops/max.h' 2025-09-07T07:26:50.0294810Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0295700Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0296700Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-09-07T07:26:50.0297610Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-09-07T07:26:50.0298510Z adding 'torch/include/ATen/ops/max_meta.h' 2025-09-07T07:26:50.0299410Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-09-07T07:26:50.0300600Z adding 'torch/include/ATen/ops/max_mps_dispatch.h' 2025-09-07T07:26:50.0301710Z adding 'torch/include/ATen/ops/max_native.h' 2025-09-07T07:26:50.0303040Z adding 'torch/include/ATen/ops/max_ops.h' 2025-09-07T07:26:50.0304020Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-09-07T07:26:50.0305180Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0305940Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-09-07T07:26:50.0306870Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-09-07T07:26:50.0307810Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-09-07T07:26:50.0308910Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0309700Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-09-07T07:26:50.0310670Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-09-07T07:26:50.0311510Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-09-07T07:26:50.0312660Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-09-07T07:26:50.0313710Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0314520Z adding 'torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h' 2025-09-07T07:26:50.0315360Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-09-07T07:26:50.0316490Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-09-07T07:26:50.0317460Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0318250Z adding 'torch/include/ATen/ops/max_pool2d_mps_dispatch.h' 2025-09-07T07:26:50.0319080Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-09-07T07:26:50.0320120Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-09-07T07:26:50.0321140Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-09-07T07:26:50.0322140Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-09-07T07:26:50.0323210Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0324150Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0325030Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0325880Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-09-07T07:26:50.0326780Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-09-07T07:26:50.0327780Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h' 2025-09-07T07:26:50.0328710Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-09-07T07:26:50.0329720Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-09-07T07:26:50.0330730Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0331680Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-09-07T07:26:50.0332560Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-09-07T07:26:50.0333390Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-09-07T07:26:50.0334260Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-09-07T07:26:50.0335230Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h' 2025-09-07T07:26:50.0336130Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-09-07T07:26:50.0337150Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-09-07T07:26:50.0338020Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-09-07T07:26:50.0339120Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0339870Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-09-07T07:26:50.0340790Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-09-07T07:26:50.0341820Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-09-07T07:26:50.0342960Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-09-07T07:26:50.0343900Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0344740Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0345580Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_mps_dispatch.h' 2025-09-07T07:26:50.0346600Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-09-07T07:26:50.0347630Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-09-07T07:26:50.0348510Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-09-07T07:26:50.0349360Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-09-07T07:26:50.0350350Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_mps_dispatch.h' 2025-09-07T07:26:50.0351250Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-09-07T07:26:50.0352240Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-09-07T07:26:50.0353810Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-09-07T07:26:50.0354750Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-09-07T07:26:50.0355610Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-09-07T07:26:50.0356470Z adding 'torch/include/ATen/ops/max_unpool2d_mps_dispatch.h' 2025-09-07T07:26:50.0357340Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-09-07T07:26:50.0358440Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-09-07T07:26:50.0359590Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-09-07T07:26:50.0360560Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-09-07T07:26:50.0361440Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-09-07T07:26:50.0362460Z adding 'torch/include/ATen/ops/max_unpool3d_mps_dispatch.h' 2025-09-07T07:26:50.0363330Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-09-07T07:26:50.0364310Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-09-07T07:26:50.0365180Z adding 'torch/include/ATen/ops/maximum.h' 2025-09-07T07:26:50.0366330Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0367100Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-09-07T07:26:50.0367910Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-09-07T07:26:50.0368760Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-09-07T07:26:50.0369720Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-09-07T07:26:50.0370540Z adding 'torch/include/ATen/ops/maximum_mps_dispatch.h' 2025-09-07T07:26:50.0371370Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-09-07T07:26:50.0372290Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-09-07T07:26:50.0373470Z adding 'torch/include/ATen/ops/mean.h' 2025-09-07T07:26:50.0374470Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0375380Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0376240Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0377180Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-09-07T07:26:50.0378040Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-09-07T07:26:50.0378880Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-09-07T07:26:50.0379740Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-09-07T07:26:50.0380710Z adding 'torch/include/ATen/ops/mean_mps_dispatch.h' 2025-09-07T07:26:50.0381650Z adding 'torch/include/ATen/ops/mean_native.h' 2025-09-07T07:26:50.0382830Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-09-07T07:26:50.0383870Z adding 'torch/include/ATen/ops/median.h' 2025-09-07T07:26:50.0385010Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0385910Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0386720Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-09-07T07:26:50.0387560Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-09-07T07:26:50.0388510Z adding 'torch/include/ATen/ops/median_mps_dispatch.h' 2025-09-07T07:26:50.0389440Z adding 'torch/include/ATen/ops/median_native.h' 2025-09-07T07:26:50.0390570Z adding 'torch/include/ATen/ops/median_ops.h' 2025-09-07T07:26:50.0391460Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-09-07T07:26:50.0392570Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0393350Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-09-07T07:26:50.0394290Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-09-07T07:26:50.0395360Z adding 'torch/include/ATen/ops/min.h' 2025-09-07T07:26:50.0396560Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0397400Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0398230Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-09-07T07:26:50.0399100Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-09-07T07:26:50.0400110Z adding 'torch/include/ATen/ops/min_meta.h' 2025-09-07T07:26:50.0401040Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-09-07T07:26:50.0401890Z adding 'torch/include/ATen/ops/min_mps_dispatch.h' 2025-09-07T07:26:50.0402810Z adding 'torch/include/ATen/ops/min_native.h' 2025-09-07T07:26:50.0404190Z adding 'torch/include/ATen/ops/min_ops.h' 2025-09-07T07:26:50.0405190Z adding 'torch/include/ATen/ops/minimum.h' 2025-09-07T07:26:50.0406200Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0406950Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-09-07T07:26:50.0407910Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-09-07T07:26:50.0408750Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-09-07T07:26:50.0409580Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-09-07T07:26:50.0410390Z adding 'torch/include/ATen/ops/minimum_mps_dispatch.h' 2025-09-07T07:26:50.0411350Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-09-07T07:26:50.0412290Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-09-07T07:26:50.0413310Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-09-07T07:26:50.0414360Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-09-07T07:26:50.0415540Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0416410Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0417270Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-09-07T07:26:50.0418350Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-09-07T07:26:50.0419490Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0420340Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-09-07T07:26:50.0421210Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-09-07T07:26:50.0422260Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-09-07T07:26:50.0423660Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-09-07T07:26:50.0424750Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-09-07T07:26:50.0425690Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-09-07T07:26:50.0426540Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-09-07T07:26:50.0427650Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-09-07T07:26:50.0428680Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0429530Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-09-07T07:26:50.0430380Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-09-07T07:26:50.0431520Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-09-07T07:26:50.0432520Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-09-07T07:26:50.0433440Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-09-07T07:26:50.0434270Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-09-07T07:26:50.0435320Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-09-07T07:26:50.0436650Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-09-07T07:26:50.0437720Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0438560Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-09-07T07:26:50.0439580Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-09-07T07:26:50.0440610Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-09-07T07:26:50.0441820Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-09-07T07:26:50.0442880Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0443850Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-09-07T07:26:50.0444710Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-09-07T07:26:50.0445720Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-09-07T07:26:50.0446770Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-09-07T07:26:50.0448110Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-09-07T07:26:50.0449190Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0450080Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0450990Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-09-07T07:26:50.0452360Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-09-07T07:26:50.0453470Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0454290Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-09-07T07:26:50.0455160Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-09-07T07:26:50.0456440Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-09-07T07:26:50.0457330Z adding 'torch/include/ATen/ops/mish.h' 2025-09-07T07:26:50.0458220Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-09-07T07:26:50.0459190Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0460140Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0460950Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0461770Z adding 'torch/include/ATen/ops/mish_backward_mps_dispatch.h' 2025-09-07T07:26:50.0462590Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-09-07T07:26:50.0463710Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-09-07T07:26:50.0464710Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0465460Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-09-07T07:26:50.0466290Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-09-07T07:26:50.0467260Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-09-07T07:26:50.0468140Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-09-07T07:26:50.0468940Z adding 'torch/include/ATen/ops/mish_mps_dispatch.h' 2025-09-07T07:26:50.0469790Z adding 'torch/include/ATen/ops/mish_native.h' 2025-09-07T07:26:50.0470870Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-09-07T07:26:50.0471850Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-09-07T07:26:50.0472790Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-09-07T07:26:50.0473790Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0474700Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-09-07T07:26:50.0475660Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-09-07T07:26:50.0476480Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-09-07T07:26:50.0477430Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-09-07T07:26:50.0478760Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-09-07T07:26:50.0479850Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0480650Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-09-07T07:26:50.0481630Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-09-07T07:26:50.0482640Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-09-07T07:26:50.0483660Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-09-07T07:26:50.0484640Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0485480Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-09-07T07:26:50.0486590Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0487370Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-09-07T07:26:50.0488320Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-09-07T07:26:50.0489180Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-09-07T07:26:50.0490310Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-09-07T07:26:50.0491270Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-09-07T07:26:50.0492280Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0493030Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-09-07T07:26:50.0494150Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-09-07T07:26:50.0495090Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0495860Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-09-07T07:26:50.0496790Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-09-07T07:26:50.0497880Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-09-07T07:26:50.0498890Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-09-07T07:26:50.0499890Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0500710Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-09-07T07:26:50.0501810Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-09-07T07:26:50.0502770Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0503540Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-09-07T07:26:50.0504520Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-09-07T07:26:50.0505580Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-09-07T07:26:50.0506590Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-09-07T07:26:50.0507590Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0508350Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-09-07T07:26:50.0509480Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-09-07T07:26:50.0510460Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0511230Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-09-07T07:26:50.0512190Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-09-07T07:26:50.0513620Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-09-07T07:26:50.0514780Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0515570Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-09-07T07:26:50.0516550Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-09-07T07:26:50.0517940Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-09-07T07:26:50.0519000Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0519800Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-09-07T07:26:50.0520770Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-09-07T07:26:50.0521940Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-09-07T07:26:50.0523170Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-09-07T07:26:50.0524310Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0525190Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0526240Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-09-07T07:26:50.0527540Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-09-07T07:26:50.0528540Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0529390Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-09-07T07:26:50.0530390Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-09-07T07:26:50.0531550Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-09-07T07:26:50.0532470Z adding 'torch/include/ATen/ops/mm.h' 2025-09-07T07:26:50.0533460Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0534350Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-09-07T07:26:50.0535260Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-09-07T07:26:50.0536070Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-09-07T07:26:50.0536930Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-09-07T07:26:50.0537900Z adding 'torch/include/ATen/ops/mm_mps_dispatch.h' 2025-09-07T07:26:50.0538790Z adding 'torch/include/ATen/ops/mm_native.h' 2025-09-07T07:26:50.0539830Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-09-07T07:26:50.0540820Z adding 'torch/include/ATen/ops/mode.h' 2025-09-07T07:26:50.0541920Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0542820Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0543610Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-09-07T07:26:50.0544480Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-09-07T07:26:50.0545430Z adding 'torch/include/ATen/ops/mode_native.h' 2025-09-07T07:26:50.0546510Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-09-07T07:26:50.0547380Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-09-07T07:26:50.0548350Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0549240Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-09-07T07:26:50.0550190Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-09-07T07:26:50.0551070Z adding 'torch/include/ATen/ops/movedim.h' 2025-09-07T07:26:50.0552020Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0552910Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-09-07T07:26:50.0553860Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-09-07T07:26:50.0555220Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-09-07T07:26:50.0556290Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0557270Z adding 'torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h' 2025-09-07T07:26:50.0558170Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-09-07T07:26:50.0559220Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-09-07T07:26:50.0560580Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-09-07T07:26:50.0561810Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0562660Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h' 2025-09-07T07:26:50.0563530Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-09-07T07:26:50.0564560Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-09-07T07:26:50.0565550Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-09-07T07:26:50.0566470Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-09-07T07:26:50.0567390Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0568250Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0569240Z adding 'torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h' 2025-09-07T07:26:50.0570050Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-09-07T07:26:50.0571010Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-09-07T07:26:50.0572000Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0572890Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-09-07T07:26:50.0573740Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-09-07T07:26:50.0574560Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-09-07T07:26:50.0575410Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-09-07T07:26:50.0576350Z adding 'torch/include/ATen/ops/mse_loss_mps_dispatch.h' 2025-09-07T07:26:50.0577530Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-09-07T07:26:50.0578460Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-09-07T07:26:50.0579330Z adding 'torch/include/ATen/ops/msort.h' 2025-09-07T07:26:50.0580420Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0581190Z adding 'torch/include/ATen/ops/msort_native.h' 2025-09-07T07:26:50.0582130Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-09-07T07:26:50.0583060Z adding 'torch/include/ATen/ops/mul.h' 2025-09-07T07:26:50.0584150Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0585050Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0585820Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-09-07T07:26:50.0586650Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-09-07T07:26:50.0587630Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-09-07T07:26:50.0588550Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-09-07T07:26:50.0589350Z adding 'torch/include/ATen/ops/mul_mps_dispatch.h' 2025-09-07T07:26:50.0590300Z adding 'torch/include/ATen/ops/mul_native.h' 2025-09-07T07:26:50.0591510Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-09-07T07:26:50.0592520Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-09-07T07:26:50.0593490Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-09-07T07:26:50.0594440Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0595480Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0596360Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-09-07T07:26:50.0597360Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-09-07T07:26:50.0598260Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-09-07T07:26:50.0599240Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-09-07T07:26:50.0600140Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-09-07T07:26:50.0601120Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-09-07T07:26:50.0602050Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-09-07T07:26:50.0603120Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-09-07T07:26:50.0604070Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0604940Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0605780Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-09-07T07:26:50.0606900Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-09-07T07:26:50.0607860Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0608710Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-09-07T07:26:50.0609640Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-09-07T07:26:50.0610610Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-09-07T07:26:50.0611520Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-09-07T07:26:50.0612450Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-09-07T07:26:50.0613290Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-09-07T07:26:50.0614380Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-09-07T07:26:50.0615470Z adding 'torch/include/ATen/ops/multinomial.h' 2025-09-07T07:26:50.0616460Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-09-07T07:26:50.0617330Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-09-07T07:26:50.0618320Z adding 'torch/include/ATen/ops/multinomial_mps_dispatch.h' 2025-09-07T07:26:50.0619180Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-09-07T07:26:50.0620120Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-09-07T07:26:50.0621030Z adding 'torch/include/ATen/ops/multiply.h' 2025-09-07T07:26:50.0622120Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0622910Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-09-07T07:26:50.0623960Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-09-07T07:26:50.0624820Z adding 'torch/include/ATen/ops/mv.h' 2025-09-07T07:26:50.0625910Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0626680Z adding 'torch/include/ATen/ops/mv_native.h' 2025-09-07T07:26:50.0627580Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-09-07T07:26:50.0628450Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-09-07T07:26:50.0629550Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0630360Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-09-07T07:26:50.0631200Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-09-07T07:26:50.0632010Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-09-07T07:26:50.0633120Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-09-07T07:26:50.0634080Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-09-07T07:26:50.0635060Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0635860Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-09-07T07:26:50.0636830Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-09-07T07:26:50.0637670Z adding 'torch/include/ATen/ops/nan_to_num_mps_dispatch.h' 2025-09-07T07:26:50.0638550Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-09-07T07:26:50.0639570Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-09-07T07:26:50.0640650Z adding 'torch/include/ATen/ops/nan_to_num_sparsemps_dispatch.h' 2025-09-07T07:26:50.0641550Z adding 'torch/include/ATen/ops/nanmean.h' 2025-09-07T07:26:50.0642520Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0643290Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-09-07T07:26:50.0644400Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-09-07T07:26:50.0645470Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-09-07T07:26:50.0646450Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0647340Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0648300Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-09-07T07:26:50.0649140Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-09-07T07:26:50.0649980Z adding 'torch/include/ATen/ops/nanmedian_mps_dispatch.h' 2025-09-07T07:26:50.0650850Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-09-07T07:26:50.0652150Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-09-07T07:26:50.0653170Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-09-07T07:26:50.0654200Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0655010Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-09-07T07:26:50.0656180Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-09-07T07:26:50.0657170Z adding 'torch/include/ATen/ops/nansum.h' 2025-09-07T07:26:50.0658060Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-09-07T07:26:50.0658900Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-09-07T07:26:50.0659860Z adding 'torch/include/ATen/ops/nansum_mps_dispatch.h' 2025-09-07T07:26:50.0660730Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-09-07T07:26:50.0661690Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-09-07T07:26:50.0662670Z adding 'torch/include/ATen/ops/narrow.h' 2025-09-07T07:26:50.0663820Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0664800Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-09-07T07:26:50.0665860Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0666640Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-09-07T07:26:50.0667620Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-09-07T07:26:50.0668600Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-09-07T07:26:50.0669440Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-09-07T07:26:50.0670400Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-09-07T07:26:50.0671540Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-09-07T07:26:50.0672620Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-09-07T07:26:50.0673670Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0674500Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0675480Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0676300Z adding 'torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h' 2025-09-07T07:26:50.0677260Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-09-07T07:26:50.0678330Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-09-07T07:26:50.0679400Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-09-07T07:26:50.0680300Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-09-07T07:26:50.0681150Z adding 'torch/include/ATen/ops/native_batch_norm_mps_dispatch.h' 2025-09-07T07:26:50.0682100Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-09-07T07:26:50.0683280Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-09-07T07:26:50.0684200Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-09-07T07:26:50.0685190Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0685970Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-09-07T07:26:50.0686920Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-09-07T07:26:50.0687820Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-09-07T07:26:50.0688720Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-09-07T07:26:50.0689620Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-09-07T07:26:50.0690740Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0691540Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0692350Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0693170Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-09-07T07:26:50.0694280Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-09-07T07:26:50.0695260Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0696040Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-09-07T07:26:50.0696840Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-09-07T07:26:50.0697800Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-09-07T07:26:50.0698790Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-09-07T07:26:50.0700040Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-09-07T07:26:50.0701330Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-09-07T07:26:50.0702570Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0703430Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0704260Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0705150Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-09-07T07:26:50.0706350Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-09-07T07:26:50.0707420Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0708240Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-09-07T07:26:50.0709110Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-09-07T07:26:50.0710110Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-09-07T07:26:50.0711150Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-09-07T07:26:50.0712340Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-09-07T07:26:50.0713730Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-09-07T07:26:50.0714960Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0715820Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0716700Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0717540Z adding 'torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h' 2025-09-07T07:26:50.0718600Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-09-07T07:26:50.0719660Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-09-07T07:26:50.0720710Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0721510Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-09-07T07:26:50.0722480Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-09-07T07:26:50.0723310Z adding 'torch/include/ATen/ops/native_layer_norm_mps_dispatch.h' 2025-09-07T07:26:50.0724230Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-09-07T07:26:50.0725240Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-09-07T07:26:50.0726350Z adding 'torch/include/ATen/ops/native_norm.h' 2025-09-07T07:26:50.0727370Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0728160Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-09-07T07:26:50.0729220Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-09-07T07:26:50.0730280Z adding 'torch/include/ATen/ops/ne.h' 2025-09-07T07:26:50.0731310Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0732100Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-09-07T07:26:50.0732950Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-09-07T07:26:50.0733920Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-09-07T07:26:50.0734820Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-09-07T07:26:50.0735650Z adding 'torch/include/ATen/ops/ne_mps_dispatch.h' 2025-09-07T07:26:50.0736560Z adding 'torch/include/ATen/ops/ne_native.h' 2025-09-07T07:26:50.0737800Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-09-07T07:26:50.0738710Z adding 'torch/include/ATen/ops/neg.h' 2025-09-07T07:26:50.0739700Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0740450Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-09-07T07:26:50.0741400Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-09-07T07:26:50.0742240Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-09-07T07:26:50.0743050Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-09-07T07:26:50.0743880Z adding 'torch/include/ATen/ops/neg_mps_dispatch.h' 2025-09-07T07:26:50.0744830Z adding 'torch/include/ATen/ops/neg_native.h' 2025-09-07T07:26:50.0745810Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-09-07T07:26:50.0746700Z adding 'torch/include/ATen/ops/neg_sparsemps_dispatch.h' 2025-09-07T07:26:50.0747570Z adding 'torch/include/ATen/ops/negative.h' 2025-09-07T07:26:50.0748640Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0749410Z adding 'torch/include/ATen/ops/negative_native.h' 2025-09-07T07:26:50.0750370Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-09-07T07:26:50.0751280Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-09-07T07:26:50.0752370Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0753200Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-09-07T07:26:50.0754100Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-09-07T07:26:50.0755170Z adding 'torch/include/ATen/ops/new_empty.h' 2025-09-07T07:26:50.0756340Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0757130Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-09-07T07:26:50.0758120Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-09-07T07:26:50.0759240Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-09-07T07:26:50.0764630Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0764980Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0765090Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-09-07T07:26:50.0765220Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-09-07T07:26:50.0765290Z adding 'torch/include/ATen/ops/new_full.h' 2025-09-07T07:26:50.0765450Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0766150Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-09-07T07:26:50.0767250Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-09-07T07:26:50.0768300Z adding 'torch/include/ATen/ops/new_ones.h' 2025-09-07T07:26:50.0769340Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0770110Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-09-07T07:26:50.0771080Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-09-07T07:26:50.0772270Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-09-07T07:26:50.0773340Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0774100Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-09-07T07:26:50.0775070Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-09-07T07:26:50.0776080Z adding 'torch/include/ATen/ops/nextafter.h' 2025-09-07T07:26:50.0777090Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0777870Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-09-07T07:26:50.0778690Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-09-07T07:26:50.0779670Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-09-07T07:26:50.0780540Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-09-07T07:26:50.0781340Z adding 'torch/include/ATen/ops/nextafter_mps_dispatch.h' 2025-09-07T07:26:50.0782170Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-09-07T07:26:50.0783270Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-09-07T07:26:50.0784360Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-09-07T07:26:50.0785460Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-09-07T07:26:50.0786670Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-09-07T07:26:50.0787810Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0788740Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0789620Z adding 'torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h' 2025-09-07T07:26:50.0790500Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-09-07T07:26:50.0791630Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-09-07T07:26:50.0792680Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0793720Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-09-07T07:26:50.0794720Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-09-07T07:26:50.0795750Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-09-07T07:26:50.0796650Z adding 'torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h' 2025-09-07T07:26:50.0797570Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-09-07T07:26:50.0801720Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-09-07T07:26:50.0802640Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-09-07T07:26:50.0803620Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-09-07T07:26:50.0804770Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-09-07T07:26:50.0805850Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0806810Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-09-07T07:26:50.0807770Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-09-07T07:26:50.0808650Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-09-07T07:26:50.0809710Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-09-07T07:26:50.0810620Z adding 'torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h' 2025-09-07T07:26:50.0811510Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-09-07T07:26:50.0812550Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-09-07T07:26:50.0813670Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0814780Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-09-07T07:26:50.0815820Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0816660Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-09-07T07:26:50.0817670Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-09-07T07:26:50.0818550Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-09-07T07:26:50.0819440Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-09-07T07:26:50.0820310Z adding 'torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h' 2025-09-07T07:26:50.0821310Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-09-07T07:26:50.0822350Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-09-07T07:26:50.0823240Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-09-07T07:26:50.0824170Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-09-07T07:26:50.0825280Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0826090Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-09-07T07:26:50.0826990Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-09-07T07:26:50.0827970Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-09-07T07:26:50.0828980Z adding 'torch/include/ATen/ops/nonzero.h' 2025-09-07T07:26:50.0829900Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-09-07T07:26:50.0830720Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-09-07T07:26:50.0831540Z adding 'torch/include/ATen/ops/nonzero_mps_dispatch.h' 2025-09-07T07:26:50.0832490Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-09-07T07:26:50.0833360Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-09-07T07:26:50.0834320Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0835090Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-09-07T07:26:50.0836080Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-09-07T07:26:50.0837080Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-09-07T07:26:50.0838080Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-09-07T07:26:50.0839040Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-09-07T07:26:50.0840040Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-09-07T07:26:50.0840900Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-09-07T07:26:50.0841850Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-09-07T07:26:50.0843040Z adding 'torch/include/ATen/ops/norm.h' 2025-09-07T07:26:50.0844200Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0845170Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0846060Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0846880Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-09-07T07:26:50.0847860Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-09-07T07:26:50.0848750Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-09-07T07:26:50.0849710Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0850470Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-09-07T07:26:50.0851510Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-09-07T07:26:50.0852370Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-09-07T07:26:50.0853250Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-09-07T07:26:50.0854070Z adding 'torch/include/ATen/ops/norm_mps_dispatch.h' 2025-09-07T07:26:50.0855210Z adding 'torch/include/ATen/ops/norm_native.h' 2025-09-07T07:26:50.0856800Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-09-07T07:26:50.0858270Z adding 'torch/include/ATen/ops/normal.h' 2025-09-07T07:26:50.0859340Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0860360Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-09-07T07:26:50.0861270Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-09-07T07:26:50.0862150Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-09-07T07:26:50.0863010Z adding 'torch/include/ATen/ops/normal_mps_dispatch.h' 2025-09-07T07:26:50.0864190Z adding 'torch/include/ATen/ops/normal_native.h' 2025-09-07T07:26:50.0866090Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-09-07T07:26:50.0866650Z adding 'torch/include/ATen/ops/not_equal.h' 2025-09-07T07:26:50.0867690Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0868590Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-09-07T07:26:50.0869860Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-09-07T07:26:50.0870870Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-09-07T07:26:50.0871890Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0872830Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-09-07T07:26:50.0873890Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-09-07T07:26:50.0874750Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-09-07T07:26:50.0875770Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0876720Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-09-07T07:26:50.0877720Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-09-07T07:26:50.0878600Z adding 'torch/include/ATen/ops/one_hot.h' 2025-09-07T07:26:50.0879630Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0880590Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-09-07T07:26:50.0881620Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-09-07T07:26:50.0882940Z adding 'torch/include/ATen/ops/ones.h' 2025-09-07T07:26:50.0884150Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0885250Z adding 'torch/include/ATen/ops/ones_like.h' 2025-09-07T07:26:50.0886340Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0887110Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-09-07T07:26:50.0888080Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-09-07T07:26:50.0889090Z adding 'torch/include/ATen/ops/ones_native.h' 2025-09-07T07:26:50.0890190Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-09-07T07:26:50.0891080Z adding 'torch/include/ATen/ops/or.h' 2025-09-07T07:26:50.0892030Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0892910Z adding 'torch/include/ATen/ops/or_native.h' 2025-09-07T07:26:50.0893950Z adding 'torch/include/ATen/ops/or_ops.h' 2025-09-07T07:26:50.0894850Z adding 'torch/include/ATen/ops/orgqr.h' 2025-09-07T07:26:50.0895800Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0896680Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-09-07T07:26:50.0897640Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-09-07T07:26:50.0898550Z adding 'torch/include/ATen/ops/ormqr.h' 2025-09-07T07:26:50.0899450Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-09-07T07:26:50.0900440Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-09-07T07:26:50.0901280Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-09-07T07:26:50.0902240Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-09-07T07:26:50.0903110Z adding 'torch/include/ATen/ops/outer.h' 2025-09-07T07:26:50.0904210Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0904990Z adding 'torch/include/ATen/ops/outer_native.h' 2025-09-07T07:26:50.0905900Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-09-07T07:26:50.0906730Z adding 'torch/include/ATen/ops/output_nr.h' 2025-09-07T07:26:50.0907830Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0908570Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-09-07T07:26:50.0909440Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-09-07T07:26:50.0910360Z adding 'torch/include/ATen/ops/pad.h' 2025-09-07T07:26:50.0911440Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0912220Z adding 'torch/include/ATen/ops/pad_native.h' 2025-09-07T07:26:50.0913100Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-09-07T07:26:50.0913980Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-09-07T07:26:50.0915100Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0915870Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-09-07T07:26:50.0916760Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-09-07T07:26:50.0917620Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-09-07T07:26:50.0918720Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0919490Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-09-07T07:26:50.0920370Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-09-07T07:26:50.0921180Z adding 'torch/include/ATen/ops/pdist.h' 2025-09-07T07:26:50.0922260Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0923040Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-09-07T07:26:50.0923920Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-09-07T07:26:50.0924750Z adding 'torch/include/ATen/ops/permute.h' 2025-09-07T07:26:50.0925840Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0926640Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-09-07T07:26:50.0927610Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0928510Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0929360Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-09-07T07:26:50.0930320Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-09-07T07:26:50.0931230Z adding 'torch/include/ATen/ops/permute_mps_dispatch.h' 2025-09-07T07:26:50.0932000Z adding 'torch/include/ATen/ops/permute_native.h' 2025-09-07T07:26:50.0933040Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-09-07T07:26:50.0933910Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-09-07T07:26:50.0934860Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0935600Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-09-07T07:26:50.0936610Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-09-07T07:26:50.0937510Z adding 'torch/include/ATen/ops/pinverse.h' 2025-09-07T07:26:50.0938450Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0939200Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-09-07T07:26:50.0940190Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-09-07T07:26:50.0941120Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-09-07T07:26:50.0942070Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0942990Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0943870Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-09-07T07:26:50.0944690Z adding 'torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h' 2025-09-07T07:26:50.0945520Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-09-07T07:26:50.0946450Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-09-07T07:26:50.0947460Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-09-07T07:26:50.0948450Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0949380Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0950110Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-09-07T07:26:50.0951040Z adding 'torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h' 2025-09-07T07:26:50.0951900Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-09-07T07:26:50.0952850Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-09-07T07:26:50.0953720Z adding 'torch/include/ATen/ops/poisson.h' 2025-09-07T07:26:50.0954820Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0955670Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-09-07T07:26:50.0956460Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-09-07T07:26:50.0957300Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-09-07T07:26:50.0958280Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-09-07T07:26:50.0959280Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0960020Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-09-07T07:26:50.0960920Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-09-07T07:26:50.0961980Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-09-07T07:26:50.0962870Z adding 'torch/include/ATen/ops/polar.h' 2025-09-07T07:26:50.0963810Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0964610Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-09-07T07:26:50.0965550Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-09-07T07:26:50.0966390Z adding 'torch/include/ATen/ops/polar_mps_dispatch.h' 2025-09-07T07:26:50.0967210Z adding 'torch/include/ATen/ops/polar_native.h' 2025-09-07T07:26:50.0968120Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-09-07T07:26:50.0969130Z adding 'torch/include/ATen/ops/polygamma.h' 2025-09-07T07:26:50.0970130Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0971050Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0971810Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-09-07T07:26:50.0972780Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-09-07T07:26:50.0973600Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-09-07T07:26:50.0974440Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-09-07T07:26:50.0975230Z adding 'torch/include/ATen/ops/polygamma_mps_dispatch.h' 2025-09-07T07:26:50.0976190Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-09-07T07:26:50.0977200Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-09-07T07:26:50.0978030Z adding 'torch/include/ATen/ops/positive.h' 2025-09-07T07:26:50.0978990Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0979860Z adding 'torch/include/ATen/ops/positive_native.h' 2025-09-07T07:26:50.0980790Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-09-07T07:26:50.0981760Z adding 'torch/include/ATen/ops/pow.h' 2025-09-07T07:26:50.0982790Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0983740Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-09-07T07:26:50.0984640Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-09-07T07:26:50.0985510Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-09-07T07:26:50.0986400Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-09-07T07:26:50.0987400Z adding 'torch/include/ATen/ops/pow_mps_dispatch.h' 2025-09-07T07:26:50.0988340Z adding 'torch/include/ATen/ops/pow_native.h' 2025-09-07T07:26:50.0989510Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-09-07T07:26:50.0990390Z adding 'torch/include/ATen/ops/prelu.h' 2025-09-07T07:26:50.0991470Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0992240Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-09-07T07:26:50.0993150Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-09-07T07:26:50.0994200Z adding 'torch/include/ATen/ops/prod.h' 2025-09-07T07:26:50.0995290Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.0996230Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.0997100Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.0997910Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-09-07T07:26:50.0998890Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-09-07T07:26:50.0999760Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-09-07T07:26:50.1000630Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-09-07T07:26:50.1001490Z adding 'torch/include/ATen/ops/prod_mps_dispatch.h' 2025-09-07T07:26:50.1002530Z adding 'torch/include/ATen/ops/prod_native.h' 2025-09-07T07:26:50.1003750Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-09-07T07:26:50.1004640Z adding 'torch/include/ATen/ops/promote_types.h' 2025-09-07T07:26:50.1005660Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1006550Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-09-07T07:26:50.1007550Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-09-07T07:26:50.1008420Z adding 'torch/include/ATen/ops/put.h' 2025-09-07T07:26:50.1009370Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1010300Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-09-07T07:26:50.1011160Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-09-07T07:26:50.1012010Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-09-07T07:26:50.1012840Z adding 'torch/include/ATen/ops/put_native.h' 2025-09-07T07:26:50.1013940Z adding 'torch/include/ATen/ops/put_ops.h' 2025-09-07T07:26:50.1014840Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-09-07T07:26:50.1015690Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-09-07T07:26:50.1016580Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-09-07T07:26:50.1017600Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-09-07T07:26:50.1018660Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1019690Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-09-07T07:26:50.1020620Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-09-07T07:26:50.1021630Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-09-07T07:26:50.1022650Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1023400Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-09-07T07:26:50.1024330Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-09-07T07:26:50.1025250Z adding 'torch/include/ATen/ops/q_scale.h' 2025-09-07T07:26:50.1026110Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-09-07T07:26:50.1026980Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-09-07T07:26:50.1027830Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-09-07T07:26:50.1028800Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-09-07T07:26:50.1029700Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-09-07T07:26:50.1030580Z adding 'torch/include/ATen/ops/qr.h' 2025-09-07T07:26:50.1031570Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1032480Z adding 'torch/include/ATen/ops/qr_native.h' 2025-09-07T07:26:50.1033460Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-09-07T07:26:50.1034270Z adding 'torch/include/ATen/ops/qscheme.h' 2025-09-07T07:26:50.1035080Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-09-07T07:26:50.1036100Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-09-07T07:26:50.1037100Z adding 'torch/include/ATen/ops/quantile.h' 2025-09-07T07:26:50.1038160Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1039010Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-09-07T07:26:50.1040170Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-09-07T07:26:50.1041160Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-09-07T07:26:50.1042170Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1042970Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-09-07T07:26:50.1043920Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-09-07T07:26:50.1044770Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-09-07T07:26:50.1045750Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-09-07T07:26:50.1046840Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-09-07T07:26:50.1048040Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1048910Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-09-07T07:26:50.1049790Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-09-07T07:26:50.1050680Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-09-07T07:26:50.1051780Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1052620Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-09-07T07:26:50.1053460Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-09-07T07:26:50.1054300Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-09-07T07:26:50.1055360Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-09-07T07:26:50.1056270Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-09-07T07:26:50.1057460Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-09-07T07:26:50.1058440Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-09-07T07:26:50.1059570Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1060390Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-09-07T07:26:50.1061390Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-09-07T07:26:50.1062350Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-09-07T07:26:50.1063470Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1064290Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-09-07T07:26:50.1065280Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-09-07T07:26:50.1066190Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-09-07T07:26:50.1067300Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1068140Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-09-07T07:26:50.1069120Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-09-07T07:26:50.1070080Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-09-07T07:26:50.1071190Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1071990Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-09-07T07:26:50.1072960Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-09-07T07:26:50.1073910Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-09-07T07:26:50.1075060Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1075880Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-09-07T07:26:50.1076840Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-09-07T07:26:50.1077780Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-09-07T07:26:50.1078900Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1079710Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-09-07T07:26:50.1080690Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-09-07T07:26:50.1081600Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-09-07T07:26:50.1082730Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1083530Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-09-07T07:26:50.1084520Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-09-07T07:26:50.1085410Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-09-07T07:26:50.1086560Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1087350Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-09-07T07:26:50.1088320Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-09-07T07:26:50.1089200Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-09-07T07:26:50.1090300Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1091090Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-09-07T07:26:50.1092040Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-09-07T07:26:50.1092960Z adding 'torch/include/ATen/ops/rad2deg_sparsemps_dispatch.h' 2025-09-07T07:26:50.1095370Z adding 'torch/include/ATen/ops/rand.h' 2025-09-07T07:26:50.1096400Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1097290Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1098200Z adding 'torch/include/ATen/ops/rand_like.h' 2025-09-07T07:26:50.1099360Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1100170Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-09-07T07:26:50.1101160Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-09-07T07:26:50.1102120Z adding 'torch/include/ATen/ops/rand_native.h' 2025-09-07T07:26:50.1103720Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-09-07T07:26:50.1106060Z adding 'torch/include/ATen/ops/randint.h' 2025-09-07T07:26:50.1107100Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1109030Z adding 'torch/include/ATen/ops/randint_like.h' 2025-09-07T07:26:50.1110160Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1110980Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-09-07T07:26:50.1112210Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-09-07T07:26:50.1113130Z adding 'torch/include/ATen/ops/randint_native.h' 2025-09-07T07:26:50.1114720Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-09-07T07:26:50.1116930Z adding 'torch/include/ATen/ops/randn.h' 2025-09-07T07:26:50.1117910Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1118860Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1119880Z adding 'torch/include/ATen/ops/randn_like.h' 2025-09-07T07:26:50.1120910Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1121860Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-09-07T07:26:50.1122590Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-09-07T07:26:50.1123730Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-09-07T07:26:50.1124680Z adding 'torch/include/ATen/ops/randn_native.h' 2025-09-07T07:26:50.1125960Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-09-07T07:26:50.1126980Z adding 'torch/include/ATen/ops/random.h' 2025-09-07T07:26:50.1128150Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1129010Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-09-07T07:26:50.1129810Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-09-07T07:26:50.1130630Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-09-07T07:26:50.1131600Z adding 'torch/include/ATen/ops/random_mps_dispatch.h' 2025-09-07T07:26:50.1132520Z adding 'torch/include/ATen/ops/random_native.h' 2025-09-07T07:26:50.1133730Z adding 'torch/include/ATen/ops/random_ops.h' 2025-09-07T07:26:50.1135320Z adding 'torch/include/ATen/ops/randperm.h' 2025-09-07T07:26:50.1136370Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1137210Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-09-07T07:26:50.1138050Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-09-07T07:26:50.1138860Z adding 'torch/include/ATen/ops/randperm_mps_dispatch.h' 2025-09-07T07:26:50.1139860Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-09-07T07:26:50.1140930Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-09-07T07:26:50.1141980Z adding 'torch/include/ATen/ops/range.h' 2025-09-07T07:26:50.1143020Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1143960Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-09-07T07:26:50.1144800Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-09-07T07:26:50.1145620Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-09-07T07:26:50.1146410Z adding 'torch/include/ATen/ops/range_mps_dispatch.h' 2025-09-07T07:26:50.1147410Z adding 'torch/include/ATen/ops/range_native.h' 2025-09-07T07:26:50.1148540Z adding 'torch/include/ATen/ops/range_ops.h' 2025-09-07T07:26:50.1149400Z adding 'torch/include/ATen/ops/ravel.h' 2025-09-07T07:26:50.1150350Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1151240Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-09-07T07:26:50.1152160Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-09-07T07:26:50.1152980Z adding 'torch/include/ATen/ops/real.h' 2025-09-07T07:26:50.1153910Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1154800Z adding 'torch/include/ATen/ops/real_native.h' 2025-09-07T07:26:50.1155710Z adding 'torch/include/ATen/ops/real_ops.h' 2025-09-07T07:26:50.1156600Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-09-07T07:26:50.1157620Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1158550Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-09-07T07:26:50.1159370Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-09-07T07:26:50.1160190Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-09-07T07:26:50.1161020Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-09-07T07:26:50.1161970Z adding 'torch/include/ATen/ops/reciprocal_mps_dispatch.h' 2025-09-07T07:26:50.1162800Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-09-07T07:26:50.1163770Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-09-07T07:26:50.1164630Z adding 'torch/include/ATen/ops/record_stream.h' 2025-09-07T07:26:50.1165670Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-09-07T07:26:50.1166500Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-09-07T07:26:50.1167410Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-09-07T07:26:50.1168220Z adding 'torch/include/ATen/ops/refine_names.h' 2025-09-07T07:26:50.1169310Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1170100Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-09-07T07:26:50.1170970Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-09-07T07:26:50.1172020Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-09-07T07:26:50.1173300Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-09-07T07:26:50.1174400Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1175220Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1176110Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1177130Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-09-07T07:26:50.1178030Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-09-07T07:26:50.1178880Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h' 2025-09-07T07:26:50.1179740Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-09-07T07:26:50.1180830Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-09-07T07:26:50.1181880Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1182700Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-09-07T07:26:50.1183530Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-09-07T07:26:50.1184490Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-09-07T07:26:50.1185430Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-09-07T07:26:50.1186240Z adding 'torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h' 2025-09-07T07:26:50.1187130Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-09-07T07:26:50.1188170Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-09-07T07:26:50.1189250Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-09-07T07:26:50.1190360Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-09-07T07:26:50.1191330Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1192350Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1193230Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h' 2025-09-07T07:26:50.1194090Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-09-07T07:26:50.1195070Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-09-07T07:26:50.1196080Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-09-07T07:26:50.1196980Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-09-07T07:26:50.1197820Z adding 'torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h' 2025-09-07T07:26:50.1198690Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-09-07T07:26:50.1199750Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-09-07T07:26:50.1200870Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-09-07T07:26:50.1201970Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-09-07T07:26:50.1202990Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1203970Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1204830Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1205660Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-09-07T07:26:50.1206550Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-09-07T07:26:50.1207530Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h' 2025-09-07T07:26:50.1208420Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-09-07T07:26:50.1209400Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-09-07T07:26:50.1210400Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1211310Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-09-07T07:26:50.1212190Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-09-07T07:26:50.1213010Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-09-07T07:26:50.1213870Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-09-07T07:26:50.1214840Z adding 'torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h' 2025-09-07T07:26:50.1215720Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-09-07T07:26:50.1216660Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-09-07T07:26:50.1217580Z adding 'torch/include/ATen/ops/relu.h' 2025-09-07T07:26:50.1218570Z adding 'torch/include/ATen/ops/relu6.h' 2025-09-07T07:26:50.1219530Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1220320Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-09-07T07:26:50.1221210Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-09-07T07:26:50.1222260Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1223070Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-09-07T07:26:50.1223890Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-09-07T07:26:50.1224740Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-09-07T07:26:50.1225660Z adding 'torch/include/ATen/ops/relu_mps_dispatch.h' 2025-09-07T07:26:50.1226560Z adding 'torch/include/ATen/ops/relu_native.h' 2025-09-07T07:26:50.1227550Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-09-07T07:26:50.1228450Z adding 'torch/include/ATen/ops/relu_sparsemps_dispatch.h' 2025-09-07T07:26:50.1229540Z adding 'torch/include/ATen/ops/remainder.h' 2025-09-07T07:26:50.1230580Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1231510Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1232270Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-09-07T07:26:50.1233230Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-09-07T07:26:50.1234090Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-09-07T07:26:50.1234960Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-09-07T07:26:50.1235800Z adding 'torch/include/ATen/ops/remainder_mps_dispatch.h' 2025-09-07T07:26:50.1236790Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-09-07T07:26:50.1238010Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-09-07T07:26:50.1238840Z adding 'torch/include/ATen/ops/rename.h' 2025-09-07T07:26:50.1239800Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1240690Z adding 'torch/include/ATen/ops/rename_native.h' 2025-09-07T07:26:50.1241680Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-09-07T07:26:50.1242570Z adding 'torch/include/ATen/ops/renorm.h' 2025-09-07T07:26:50.1243590Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1244850Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-09-07T07:26:50.1245780Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-09-07T07:26:50.1246600Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-09-07T07:26:50.1247480Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-09-07T07:26:50.1248410Z adding 'torch/include/ATen/ops/renorm_mps_dispatch.h' 2025-09-07T07:26:50.1249320Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-09-07T07:26:50.1250300Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-09-07T07:26:50.1251300Z adding 'torch/include/ATen/ops/repeat.h' 2025-09-07T07:26:50.1252430Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1253670Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-09-07T07:26:50.1254700Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1255600Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1256570Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-09-07T07:26:50.1257440Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-09-07T07:26:50.1258270Z adding 'torch/include/ATen/ops/repeat_interleave_mps_dispatch.h' 2025-09-07T07:26:50.1259120Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-09-07T07:26:50.1260340Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-09-07T07:26:50.1261230Z adding 'torch/include/ATen/ops/repeat_mps_dispatch.h' 2025-09-07T07:26:50.1262070Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-09-07T07:26:50.1263010Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-09-07T07:26:50.1264190Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-09-07T07:26:50.1265350Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-09-07T07:26:50.1266430Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1267240Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1268240Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1269110Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-09-07T07:26:50.1269990Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-09-07T07:26:50.1270820Z adding 'torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h' 2025-09-07T07:26:50.1271810Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-09-07T07:26:50.1272810Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-09-07T07:26:50.1273790Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1274570Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-09-07T07:26:50.1275570Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-09-07T07:26:50.1276400Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-09-07T07:26:50.1277260Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-09-07T07:26:50.1278110Z adding 'torch/include/ATen/ops/replication_pad1d_mps_dispatch.h' 2025-09-07T07:26:50.1279100Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-09-07T07:26:50.1280060Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-09-07T07:26:50.1281080Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-09-07T07:26:50.1282190Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-09-07T07:26:50.1283280Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1284150Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1285030Z adding 'torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h' 2025-09-07T07:26:50.1285870Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-09-07T07:26:50.1286980Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-09-07T07:26:50.1288010Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1288790Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-09-07T07:26:50.1289630Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-09-07T07:26:50.1290610Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-09-07T07:26:50.1291490Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-09-07T07:26:50.1292290Z adding 'torch/include/ATen/ops/replication_pad2d_mps_dispatch.h' 2025-09-07T07:26:50.1293140Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-09-07T07:26:50.1294210Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-09-07T07:26:50.1295260Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-09-07T07:26:50.1296390Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-09-07T07:26:50.1297350Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1298340Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1299260Z adding 'torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h' 2025-09-07T07:26:50.1300120Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-09-07T07:26:50.1301080Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-09-07T07:26:50.1306790Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1307080Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-09-07T07:26:50.1307210Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-09-07T07:26:50.1308130Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-09-07T07:26:50.1308310Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-09-07T07:26:50.1308430Z adding 'torch/include/ATen/ops/replication_pad3d_mps_dispatch.h' 2025-09-07T07:26:50.1308530Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-09-07T07:26:50.1308630Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-09-07T07:26:50.1309030Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-09-07T07:26:50.1310190Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1310790Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-09-07T07:26:50.1311790Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-09-07T07:26:50.1312710Z adding 'torch/include/ATen/ops/reshape.h' 2025-09-07T07:26:50.1313560Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-09-07T07:26:50.1314520Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1315420Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-09-07T07:26:50.1316290Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-09-07T07:26:50.1317220Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-09-07T07:26:50.1318160Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1319030Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-09-07T07:26:50.1319860Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-09-07T07:26:50.1320770Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-09-07T07:26:50.1321880Z adding 'torch/include/ATen/ops/resize.h' 2025-09-07T07:26:50.1322840Z adding 'torch/include/ATen/ops/resize_as.h' 2025-09-07T07:26:50.1323970Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1324760Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-09-07T07:26:50.1325780Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-09-07T07:26:50.1326720Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-09-07T07:26:50.1327810Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1328660Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-09-07T07:26:50.1329470Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-09-07T07:26:50.1330450Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-09-07T07:26:50.1331600Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1332420Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-09-07T07:26:50.1333260Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-09-07T07:26:50.1334060Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-09-07T07:26:50.1335010Z adding 'torch/include/ATen/ops/resize_mps_dispatch.h' 2025-09-07T07:26:50.1335950Z adding 'torch/include/ATen/ops/resize_native.h' 2025-09-07T07:26:50.1336950Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-09-07T07:26:50.1337840Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-09-07T07:26:50.1338920Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1339690Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-09-07T07:26:50.1340550Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-09-07T07:26:50.1341400Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-09-07T07:26:50.1342460Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1343220Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-09-07T07:26:50.1344080Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-09-07T07:26:50.1345060Z adding 'torch/include/ATen/ops/result_type.h' 2025-09-07T07:26:50.1346180Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1346940Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-09-07T07:26:50.1347960Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-09-07T07:26:50.1348760Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-09-07T07:26:50.1349830Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1350580Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-09-07T07:26:50.1351450Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-09-07T07:26:50.1352250Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-09-07T07:26:50.1353330Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1354100Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-09-07T07:26:50.1354970Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-09-07T07:26:50.1355900Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-09-07T07:26:50.1357020Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1357780Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-09-07T07:26:50.1358690Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-09-07T07:26:50.1359610Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-09-07T07:26:50.1360640Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-09-07T07:26:50.1361630Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1362390Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-09-07T07:26:50.1363330Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-09-07T07:26:50.1364440Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1365220Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-09-07T07:26:50.1366250Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-09-07T07:26:50.1367160Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-09-07T07:26:50.1368170Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-09-07T07:26:50.1369160Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1369970Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-09-07T07:26:50.1370860Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-09-07T07:26:50.1371990Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1372810Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-09-07T07:26:50.1373800Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-09-07T07:26:50.1374840Z adding 'torch/include/ATen/ops/roll.h' 2025-09-07T07:26:50.1375980Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1376800Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-09-07T07:26:50.1377630Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-09-07T07:26:50.1378440Z adding 'torch/include/ATen/ops/roll_mps_dispatch.h' 2025-09-07T07:26:50.1379460Z adding 'torch/include/ATen/ops/roll_native.h' 2025-09-07T07:26:50.1380420Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-09-07T07:26:50.1381310Z adding 'torch/include/ATen/ops/rot90.h' 2025-09-07T07:26:50.1382300Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1383180Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-09-07T07:26:50.1384170Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-09-07T07:26:50.1385220Z adding 'torch/include/ATen/ops/round.h' 2025-09-07T07:26:50.1386240Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1387150Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-09-07T07:26:50.1388010Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-09-07T07:26:50.1388840Z adding 'torch/include/ATen/ops/round_meta.h' 2025-09-07T07:26:50.1389720Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-09-07T07:26:50.1390700Z adding 'torch/include/ATen/ops/round_mps_dispatch.h' 2025-09-07T07:26:50.1391560Z adding 'torch/include/ATen/ops/round_native.h' 2025-09-07T07:26:50.1392640Z adding 'torch/include/ATen/ops/round_ops.h' 2025-09-07T07:26:50.1393540Z adding 'torch/include/ATen/ops/round_sparsemps_dispatch.h' 2025-09-07T07:26:50.1394470Z adding 'torch/include/ATen/ops/row_indices.h' 2025-09-07T07:26:50.1395440Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1396230Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-09-07T07:26:50.1397200Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1398200Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1398950Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-09-07T07:26:50.1399880Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-09-07T07:26:50.1400690Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-09-07T07:26:50.1401740Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-09-07T07:26:50.1402610Z adding 'torch/include/ATen/ops/row_stack.h' 2025-09-07T07:26:50.1403580Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1404330Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-09-07T07:26:50.1405400Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-09-07T07:26:50.1406330Z adding 'torch/include/ATen/ops/rrelu.h' 2025-09-07T07:26:50.1407310Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1408100Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-09-07T07:26:50.1409200Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-09-07T07:26:50.1410280Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-09-07T07:26:50.1411260Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-09-07T07:26:50.1412330Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1413270Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-09-07T07:26:50.1414300Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-09-07T07:26:50.1415270Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1416100Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-09-07T07:26:50.1417130Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-09-07T07:26:50.1418040Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-09-07T07:26:50.1419020Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-09-07T07:26:50.1420130Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-09-07T07:26:50.1421190Z adding 'torch/include/ATen/ops/rshift.h' 2025-09-07T07:26:50.1422210Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1423040Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-09-07T07:26:50.1423900Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-09-07T07:26:50.1424890Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-09-07T07:26:50.1425760Z adding 'torch/include/ATen/ops/rshift_mps_dispatch.h' 2025-09-07T07:26:50.1426590Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-09-07T07:26:50.1427690Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-09-07T07:26:50.1428710Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-09-07T07:26:50.1429730Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1430480Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-09-07T07:26:50.1431360Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-09-07T07:26:50.1432320Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-09-07T07:26:50.1433200Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-09-07T07:26:50.1434040Z adding 'torch/include/ATen/ops/rsqrt_mps_dispatch.h' 2025-09-07T07:26:50.1434890Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-09-07T07:26:50.1435960Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-09-07T07:26:50.1436910Z adding 'torch/include/ATen/ops/rsub.h' 2025-09-07T07:26:50.1437920Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1438680Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-09-07T07:26:50.1439640Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-09-07T07:26:50.1440470Z adding 'torch/include/ATen/ops/rsub_mps_dispatch.h' 2025-09-07T07:26:50.1441310Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-09-07T07:26:50.1442350Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-09-07T07:26:50.1443470Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-09-07T07:26:50.1444500Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1445290Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-09-07T07:26:50.1446270Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-09-07T07:26:50.1447360Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-09-07T07:26:50.1448380Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1449180Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-09-07T07:26:50.1450110Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-09-07T07:26:50.1451310Z adding 'torch/include/ATen/ops/scatter.h' 2025-09-07T07:26:50.1452290Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-09-07T07:26:50.1453300Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1454130Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1455050Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-09-07T07:26:50.1455940Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-09-07T07:26:50.1456760Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-09-07T07:26:50.1457610Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-09-07T07:26:50.1458630Z adding 'torch/include/ATen/ops/scatter_add_mps_dispatch.h' 2025-09-07T07:26:50.1459550Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-09-07T07:26:50.1460910Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-09-07T07:26:50.1461940Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1462890Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1463790Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-09-07T07:26:50.1464730Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-09-07T07:26:50.1465610Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-09-07T07:26:50.1466700Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-09-07T07:26:50.1467630Z adding 'torch/include/ATen/ops/scatter_mps_dispatch.h' 2025-09-07T07:26:50.1468590Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-09-07T07:26:50.1470530Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-09-07T07:26:50.1471210Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-09-07T07:26:50.1472260Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1473050Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-09-07T07:26:50.1473920Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-09-07T07:26:50.1474910Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-09-07T07:26:50.1475840Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-09-07T07:26:50.1476670Z adding 'torch/include/ATen/ops/scatter_reduce_mps_dispatch.h' 2025-09-07T07:26:50.1477520Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-09-07T07:26:50.1478700Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-09-07T07:26:50.1479810Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-09-07T07:26:50.1480760Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-09-07T07:26:50.1481660Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-09-07T07:26:50.1482690Z adding 'torch/include/ATen/ops/searchsorted_mps_dispatch.h' 2025-09-07T07:26:50.1483660Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-09-07T07:26:50.1484770Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-09-07T07:26:50.1485780Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-09-07T07:26:50.1486940Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1487780Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-09-07T07:26:50.1488610Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-09-07T07:26:50.1489490Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-09-07T07:26:50.1490670Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-09-07T07:26:50.1491610Z adding 'torch/include/ATen/ops/select.h' 2025-09-07T07:26:50.1492690Z adding 'torch/include/ATen/ops/select_backward.h' 2025-09-07T07:26:50.1493730Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1494830Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1495610Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-09-07T07:26:50.1496610Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-09-07T07:26:50.1497540Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1498530Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1499510Z adding 'torch/include/ATen/ops/select_copy.h' 2025-09-07T07:26:50.1500540Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1501450Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1502320Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-09-07T07:26:50.1503280Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-09-07T07:26:50.1504170Z adding 'torch/include/ATen/ops/select_native.h' 2025-09-07T07:26:50.1505080Z adding 'torch/include/ATen/ops/select_ops.h' 2025-09-07T07:26:50.1506260Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-09-07T07:26:50.1507300Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1508230Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1508940Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-09-07T07:26:50.1510020Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-09-07T07:26:50.1510870Z adding 'torch/include/ATen/ops/selu.h' 2025-09-07T07:26:50.1511830Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1512580Z adding 'torch/include/ATen/ops/selu_native.h' 2025-09-07T07:26:50.1513630Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-09-07T07:26:50.1515040Z adding 'torch/include/ATen/ops/set.h' 2025-09-07T07:26:50.1516150Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1517030Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1517990Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-09-07T07:26:50.1518880Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-09-07T07:26:50.1519670Z adding 'torch/include/ATen/ops/set_data.h' 2025-09-07T07:26:50.1520620Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1521480Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-09-07T07:26:50.1522410Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-09-07T07:26:50.1523240Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-09-07T07:26:50.1524090Z adding 'torch/include/ATen/ops/set_mps_dispatch.h' 2025-09-07T07:26:50.1525150Z adding 'torch/include/ATen/ops/set_native.h' 2025-09-07T07:26:50.1526830Z adding 'torch/include/ATen/ops/set_ops.h' 2025-09-07T07:26:50.1527570Z adding 'torch/include/ATen/ops/sgn.h' 2025-09-07T07:26:50.1528550Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1529440Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-09-07T07:26:50.1530350Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-09-07T07:26:50.1531150Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-09-07T07:26:50.1531990Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-09-07T07:26:50.1532940Z adding 'torch/include/ATen/ops/sgn_mps_dispatch.h' 2025-09-07T07:26:50.1533840Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-09-07T07:26:50.1534790Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-09-07T07:26:50.1535670Z adding 'torch/include/ATen/ops/sgn_sparsemps_dispatch.h' 2025-09-07T07:26:50.1536660Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-09-07T07:26:50.1537600Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-09-07T07:26:50.1538620Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1539420Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1540380Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1541230Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-09-07T07:26:50.1542090Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-09-07T07:26:50.1542890Z adding 'torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h' 2025-09-07T07:26:50.1543850Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-09-07T07:26:50.1544820Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-09-07T07:26:50.1545830Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1546530Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-09-07T07:26:50.1547460Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-09-07T07:26:50.1548310Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-09-07T07:26:50.1549220Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-09-07T07:26:50.1549970Z adding 'torch/include/ATen/ops/sigmoid_mps_dispatch.h' 2025-09-07T07:26:50.1550980Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-09-07T07:26:50.1551930Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-09-07T07:26:50.1552790Z adding 'torch/include/ATen/ops/sign.h' 2025-09-07T07:26:50.1553780Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1554650Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-09-07T07:26:50.1555490Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-09-07T07:26:50.1556310Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-09-07T07:26:50.1557160Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-09-07T07:26:50.1558070Z adding 'torch/include/ATen/ops/sign_mps_dispatch.h' 2025-09-07T07:26:50.1558950Z adding 'torch/include/ATen/ops/sign_native.h' 2025-09-07T07:26:50.1559910Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-09-07T07:26:50.1560790Z adding 'torch/include/ATen/ops/sign_sparsemps_dispatch.h' 2025-09-07T07:26:50.1561740Z adding 'torch/include/ATen/ops/signbit.h' 2025-09-07T07:26:50.1562760Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1563490Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-09-07T07:26:50.1564280Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-09-07T07:26:50.1565230Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-09-07T07:26:50.1566080Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-09-07T07:26:50.1566880Z adding 'torch/include/ATen/ops/signbit_mps_dispatch.h' 2025-09-07T07:26:50.1567710Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-09-07T07:26:50.1568800Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-09-07T07:26:50.1569680Z adding 'torch/include/ATen/ops/signbit_sparsemps_dispatch.h' 2025-09-07T07:26:50.1570520Z adding 'torch/include/ATen/ops/silu.h' 2025-09-07T07:26:50.1571420Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-09-07T07:26:50.1572550Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1573390Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1574320Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1575180Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1576140Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-09-07T07:26:50.1576980Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-09-07T07:26:50.1577820Z adding 'torch/include/ATen/ops/silu_backward_mps_dispatch.h' 2025-09-07T07:26:50.1578660Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-09-07T07:26:50.1579800Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-09-07T07:26:50.1580770Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1581450Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-09-07T07:26:50.1582290Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-09-07T07:26:50.1583190Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-09-07T07:26:50.1584050Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-09-07T07:26:50.1584950Z adding 'torch/include/ATen/ops/silu_mps_dispatch.h' 2025-09-07T07:26:50.1585810Z adding 'torch/include/ATen/ops/silu_native.h' 2025-09-07T07:26:50.1586910Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-09-07T07:26:50.1587800Z adding 'torch/include/ATen/ops/sin.h' 2025-09-07T07:26:50.1588790Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1589500Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-09-07T07:26:50.1590400Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-09-07T07:26:50.1591240Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-09-07T07:26:50.1592100Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-09-07T07:26:50.1592860Z adding 'torch/include/ATen/ops/sin_mps_dispatch.h' 2025-09-07T07:26:50.1593870Z adding 'torch/include/ATen/ops/sin_native.h' 2025-09-07T07:26:50.1594830Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-09-07T07:26:50.1595730Z adding 'torch/include/ATen/ops/sin_sparsemps_dispatch.h' 2025-09-07T07:26:50.1596570Z adding 'torch/include/ATen/ops/sinc.h' 2025-09-07T07:26:50.1597670Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1598380Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-09-07T07:26:50.1599200Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-09-07T07:26:50.1599990Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-09-07T07:26:50.1600960Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-09-07T07:26:50.1601760Z adding 'torch/include/ATen/ops/sinc_mps_dispatch.h' 2025-09-07T07:26:50.1602600Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-09-07T07:26:50.1603530Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-09-07T07:26:50.1604540Z adding 'torch/include/ATen/ops/sinh.h' 2025-09-07T07:26:50.1605520Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1606230Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-09-07T07:26:50.1607010Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-09-07T07:26:50.1607950Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-09-07T07:26:50.1608790Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-09-07T07:26:50.1609580Z adding 'torch/include/ATen/ops/sinh_mps_dispatch.h' 2025-09-07T07:26:50.1610440Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-09-07T07:26:50.1611500Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-09-07T07:26:50.1612400Z adding 'torch/include/ATen/ops/sinh_sparsemps_dispatch.h' 2025-09-07T07:26:50.1613200Z adding 'torch/include/ATen/ops/size.h' 2025-09-07T07:26:50.1614160Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1615040Z adding 'torch/include/ATen/ops/size_native.h' 2025-09-07T07:26:50.1616020Z adding 'torch/include/ATen/ops/size_ops.h' 2025-09-07T07:26:50.1616990Z adding 'torch/include/ATen/ops/slice.h' 2025-09-07T07:26:50.1618160Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-09-07T07:26:50.1619340Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1620140Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-09-07T07:26:50.1621130Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-09-07T07:26:50.1622100Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1623290Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-09-07T07:26:50.1624360Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1625300Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1626050Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-09-07T07:26:50.1627160Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-09-07T07:26:50.1628180Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-09-07T07:26:50.1629170Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1629940Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-09-07T07:26:50.1631000Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-09-07T07:26:50.1631860Z adding 'torch/include/ATen/ops/slice_native.h' 2025-09-07T07:26:50.1632820Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-09-07T07:26:50.1633980Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-09-07T07:26:50.1635180Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1636160Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1636910Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-09-07T07:26:50.1637910Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-09-07T07:26:50.1638900Z adding 'torch/include/ATen/ops/slogdet.h' 2025-09-07T07:26:50.1639900Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1640650Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-09-07T07:26:50.1641620Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-09-07T07:26:50.1642950Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-09-07T07:26:50.1644050Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1645150Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-09-07T07:26:50.1646150Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-09-07T07:26:50.1647140Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-09-07T07:26:50.1648190Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-09-07T07:26:50.1649060Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-09-07T07:26:50.1650050Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-09-07T07:26:50.1651670Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-09-07T07:26:50.1652530Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1653370Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-09-07T07:26:50.1654230Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-09-07T07:26:50.1655230Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-09-07T07:26:50.1656240Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-09-07T07:26:50.1657450Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-09-07T07:26:50.1658530Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1659480Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-09-07T07:26:50.1660370Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-09-07T07:26:50.1661200Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-09-07T07:26:50.1662200Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-09-07T07:26:50.1663790Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-09-07T07:26:50.1664820Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1665690Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-09-07T07:26:50.1666630Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-09-07T07:26:50.1667630Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-09-07T07:26:50.1668620Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-09-07T07:26:50.1669490Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-09-07T07:26:50.1670520Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-09-07T07:26:50.1672110Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-09-07T07:26:50.1673020Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-09-07T07:26:50.1673970Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-09-07T07:26:50.1674850Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-09-07T07:26:50.1675990Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-09-07T07:26:50.1676830Z adding 'torch/include/ATen/ops/smm.h' 2025-09-07T07:26:50.1677780Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1678500Z adding 'torch/include/ATen/ops/smm_native.h' 2025-09-07T07:26:50.1679860Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-09-07T07:26:50.1680800Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-09-07T07:26:50.1681770Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-09-07T07:26:50.1682750Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1683740Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1684570Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1685400Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h' 2025-09-07T07:26:50.1686250Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-09-07T07:26:50.1687340Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-09-07T07:26:50.1688350Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1689110Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-09-07T07:26:50.1689930Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-09-07T07:26:50.1690890Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-09-07T07:26:50.1691780Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-09-07T07:26:50.1692600Z adding 'torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h' 2025-09-07T07:26:50.1693430Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-09-07T07:26:50.1694510Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-09-07T07:26:50.1695460Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-09-07T07:26:50.1696390Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-09-07T07:26:50.1697410Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1698320Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-09-07T07:26:50.1699300Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-09-07T07:26:50.1700270Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1701020Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-09-07T07:26:50.1702100Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-09-07T07:26:50.1703050Z adding 'torch/include/ATen/ops/softmax.h' 2025-09-07T07:26:50.1704010Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1704870Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1705770Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-09-07T07:26:50.1706810Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-09-07T07:26:50.1707700Z adding 'torch/include/ATen/ops/softplus.h' 2025-09-07T07:26:50.1708610Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-09-07T07:26:50.1709760Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1710570Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1711410Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1712250Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-09-07T07:26:50.1713220Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-09-07T07:26:50.1714060Z adding 'torch/include/ATen/ops/softplus_backward_mps_dispatch.h' 2025-09-07T07:26:50.1714890Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-09-07T07:26:50.1715850Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-09-07T07:26:50.1716950Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1717750Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-09-07T07:26:50.1718580Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-09-07T07:26:50.1719400Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-09-07T07:26:50.1720410Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-09-07T07:26:50.1721250Z adding 'torch/include/ATen/ops/softplus_mps_dispatch.h' 2025-09-07T07:26:50.1722070Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-09-07T07:26:50.1723070Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-09-07T07:26:50.1724170Z adding 'torch/include/ATen/ops/softshrink.h' 2025-09-07T07:26:50.1725120Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-09-07T07:26:50.1726180Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1726980Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-09-07T07:26:50.1727970Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-09-07T07:26:50.1728820Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-09-07T07:26:50.1729680Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-09-07T07:26:50.1730490Z adding 'torch/include/ATen/ops/softshrink_backward_mps_dispatch.h' 2025-09-07T07:26:50.1731450Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-09-07T07:26:50.1733440Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-09-07T07:26:50.1734180Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1734920Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-09-07T07:26:50.1735880Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-09-07T07:26:50.1736740Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-09-07T07:26:50.1737560Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-09-07T07:26:50.1738360Z adding 'torch/include/ATen/ops/softshrink_mps_dispatch.h' 2025-09-07T07:26:50.1739300Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-09-07T07:26:50.1740280Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-09-07T07:26:50.1741380Z adding 'torch/include/ATen/ops/sort.h' 2025-09-07T07:26:50.1742370Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1743450Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1744330Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1745150Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-09-07T07:26:50.1746000Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-09-07T07:26:50.1746980Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-09-07T07:26:50.1747870Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-09-07T07:26:50.1748690Z adding 'torch/include/ATen/ops/sort_mps_dispatch.h' 2025-09-07T07:26:50.1749650Z adding 'torch/include/ATen/ops/sort_native.h' 2025-09-07T07:26:50.1751250Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-09-07T07:26:50.1752170Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-09-07T07:26:50.1753240Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1754010Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-09-07T07:26:50.1755160Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-09-07T07:26:50.1756200Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-09-07T07:26:50.1757220Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1758010Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-09-07T07:26:50.1759150Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-09-07T07:26:50.1760390Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-09-07T07:26:50.1761480Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1762250Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-09-07T07:26:50.1763420Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-09-07T07:26:50.1764560Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-09-07T07:26:50.1765580Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1766500Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1767460Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-09-07T07:26:50.1768620Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-09-07T07:26:50.1769610Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-09-07T07:26:50.1770590Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1771510Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-09-07T07:26:50.1772520Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-09-07T07:26:50.1773510Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-09-07T07:26:50.1774510Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1775400Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-09-07T07:26:50.1776430Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-09-07T07:26:50.1777250Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-09-07T07:26:50.1778220Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1779110Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-09-07T07:26:50.1780010Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-09-07T07:26:50.1780920Z adding 'torch/include/ATen/ops/sparse_dim_sparsecsrmps_dispatch.h' 2025-09-07T07:26:50.1781740Z adding 'torch/include/ATen/ops/sparse_dim_sparsemps_dispatch.h' 2025-09-07T07:26:50.1782690Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-09-07T07:26:50.1783670Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1784420Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-09-07T07:26:50.1785360Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-09-07T07:26:50.1786400Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-09-07T07:26:50.1787410Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-09-07T07:26:50.1788400Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1789220Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-09-07T07:26:50.1790190Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-09-07T07:26:50.1791220Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-09-07T07:26:50.1792140Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_sparsemps_dispatch.h' 2025-09-07T07:26:50.1793040Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1793960Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-09-07T07:26:50.1794810Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-09-07T07:26:50.1795800Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-09-07T07:26:50.1796720Z adding 'torch/include/ATen/ops/sparse_resize_sparsemps_dispatch.h' 2025-09-07T07:26:50.1797760Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-09-07T07:26:50.1798690Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-09-07T07:26:50.1799650Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-09-07T07:26:50.1800510Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-09-07T07:26:50.1801650Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1802430Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-09-07T07:26:50.1803240Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-09-07T07:26:50.1804050Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-09-07T07:26:50.1805010Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-09-07T07:26:50.1805870Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-09-07T07:26:50.1806780Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-09-07T07:26:50.1807640Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-09-07T07:26:50.1808770Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1809580Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-09-07T07:26:50.1810410Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-09-07T07:26:50.1811260Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-09-07T07:26:50.1812270Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-09-07T07:26:50.1813080Z adding 'torch/include/ATen/ops/special_bessel_j0_mps_dispatch.h' 2025-09-07T07:26:50.1813910Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-09-07T07:26:50.1814820Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-09-07T07:26:50.1815850Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-09-07T07:26:50.1816920Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1817660Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-09-07T07:26:50.1818510Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-09-07T07:26:50.1819450Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-09-07T07:26:50.1820290Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-09-07T07:26:50.1821080Z adding 'torch/include/ATen/ops/special_bessel_j1_mps_dispatch.h' 2025-09-07T07:26:50.1821950Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-09-07T07:26:50.1822980Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-09-07T07:26:50.1823880Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-09-07T07:26:50.1824870Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1825600Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-09-07T07:26:50.1826550Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-09-07T07:26:50.1827410Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-09-07T07:26:50.1828210Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-09-07T07:26:50.1829000Z adding 'torch/include/ATen/ops/special_bessel_y0_mps_dispatch.h' 2025-09-07T07:26:50.1834000Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-09-07T07:26:50.1834220Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-09-07T07:26:50.1834360Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-09-07T07:26:50.1835420Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1835550Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-09-07T07:26:50.1835670Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-09-07T07:26:50.1835800Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-09-07T07:26:50.1835930Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-09-07T07:26:50.1836840Z adding 'torch/include/ATen/ops/special_bessel_y1_mps_dispatch.h' 2025-09-07T07:26:50.1837650Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-09-07T07:26:50.1838550Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-09-07T07:26:50.1839580Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-09-07T07:26:50.1840720Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1841730Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1842450Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-09-07T07:26:50.1843300Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-09-07T07:26:50.1844230Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-09-07T07:26:50.1845120Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-09-07T07:26:50.1845910Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_mps_dispatch.h' 2025-09-07T07:26:50.1846780Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-09-07T07:26:50.1848050Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-09-07T07:26:50.1849040Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-09-07T07:26:50.1850050Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1850950Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1851820Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-09-07T07:26:50.1852660Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-09-07T07:26:50.1853480Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-09-07T07:26:50.1854330Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-09-07T07:26:50.1855250Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_mps_dispatch.h' 2025-09-07T07:26:50.1856140Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-09-07T07:26:50.1857260Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-09-07T07:26:50.1858250Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-09-07T07:26:50.1859400Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1860330Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1861070Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-09-07T07:26:50.1861880Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-09-07T07:26:50.1862870Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-09-07T07:26:50.1863690Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-09-07T07:26:50.1864510Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_mps_dispatch.h' 2025-09-07T07:26:50.1865380Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-09-07T07:26:50.1866590Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-09-07T07:26:50.1867600Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-09-07T07:26:50.1868630Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1869520Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1870360Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-09-07T07:26:50.1871210Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-09-07T07:26:50.1872040Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-09-07T07:26:50.1872850Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-09-07T07:26:50.1873810Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_mps_dispatch.h' 2025-09-07T07:26:50.1874680Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-09-07T07:26:50.1875760Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-09-07T07:26:50.1876580Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-09-07T07:26:50.1877690Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1878470Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-09-07T07:26:50.1879390Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-09-07T07:26:50.1880240Z adding 'torch/include/ATen/ops/special_entr.h' 2025-09-07T07:26:50.1881380Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1882150Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-09-07T07:26:50.1883010Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-09-07T07:26:50.1883800Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-09-07T07:26:50.1884770Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-09-07T07:26:50.1885640Z adding 'torch/include/ATen/ops/special_entr_mps_dispatch.h' 2025-09-07T07:26:50.1886430Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-09-07T07:26:50.1887360Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-09-07T07:26:50.1888350Z adding 'torch/include/ATen/ops/special_erf.h' 2025-09-07T07:26:50.1889320Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1890090Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-09-07T07:26:50.1890990Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-09-07T07:26:50.1891990Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-09-07T07:26:50.1892990Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1894090Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-09-07T07:26:50.1895000Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-09-07T07:26:50.1895990Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-09-07T07:26:50.1897020Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1897770Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-09-07T07:26:50.1898590Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-09-07T07:26:50.1899530Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-09-07T07:26:50.1900390Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-09-07T07:26:50.1901190Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-09-07T07:26:50.1902120Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-09-07T07:26:50.1903080Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-09-07T07:26:50.1904070Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1904860Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-09-07T07:26:50.1905770Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-09-07T07:26:50.1906750Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-09-07T07:26:50.1907730Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1908490Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-09-07T07:26:50.1909390Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-09-07T07:26:50.1910370Z adding 'torch/include/ATen/ops/special_expit.h' 2025-09-07T07:26:50.1911340Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1912070Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-09-07T07:26:50.1912960Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-09-07T07:26:50.1913960Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-09-07T07:26:50.1914950Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1915680Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-09-07T07:26:50.1916590Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-09-07T07:26:50.1917600Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-09-07T07:26:50.1918610Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1919350Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-09-07T07:26:50.1920260Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-09-07T07:26:50.1921280Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-09-07T07:26:50.1922310Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1923380Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-09-07T07:26:50.1923950Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-09-07T07:26:50.1924950Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-09-07T07:26:50.1925980Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1926690Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-09-07T07:26:50.1927580Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-09-07T07:26:50.1928740Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-09-07T07:26:50.1929780Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1931050Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1931460Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-09-07T07:26:50.1932410Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-09-07T07:26:50.1933250Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-09-07T07:26:50.1934090Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-09-07T07:26:50.1934940Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_mps_dispatch.h' 2025-09-07T07:26:50.1935950Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-09-07T07:26:50.1937060Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-09-07T07:26:50.1938070Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-09-07T07:26:50.1939090Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1940140Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1940980Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-09-07T07:26:50.1941750Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-09-07T07:26:50.1942560Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-09-07T07:26:50.1943530Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-09-07T07:26:50.1944360Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_mps_dispatch.h' 2025-09-07T07:26:50.1945200Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-09-07T07:26:50.1946310Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-09-07T07:26:50.1947290Z adding 'torch/include/ATen/ops/special_i0.h' 2025-09-07T07:26:50.1948270Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1949020Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-09-07T07:26:50.1949940Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-09-07T07:26:50.1950950Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-09-07T07:26:50.1951960Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1952710Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-09-07T07:26:50.1953550Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-09-07T07:26:50.1954490Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-09-07T07:26:50.1955360Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-09-07T07:26:50.1956170Z adding 'torch/include/ATen/ops/special_i0e_mps_dispatch.h' 2025-09-07T07:26:50.1956970Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-09-07T07:26:50.1958050Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-09-07T07:26:50.1958940Z adding 'torch/include/ATen/ops/special_i1.h' 2025-09-07T07:26:50.1959920Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1960640Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-09-07T07:26:50.1961560Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-09-07T07:26:50.1962390Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-09-07T07:26:50.1963240Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-09-07T07:26:50.1964030Z adding 'torch/include/ATen/ops/special_i1_mps_dispatch.h' 2025-09-07T07:26:50.1964970Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-09-07T07:26:50.1965910Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-09-07T07:26:50.1966770Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-09-07T07:26:50.1967750Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1968610Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-09-07T07:26:50.1969430Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-09-07T07:26:50.1970230Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-09-07T07:26:50.1971050Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-09-07T07:26:50.1971970Z adding 'torch/include/ATen/ops/special_i1e_mps_dispatch.h' 2025-09-07T07:26:50.1972790Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-09-07T07:26:50.1973700Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-09-07T07:26:50.1974730Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-09-07T07:26:50.1975890Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1976840Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1977580Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-09-07T07:26:50.1978420Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-09-07T07:26:50.1979350Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-09-07T07:26:50.1980260Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-09-07T07:26:50.1981090Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-09-07T07:26:50.1982170Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-09-07T07:26:50.1983290Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-09-07T07:26:50.1984310Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.1985230Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1985950Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-09-07T07:26:50.1986900Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-09-07T07:26:50.1987780Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-09-07T07:26:50.1988620Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-09-07T07:26:50.1989460Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-09-07T07:26:50.1990700Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-09-07T07:26:50.1991540Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-09-07T07:26:50.1992500Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.1993250Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-09-07T07:26:50.1994290Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-09-07T07:26:50.1995170Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-09-07T07:26:50.1996160Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.1996910Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-09-07T07:26:50.1997860Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-09-07T07:26:50.1998700Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-09-07T07:26:50.1999550Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-09-07T07:26:50.2000390Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-09-07T07:26:50.2001480Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-09-07T07:26:50.2002360Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-09-07T07:26:50.2003310Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2004070Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-09-07T07:26:50.2005100Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-09-07T07:26:50.2005990Z adding 'torch/include/ATen/ops/special_logit.h' 2025-09-07T07:26:50.2006950Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2007700Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-09-07T07:26:50.2008790Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-09-07T07:26:50.2009710Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-09-07T07:26:50.2010670Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2011410Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-09-07T07:26:50.2012500Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-09-07T07:26:50.2013430Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-09-07T07:26:50.2014450Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2015210Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-09-07T07:26:50.2016150Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-09-07T07:26:50.2017000Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-09-07T07:26:50.2017820Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-09-07T07:26:50.2018660Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_mps_dispatch.h' 2025-09-07T07:26:50.2019560Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-09-07T07:26:50.2020500Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-09-07T07:26:50.2021380Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-09-07T07:26:50.2022380Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2023220Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-09-07T07:26:50.2024050Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-09-07T07:26:50.2024830Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-09-07T07:26:50.2025650Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-09-07T07:26:50.2026610Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_mps_dispatch.h' 2025-09-07T07:26:50.2027430Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-09-07T07:26:50.2028350Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-09-07T07:26:50.2029210Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-09-07T07:26:50.2030360Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2031110Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-09-07T07:26:50.2031930Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-09-07T07:26:50.2032740Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-09-07T07:26:50.2033730Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-09-07T07:26:50.2034540Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_mps_dispatch.h' 2025-09-07T07:26:50.2035350Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-09-07T07:26:50.2036270Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-09-07T07:26:50.2037280Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-09-07T07:26:50.2038330Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2039020Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-09-07T07:26:50.2039830Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-09-07T07:26:50.2040750Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-09-07T07:26:50.2041640Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-09-07T07:26:50.2042440Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_mps_dispatch.h' 2025-09-07T07:26:50.2043230Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-09-07T07:26:50.2044270Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-09-07T07:26:50.2045150Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-09-07T07:26:50.2046120Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2046920Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-09-07T07:26:50.2047980Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-09-07T07:26:50.2048850Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-09-07T07:26:50.2049820Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2050570Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-09-07T07:26:50.2051610Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-09-07T07:26:50.2052510Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-09-07T07:26:50.2053500Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2054250Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-09-07T07:26:50.2055220Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-09-07T07:26:50.2056010Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-09-07T07:26:50.2056840Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-09-07T07:26:50.2057650Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-09-07T07:26:50.2058660Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-09-07T07:26:50.2059570Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-09-07T07:26:50.2060560Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2061330Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-09-07T07:26:50.2062390Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-09-07T07:26:50.2063250Z adding 'torch/include/ATen/ops/special_psi.h' 2025-09-07T07:26:50.2064200Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2064950Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-09-07T07:26:50.2065970Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-09-07T07:26:50.2066860Z adding 'torch/include/ATen/ops/special_round.h' 2025-09-07T07:26:50.2067820Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2068570Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-09-07T07:26:50.2069610Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-09-07T07:26:50.2070570Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-09-07T07:26:50.2071570Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2072360Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-09-07T07:26:50.2073320Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-09-07T07:26:50.2074170Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-09-07T07:26:50.2074990Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-09-07T07:26:50.2075790Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_mps_dispatch.h' 2025-09-07T07:26:50.2076750Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-09-07T07:26:50.2077690Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-09-07T07:26:50.2078550Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-09-07T07:26:50.2079540Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2080400Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-09-07T07:26:50.2081250Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-09-07T07:26:50.2082050Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-09-07T07:26:50.2082880Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-09-07T07:26:50.2083800Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_mps_dispatch.h' 2025-09-07T07:26:50.2084660Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-09-07T07:26:50.2085590Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-09-07T07:26:50.2086600Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-09-07T07:26:50.2087760Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2088690Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2089460Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-09-07T07:26:50.2090280Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-09-07T07:26:50.2091240Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-09-07T07:26:50.2092090Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-09-07T07:26:50.2092900Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_mps_dispatch.h' 2025-09-07T07:26:50.2093740Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-09-07T07:26:50.2094990Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-09-07T07:26:50.2096070Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-09-07T07:26:50.2097080Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2097980Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2098840Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-09-07T07:26:50.2099680Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-09-07T07:26:50.2100510Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-09-07T07:26:50.2101390Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-09-07T07:26:50.2102690Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_mps_dispatch.h' 2025-09-07T07:26:50.2103570Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-09-07T07:26:50.2104660Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-09-07T07:26:50.2105680Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-09-07T07:26:50.2106810Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2107760Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2108550Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-09-07T07:26:50.2109700Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-09-07T07:26:50.2110290Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-09-07T07:26:50.2111170Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-09-07T07:26:50.2111940Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_mps_dispatch.h' 2025-09-07T07:26:50.2112790Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-09-07T07:26:50.2114020Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-09-07T07:26:50.2115050Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-09-07T07:26:50.2116040Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2116920Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2117770Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-09-07T07:26:50.2118620Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-09-07T07:26:50.2119440Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-09-07T07:26:50.2120280Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-09-07T07:26:50.2121230Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_mps_dispatch.h' 2025-09-07T07:26:50.2122140Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-09-07T07:26:50.2123240Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-09-07T07:26:50.2124070Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-09-07T07:26:50.2125160Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2125920Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-09-07T07:26:50.2126830Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-09-07T07:26:50.2127690Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-09-07T07:26:50.2128790Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2129580Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-09-07T07:26:50.2130490Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-09-07T07:26:50.2131390Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-09-07T07:26:50.2132530Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2133290Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-09-07T07:26:50.2134110Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-09-07T07:26:50.2134940Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-09-07T07:26:50.2135930Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-09-07T07:26:50.2136760Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_mps_dispatch.h' 2025-09-07T07:26:50.2137570Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-09-07T07:26:50.2138490Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-09-07T07:26:50.2139590Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-09-07T07:26:50.2140690Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2141590Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2142370Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-09-07T07:26:50.2143370Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-09-07T07:26:50.2144200Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-09-07T07:26:50.2145040Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-09-07T07:26:50.2145870Z adding 'torch/include/ATen/ops/special_xlog1py_mps_dispatch.h' 2025-09-07T07:26:50.2146820Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-09-07T07:26:50.2147940Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-09-07T07:26:50.2148940Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-09-07T07:26:50.2149940Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2150860Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-09-07T07:26:50.2151980Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-09-07T07:26:50.2152960Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-09-07T07:26:50.2153950Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2155030Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2155810Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-09-07T07:26:50.2156620Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-09-07T07:26:50.2157420Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-09-07T07:26:50.2158380Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-09-07T07:26:50.2159220Z adding 'torch/include/ATen/ops/special_zeta_mps_dispatch.h' 2025-09-07T07:26:50.2160060Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-09-07T07:26:50.2161140Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-09-07T07:26:50.2162280Z adding 'torch/include/ATen/ops/split.h' 2025-09-07T07:26:50.2163260Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2164150Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2165140Z adding 'torch/include/ATen/ops/split_copy.h' 2025-09-07T07:26:50.2166280Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2167250Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2167980Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-09-07T07:26:50.2168940Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-09-07T07:26:50.2169920Z adding 'torch/include/ATen/ops/split_native.h' 2025-09-07T07:26:50.2170890Z adding 'torch/include/ATen/ops/split_ops.h' 2025-09-07T07:26:50.2171830Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-09-07T07:26:50.2172830Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2173930Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-09-07T07:26:50.2175010Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2175930Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2176720Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-09-07T07:26:50.2177690Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-09-07T07:26:50.2178670Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-09-07T07:26:50.2179540Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-09-07T07:26:50.2180430Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-09-07T07:26:50.2181470Z adding 'torch/include/ATen/ops/sqrt.h' 2025-09-07T07:26:50.2182510Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2183270Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-09-07T07:26:50.2184090Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-09-07T07:26:50.2185050Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-09-07T07:26:50.2185910Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-09-07T07:26:50.2186720Z adding 'torch/include/ATen/ops/sqrt_mps_dispatch.h' 2025-09-07T07:26:50.2187570Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-09-07T07:26:50.2188690Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-09-07T07:26:50.2189580Z adding 'torch/include/ATen/ops/sqrt_sparsemps_dispatch.h' 2025-09-07T07:26:50.2190430Z adding 'torch/include/ATen/ops/square.h' 2025-09-07T07:26:50.2191390Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2192270Z adding 'torch/include/ATen/ops/square_native.h' 2025-09-07T07:26:50.2193260Z adding 'torch/include/ATen/ops/square_ops.h' 2025-09-07T07:26:50.2194140Z adding 'torch/include/ATen/ops/squeeze.h' 2025-09-07T07:26:50.2195140Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2196140Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2197070Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-09-07T07:26:50.2198070Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2198970Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2199840Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-09-07T07:26:50.2200910Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-09-07T07:26:50.2201800Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-09-07T07:26:50.2202930Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-09-07T07:26:50.2203980Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-09-07T07:26:50.2204970Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2205780Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-09-07T07:26:50.2206600Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-09-07T07:26:50.2207600Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-09-07T07:26:50.2208650Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-09-07T07:26:50.2209490Z adding 'torch/include/ATen/ops/stack.h' 2025-09-07T07:26:50.2210460Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2211360Z adding 'torch/include/ATen/ops/stack_native.h' 2025-09-07T07:26:50.2212340Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-09-07T07:26:50.2213470Z adding 'torch/include/ATen/ops/std.h' 2025-09-07T07:26:50.2214530Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2215480Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-09-07T07:26:50.2216350Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-09-07T07:26:50.2217390Z adding 'torch/include/ATen/ops/std_mean.h' 2025-09-07T07:26:50.2218370Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2219410Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2220280Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-09-07T07:26:50.2221090Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-09-07T07:26:50.2221910Z adding 'torch/include/ATen/ops/std_mean_mps_dispatch.h' 2025-09-07T07:26:50.2222930Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-09-07T07:26:50.2224160Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-09-07T07:26:50.2225030Z adding 'torch/include/ATen/ops/std_mps_dispatch.h' 2025-09-07T07:26:50.2225950Z adding 'torch/include/ATen/ops/std_native.h' 2025-09-07T07:26:50.2227560Z adding 'torch/include/ATen/ops/std_ops.h' 2025-09-07T07:26:50.2228440Z adding 'torch/include/ATen/ops/stft.h' 2025-09-07T07:26:50.2229460Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2230290Z adding 'torch/include/ATen/ops/stft_native.h' 2025-09-07T07:26:50.2231450Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-09-07T07:26:50.2232370Z adding 'torch/include/ATen/ops/stride.h' 2025-09-07T07:26:50.2233310Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2234060Z adding 'torch/include/ATen/ops/stride_native.h' 2025-09-07T07:26:50.2235110Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-09-07T07:26:50.2236140Z adding 'torch/include/ATen/ops/sub.h' 2025-09-07T07:26:50.2237090Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2237980Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2238880Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-09-07T07:26:50.2239730Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-09-07T07:26:50.2240550Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-09-07T07:26:50.2241390Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-09-07T07:26:50.2242350Z adding 'torch/include/ATen/ops/sub_mps_dispatch.h' 2025-09-07T07:26:50.2243290Z adding 'torch/include/ATen/ops/sub_native.h' 2025-09-07T07:26:50.2244420Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-09-07T07:26:50.2245350Z adding 'torch/include/ATen/ops/subtract.h' 2025-09-07T07:26:50.2246470Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2247300Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-09-07T07:26:50.2248370Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-09-07T07:26:50.2249430Z adding 'torch/include/ATen/ops/sum.h' 2025-09-07T07:26:50.2250520Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2251490Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2252330Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2253150Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-09-07T07:26:50.2254140Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-09-07T07:26:50.2254990Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-09-07T07:26:50.2255830Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-09-07T07:26:50.2256690Z adding 'torch/include/ATen/ops/sum_mps_dispatch.h' 2025-09-07T07:26:50.2257730Z adding 'torch/include/ATen/ops/sum_native.h' 2025-09-07T07:26:50.2258880Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-09-07T07:26:50.2259800Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-09-07T07:26:50.2260770Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2261680Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-09-07T07:26:50.2262580Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-09-07T07:26:50.2263510Z adding 'torch/include/ATen/ops/svd.h' 2025-09-07T07:26:50.2264480Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2265390Z adding 'torch/include/ATen/ops/svd_native.h' 2025-09-07T07:26:50.2266430Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-09-07T07:26:50.2267270Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-09-07T07:26:50.2268250Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2269140Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-09-07T07:26:50.2270090Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-09-07T07:26:50.2270940Z adding 'torch/include/ATen/ops/swapdims.h' 2025-09-07T07:26:50.2271890Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2272760Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-09-07T07:26:50.2273720Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-09-07T07:26:50.2274640Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-09-07T07:26:50.2275600Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2276510Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-09-07T07:26:50.2277500Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2278250Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-09-07T07:26:50.2279150Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-09-07T07:26:50.2280100Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-09-07T07:26:50.2281060Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-09-07T07:26:50.2281830Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-09-07T07:26:50.2282790Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2283650Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-09-07T07:26:50.2284550Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-09-07T07:26:50.2285380Z adding 'torch/include/ATen/ops/sym_size.h' 2025-09-07T07:26:50.2286330Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2287220Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-09-07T07:26:50.2288180Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-09-07T07:26:50.2289030Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-09-07T07:26:50.2289980Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2290850Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-09-07T07:26:50.2291750Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-09-07T07:26:50.2292560Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-09-07T07:26:50.2293510Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2294380Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-09-07T07:26:50.2295300Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-09-07T07:26:50.2296200Z adding 'torch/include/ATen/ops/t.h' 2025-09-07T07:26:50.2297120Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2298060Z adding 'torch/include/ATen/ops/t_copy.h' 2025-09-07T07:26:50.2299020Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2299930Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2300610Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-09-07T07:26:50.2301690Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-09-07T07:26:50.2302530Z adding 'torch/include/ATen/ops/t_native.h' 2025-09-07T07:26:50.2303420Z adding 'torch/include/ATen/ops/t_ops.h' 2025-09-07T07:26:50.2304280Z adding 'torch/include/ATen/ops/take.h' 2025-09-07T07:26:50.2305350Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-09-07T07:26:50.2306350Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2307110Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-09-07T07:26:50.2308070Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-09-07T07:26:50.2309080Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-09-07T07:26:50.2309940Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-09-07T07:26:50.2310750Z adding 'torch/include/ATen/ops/take_native.h' 2025-09-07T07:26:50.2311680Z adding 'torch/include/ATen/ops/take_ops.h' 2025-09-07T07:26:50.2312670Z adding 'torch/include/ATen/ops/tan.h' 2025-09-07T07:26:50.2313680Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2314420Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-09-07T07:26:50.2315240Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-09-07T07:26:50.2316160Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-09-07T07:26:50.2317020Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-09-07T07:26:50.2318150Z adding 'torch/include/ATen/ops/tan_mps_dispatch.h' 2025-09-07T07:26:50.2319030Z adding 'torch/include/ATen/ops/tan_native.h' 2025-09-07T07:26:50.2320110Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-09-07T07:26:50.2321050Z adding 'torch/include/ATen/ops/tan_sparsemps_dispatch.h' 2025-09-07T07:26:50.2321910Z adding 'torch/include/ATen/ops/tanh.h' 2025-09-07T07:26:50.2322810Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-09-07T07:26:50.2323950Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2324760Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2325570Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2326390Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-09-07T07:26:50.2327370Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-09-07T07:26:50.2328230Z adding 'torch/include/ATen/ops/tanh_backward_mps_dispatch.h' 2025-09-07T07:26:50.2329060Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-09-07T07:26:50.2329980Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-09-07T07:26:50.2331080Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2331840Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-09-07T07:26:50.2332680Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-09-07T07:26:50.2333500Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-09-07T07:26:50.2334470Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-09-07T07:26:50.2335290Z adding 'torch/include/ATen/ops/tanh_mps_dispatch.h' 2025-09-07T07:26:50.2338590Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-09-07T07:26:50.2338650Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-09-07T07:26:50.2338760Z adding 'torch/include/ATen/ops/tanh_sparsemps_dispatch.h' 2025-09-07T07:26:50.2339260Z adding 'torch/include/ATen/ops/tensor.h' 2025-09-07T07:26:50.2340220Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-09-07T07:26:50.2345450Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2345810Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-09-07T07:26:50.2345890Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-09-07T07:26:50.2345960Z adding 'torch/include/ATen/ops/tensordot.h' 2025-09-07T07:26:50.2346150Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2346230Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-09-07T07:26:50.2346810Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-09-07T07:26:50.2348000Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-09-07T07:26:50.2349080Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2350020Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-09-07T07:26:50.2350990Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-09-07T07:26:50.2351920Z adding 'torch/include/ATen/ops/threshold.h' 2025-09-07T07:26:50.2352830Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-09-07T07:26:50.2353960Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2354740Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2355580Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2356380Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-09-07T07:26:50.2357400Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-09-07T07:26:50.2358250Z adding 'torch/include/ATen/ops/threshold_backward_mps_dispatch.h' 2025-09-07T07:26:50.2359140Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-09-07T07:26:50.2360080Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-09-07T07:26:50.2361200Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2361990Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-09-07T07:26:50.2362800Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-09-07T07:26:50.2363610Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-09-07T07:26:50.2364580Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-09-07T07:26:50.2365440Z adding 'torch/include/ATen/ops/threshold_mps_dispatch.h' 2025-09-07T07:26:50.2366340Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-09-07T07:26:50.2367320Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-09-07T07:26:50.2368360Z adding 'torch/include/ATen/ops/tile.h' 2025-09-07T07:26:50.2369410Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2370100Z adding 'torch/include/ATen/ops/tile_native.h' 2025-09-07T07:26:50.2370990Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-09-07T07:26:50.2371960Z adding 'torch/include/ATen/ops/to.h' 2025-09-07T07:26:50.2372990Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2373740Z adding 'torch/include/ATen/ops/to_dense.h' 2025-09-07T07:26:50.2374590Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-09-07T07:26:50.2375690Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2376460Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-09-07T07:26:50.2377380Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-09-07T07:26:50.2378270Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2379170Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-09-07T07:26:50.2380100Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-09-07T07:26:50.2380980Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-09-07T07:26:50.2381860Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-09-07T07:26:50.2382940Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2383710Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-09-07T07:26:50.2384590Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-09-07T07:26:50.2385520Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2386430Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-09-07T07:26:50.2387330Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-09-07T07:26:50.2388230Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-09-07T07:26:50.2389120Z adding 'torch/include/ATen/ops/to_native.h' 2025-09-07T07:26:50.2390330Z adding 'torch/include/ATen/ops/to_ops.h' 2025-09-07T07:26:50.2391470Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-09-07T07:26:50.2392490Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2393280Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-09-07T07:26:50.2394360Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-09-07T07:26:50.2395220Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-09-07T07:26:50.2396070Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-09-07T07:26:50.2397030Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2397910Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-09-07T07:26:50.2398830Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-09-07T07:26:50.2399660Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-09-07T07:26:50.2400590Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2401460Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-09-07T07:26:50.2402400Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-09-07T07:26:50.2403380Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2404140Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-09-07T07:26:50.2405220Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2406040Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-09-07T07:26:50.2406900Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-09-07T07:26:50.2407690Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-09-07T07:26:50.2408760Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2409520Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-09-07T07:26:50.2410380Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-09-07T07:26:50.2411250Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-09-07T07:26:50.2412360Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-09-07T07:26:50.2413450Z adding 'torch/include/ATen/ops/topk.h' 2025-09-07T07:26:50.2414490Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2415300Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-09-07T07:26:50.2416300Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-09-07T07:26:50.2417160Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-09-07T07:26:50.2418060Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-09-07T07:26:50.2418890Z adding 'torch/include/ATen/ops/topk_mps_dispatch.h' 2025-09-07T07:26:50.2419900Z adding 'torch/include/ATen/ops/topk_native.h' 2025-09-07T07:26:50.2420900Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-09-07T07:26:50.2421780Z adding 'torch/include/ATen/ops/trace.h' 2025-09-07T07:26:50.2422690Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-09-07T07:26:50.2423800Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2424590Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-09-07T07:26:50.2425450Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-09-07T07:26:50.2426410Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2427300Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-09-07T07:26:50.2428130Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-09-07T07:26:50.2428930Z adding 'torch/include/ATen/ops/trace_mps_dispatch.h' 2025-09-07T07:26:50.2429780Z adding 'torch/include/ATen/ops/trace_native.h' 2025-09-07T07:26:50.2430820Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-09-07T07:26:50.2431740Z adding 'torch/include/ATen/ops/transpose.h' 2025-09-07T07:26:50.2432710Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2433540Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2434490Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-09-07T07:26:50.2435500Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2436390Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2437110Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-09-07T07:26:50.2438170Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-09-07T07:26:50.2439020Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-09-07T07:26:50.2440020Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-09-07T07:26:50.2440890Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-09-07T07:26:50.2442010Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2442780Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-09-07T07:26:50.2443720Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-09-07T07:26:50.2444560Z adding 'torch/include/ATen/ops/trapz.h' 2025-09-07T07:26:50.2445630Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2446420Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-09-07T07:26:50.2447340Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-09-07T07:26:50.2448290Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-09-07T07:26:50.2449450Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2450260Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-09-07T07:26:50.2451150Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-09-07T07:26:50.2451970Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-09-07T07:26:50.2452970Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-09-07T07:26:50.2453810Z adding 'torch/include/ATen/ops/triangular_solve_mps_dispatch.h' 2025-09-07T07:26:50.2454680Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-09-07T07:26:50.2455700Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-09-07T07:26:50.2456660Z adding 'torch/include/ATen/ops/tril.h' 2025-09-07T07:26:50.2457680Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2458430Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-09-07T07:26:50.2459270Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-09-07T07:26:50.2460380Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-09-07T07:26:50.2461430Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2462250Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-09-07T07:26:50.2463120Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-09-07T07:26:50.2464090Z adding 'torch/include/ATen/ops/tril_indices_mps_dispatch.h' 2025-09-07T07:26:50.2464970Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-09-07T07:26:50.2465960Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-09-07T07:26:50.2466810Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-09-07T07:26:50.2467830Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-09-07T07:26:50.2468650Z adding 'torch/include/ATen/ops/tril_mps_dispatch.h' 2025-09-07T07:26:50.2469490Z adding 'torch/include/ATen/ops/tril_native.h' 2025-09-07T07:26:50.2470460Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-09-07T07:26:50.2471510Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-09-07T07:26:50.2472540Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2473340Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-09-07T07:26:50.2474250Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-09-07T07:26:50.2475270Z adding 'torch/include/ATen/ops/triu.h' 2025-09-07T07:26:50.2476250Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2476960Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-09-07T07:26:50.2477770Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-09-07T07:26:50.2478860Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-09-07T07:26:50.2479860Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2480640Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-09-07T07:26:50.2481470Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-09-07T07:26:50.2482420Z adding 'torch/include/ATen/ops/triu_indices_mps_dispatch.h' 2025-09-07T07:26:50.2483300Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-09-07T07:26:50.2484270Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-09-07T07:26:50.2485140Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-09-07T07:26:50.2486110Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-09-07T07:26:50.2486930Z adding 'torch/include/ATen/ops/triu_mps_dispatch.h' 2025-09-07T07:26:50.2487780Z adding 'torch/include/ATen/ops/triu_native.h' 2025-09-07T07:26:50.2488740Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-09-07T07:26:50.2489780Z adding 'torch/include/ATen/ops/true_divide.h' 2025-09-07T07:26:50.2490800Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2491540Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-09-07T07:26:50.2492600Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-09-07T07:26:50.2493610Z adding 'torch/include/ATen/ops/trunc.h' 2025-09-07T07:26:50.2494620Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2495360Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-09-07T07:26:50.2496190Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-09-07T07:26:50.2497120Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-09-07T07:26:50.2498010Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-09-07T07:26:50.2498830Z adding 'torch/include/ATen/ops/trunc_mps_dispatch.h' 2025-09-07T07:26:50.2499700Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-09-07T07:26:50.2500760Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-09-07T07:26:50.2501680Z adding 'torch/include/ATen/ops/trunc_sparsecsrmps_dispatch.h' 2025-09-07T07:26:50.2502500Z adding 'torch/include/ATen/ops/trunc_sparsemps_dispatch.h' 2025-09-07T07:26:50.2503270Z adding 'torch/include/ATen/ops/type_as.h' 2025-09-07T07:26:50.2504360Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2505130Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-09-07T07:26:50.2506000Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-09-07T07:26:50.2506870Z adding 'torch/include/ATen/ops/unbind.h' 2025-09-07T07:26:50.2507960Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2508850Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2509680Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-09-07T07:26:50.2510650Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2511710Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2512420Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-09-07T07:26:50.2513340Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-09-07T07:26:50.2514170Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-09-07T07:26:50.2515240Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-09-07T07:26:50.2516260Z adding 'torch/include/ATen/ops/unflatten.h' 2025-09-07T07:26:50.2517270Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2518090Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-09-07T07:26:50.2519200Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2519960Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-09-07T07:26:50.2520860Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-09-07T07:26:50.2521700Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-09-07T07:26:50.2522780Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-09-07T07:26:50.2523620Z adding 'torch/include/ATen/ops/unfold.h' 2025-09-07T07:26:50.2524710Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-09-07T07:26:50.2525730Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2526680Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2527520Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2528350Z adding 'torch/include/ATen/ops/unfold_backward_mps_dispatch.h' 2025-09-07T07:26:50.2529160Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-09-07T07:26:50.2530770Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-09-07T07:26:50.2531610Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-09-07T07:26:50.2532610Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2533520Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2534410Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-09-07T07:26:50.2535370Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-09-07T07:26:50.2536250Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-09-07T07:26:50.2537060Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-09-07T07:26:50.2537990Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-09-07T07:26:50.2538790Z adding 'torch/include/ATen/ops/unfold_mps_dispatch.h' 2025-09-07T07:26:50.2539620Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-09-07T07:26:50.2540510Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-09-07T07:26:50.2541560Z adding 'torch/include/ATen/ops/uniform.h' 2025-09-07T07:26:50.2542580Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2543430Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-09-07T07:26:50.2544220Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-09-07T07:26:50.2545130Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-09-07T07:26:50.2545960Z adding 'torch/include/ATen/ops/uniform_mps_dispatch.h' 2025-09-07T07:26:50.2546800Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-09-07T07:26:50.2547810Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-09-07T07:26:50.2548920Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-09-07T07:26:50.2549950Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2550760Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-09-07T07:26:50.2551590Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-09-07T07:26:50.2552530Z adding 'torch/include/ATen/ops/unique_consecutive_mps_dispatch.h' 2025-09-07T07:26:50.2553440Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-09-07T07:26:50.2554430Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-09-07T07:26:50.2555370Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-09-07T07:26:50.2556510Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2557450Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-09-07T07:26:50.2558430Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2559250Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-09-07T07:26:50.2560260Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-09-07T07:26:50.2561110Z adding 'torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h' 2025-09-07T07:26:50.2561940Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-09-07T07:26:50.2562960Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-09-07T07:26:50.2563920Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-09-07T07:26:50.2564770Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-09-07T07:26:50.2565610Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-09-07T07:26:50.2566620Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-09-07T07:26:50.2567610Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-09-07T07:26:50.2568600Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2569350Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-09-07T07:26:50.2570260Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-09-07T07:26:50.2571450Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-09-07T07:26:50.2572500Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2573280Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-09-07T07:26:50.2574220Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-09-07T07:26:50.2575480Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-09-07T07:26:50.2576550Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2577330Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-09-07T07:26:50.2578300Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-09-07T07:26:50.2579250Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-09-07T07:26:50.2580250Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2581070Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-09-07T07:26:50.2582050Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2583120Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2583870Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-09-07T07:26:50.2584820Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-09-07T07:26:50.2585630Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-09-07T07:26:50.2586680Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-09-07T07:26:50.2587960Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-09-07T07:26:50.2589240Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-09-07T07:26:50.2590350Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2591350Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2592280Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2593150Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-09-07T07:26:50.2594090Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-09-07T07:26:50.2595110Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_mps_dispatch.h' 2025-09-07T07:26:50.2596080Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-09-07T07:26:50.2597090Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-09-07T07:26:50.2598100Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2599060Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2599960Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-09-07T07:26:50.2600860Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-09-07T07:26:50.2601710Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-09-07T07:26:50.2602830Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-09-07T07:26:50.2603660Z adding 'torch/include/ATen/ops/upsample_bicubic2d_mps_dispatch.h' 2025-09-07T07:26:50.2604540Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-09-07T07:26:50.2605600Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-09-07T07:26:50.2607310Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-09-07T07:26:50.2608470Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-09-07T07:26:50.2609610Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2610430Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2611460Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2612340Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-09-07T07:26:50.2613270Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-09-07T07:26:50.2614150Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h' 2025-09-07T07:26:50.2615190Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-09-07T07:26:50.2616200Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-09-07T07:26:50.2617170Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2618100Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2619050Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2619920Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-09-07T07:26:50.2620800Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-09-07T07:26:50.2621660Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-09-07T07:26:50.2622720Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-09-07T07:26:50.2623620Z adding 'torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h' 2025-09-07T07:26:50.2624550Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-09-07T07:26:50.2625660Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-09-07T07:26:50.2626990Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-09-07T07:26:50.2628250Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-09-07T07:26:50.2629310Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2630140Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2631160Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2632030Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-09-07T07:26:50.2632920Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-09-07T07:26:50.2633770Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h' 2025-09-07T07:26:50.2634790Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-09-07T07:26:50.2635790Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-09-07T07:26:50.2636800Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2637650Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2638620Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-09-07T07:26:50.2639540Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-09-07T07:26:50.2640390Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-09-07T07:26:50.2641270Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-09-07T07:26:50.2642260Z adding 'torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h' 2025-09-07T07:26:50.2643190Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-09-07T07:26:50.2644180Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-09-07T07:26:50.2645370Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-09-07T07:26:50.2646720Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-09-07T07:26:50.2647810Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2648650Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2649510Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2650530Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-09-07T07:26:50.2651450Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-09-07T07:26:50.2652310Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h' 2025-09-07T07:26:50.2653200Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-09-07T07:26:50.2654310Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-09-07T07:26:50.2655320Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2656150Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2656980Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-09-07T07:26:50.2657970Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-09-07T07:26:50.2658820Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-09-07T07:26:50.2659690Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-09-07T07:26:50.2660540Z adding 'torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h' 2025-09-07T07:26:50.2661530Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-09-07T07:26:50.2662570Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-09-07T07:26:50.2664000Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-09-07T07:26:50.2665210Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-09-07T07:26:50.2666460Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2667260Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2668150Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2669000Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-09-07T07:26:50.2670030Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-09-07T07:26:50.2670930Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h' 2025-09-07T07:26:50.2671850Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-09-07T07:26:50.2672830Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-09-07T07:26:50.2673950Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2674940Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2675790Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2676620Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-09-07T07:26:50.2677610Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-09-07T07:26:50.2678500Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-09-07T07:26:50.2679360Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-09-07T07:26:50.2680200Z adding 'torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h' 2025-09-07T07:26:50.2681270Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-09-07T07:26:50.2682370Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-09-07T07:26:50.2683630Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-09-07T07:26:50.2684890Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-09-07T07:26:50.2686130Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2687010Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2687930Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2688770Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-09-07T07:26:50.2689810Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-09-07T07:26:50.2690730Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_mps_dispatch.h' 2025-09-07T07:26:50.2691620Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-09-07T07:26:50.2692610Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-09-07T07:26:50.2693740Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2694590Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2695450Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-09-07T07:26:50.2696360Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-09-07T07:26:50.2697340Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-09-07T07:26:50.2698250Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-09-07T07:26:50.2699110Z adding 'torch/include/ATen/ops/upsample_nearest3d_mps_dispatch.h' 2025-09-07T07:26:50.2700030Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-09-07T07:26:50.2701190Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-09-07T07:26:50.2702550Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-09-07T07:26:50.2703840Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-09-07T07:26:50.2704930Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2705950Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-09-07T07:26:50.2706870Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-09-07T07:26:50.2707710Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-09-07T07:26:50.2708640Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-09-07T07:26:50.2709640Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_mps_dispatch.h' 2025-09-07T07:26:50.2710600Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-09-07T07:26:50.2711620Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-09-07T07:26:50.2712650Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2713590Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2714490Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-09-07T07:26:50.2715370Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-09-07T07:26:50.2716220Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-09-07T07:26:50.2717240Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-09-07T07:26:50.2718160Z adding 'torch/include/ATen/ops/upsample_trilinear3d_mps_dispatch.h' 2025-09-07T07:26:50.2719060Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-09-07T07:26:50.2720100Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-09-07T07:26:50.2721220Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-09-07T07:26:50.2722260Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2723050Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-09-07T07:26:50.2723930Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-09-07T07:26:50.2724820Z adding 'torch/include/ATen/ops/values.h' 2025-09-07T07:26:50.2725780Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2726620Z adding 'torch/include/ATen/ops/values_copy.h' 2025-09-07T07:26:50.2727570Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2728590Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2729330Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-09-07T07:26:50.2730250Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-09-07T07:26:50.2731100Z adding 'torch/include/ATen/ops/values_native.h' 2025-09-07T07:26:50.2732120Z adding 'torch/include/ATen/ops/values_ops.h' 2025-09-07T07:26:50.2733050Z adding 'torch/include/ATen/ops/values_sparsemps_dispatch.h' 2025-09-07T07:26:50.2733880Z adding 'torch/include/ATen/ops/vander.h' 2025-09-07T07:26:50.2734820Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2735730Z adding 'torch/include/ATen/ops/vander_native.h' 2025-09-07T07:26:50.2736640Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-09-07T07:26:50.2737740Z adding 'torch/include/ATen/ops/var.h' 2025-09-07T07:26:50.2738830Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2739810Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-09-07T07:26:50.2740650Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-09-07T07:26:50.2741690Z adding 'torch/include/ATen/ops/var_mean.h' 2025-09-07T07:26:50.2742680Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2743720Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2744560Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-09-07T07:26:50.2745370Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-09-07T07:26:50.2746170Z adding 'torch/include/ATen/ops/var_mean_mps_dispatch.h' 2025-09-07T07:26:50.2747270Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-09-07T07:26:50.2748460Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-09-07T07:26:50.2749350Z adding 'torch/include/ATen/ops/var_mps_dispatch.h' 2025-09-07T07:26:50.2750230Z adding 'torch/include/ATen/ops/var_native.h' 2025-09-07T07:26:50.2751840Z adding 'torch/include/ATen/ops/var_ops.h' 2025-09-07T07:26:50.2752560Z adding 'torch/include/ATen/ops/vdot.h' 2025-09-07T07:26:50.2753860Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2754640Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-09-07T07:26:50.2755610Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-09-07T07:26:50.2756440Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-09-07T07:26:50.2757380Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-09-07T07:26:50.2758260Z adding 'torch/include/ATen/ops/view.h' 2025-09-07T07:26:50.2759240Z adding 'torch/include/ATen/ops/view_as.h' 2025-09-07T07:26:50.2760170Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-09-07T07:26:50.2761080Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-09-07T07:26:50.2762080Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2763120Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2763880Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-09-07T07:26:50.2764800Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-09-07T07:26:50.2765670Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-09-07T07:26:50.2766600Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-09-07T07:26:50.2767460Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-09-07T07:26:50.2768230Z adding 'torch/include/ATen/ops/view_as_complex_mps_dispatch.h' 2025-09-07T07:26:50.2769040Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-09-07T07:26:50.2770080Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-09-07T07:26:50.2771010Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2771760Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-09-07T07:26:50.2772630Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-09-07T07:26:50.2773620Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-09-07T07:26:50.2774580Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-09-07T07:26:50.2775530Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2776430Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2777270Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-09-07T07:26:50.2778200Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-09-07T07:26:50.2779050Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-09-07T07:26:50.2779850Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-09-07T07:26:50.2780790Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-09-07T07:26:50.2781600Z adding 'torch/include/ATen/ops/view_as_real_mps_dispatch.h' 2025-09-07T07:26:50.2782380Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-09-07T07:26:50.2783290Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-09-07T07:26:50.2784340Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2785370Z adding 'torch/include/ATen/ops/view_copy.h' 2025-09-07T07:26:50.2786390Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2787300Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2788160Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-09-07T07:26:50.2789190Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-09-07T07:26:50.2790050Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-09-07T07:26:50.2790900Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-09-07T07:26:50.2791810Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-09-07T07:26:50.2792630Z adding 'torch/include/ATen/ops/view_mps_dispatch.h' 2025-09-07T07:26:50.2793460Z adding 'torch/include/ATen/ops/view_native.h' 2025-09-07T07:26:50.2794370Z adding 'torch/include/ATen/ops/view_ops.h' 2025-09-07T07:26:50.2795390Z adding 'torch/include/ATen/ops/vsplit.h' 2025-09-07T07:26:50.2796410Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2797160Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-09-07T07:26:50.2798100Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-09-07T07:26:50.2799130Z adding 'torch/include/ATen/ops/vstack.h' 2025-09-07T07:26:50.2800110Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2800850Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-09-07T07:26:50.2801770Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-09-07T07:26:50.2802870Z adding 'torch/include/ATen/ops/where.h' 2025-09-07T07:26:50.2803880Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2804680Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-09-07T07:26:50.2805510Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-09-07T07:26:50.2806440Z adding 'torch/include/ATen/ops/where_mps_dispatch.h' 2025-09-07T07:26:50.2807350Z adding 'torch/include/ATen/ops/where_native.h' 2025-09-07T07:26:50.2808470Z adding 'torch/include/ATen/ops/where_ops.h' 2025-09-07T07:26:50.2809490Z adding 'torch/include/ATen/ops/xlogy.h' 2025-09-07T07:26:50.2810630Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2811590Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-09-07T07:26:50.2812340Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-09-07T07:26:50.2813140Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-09-07T07:26:50.2814100Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-09-07T07:26:50.2814990Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-09-07T07:26:50.2815780Z adding 'torch/include/ATen/ops/xlogy_mps_dispatch.h' 2025-09-07T07:26:50.2816670Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-09-07T07:26:50.2818020Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-09-07T07:26:50.2818990Z adding 'torch/include/ATen/ops/xor.h' 2025-09-07T07:26:50.2819950Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-09-07T07:26:50.2820740Z adding 'torch/include/ATen/ops/xor_native.h' 2025-09-07T07:26:50.2821860Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-09-07T07:26:50.2822770Z adding 'torch/include/ATen/ops/zero.h' 2025-09-07T07:26:50.2823720Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2824500Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-09-07T07:26:50.2825440Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-09-07T07:26:50.2826290Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-09-07T07:26:50.2827080Z adding 'torch/include/ATen/ops/zero_mps_dispatch.h' 2025-09-07T07:26:50.2827930Z adding 'torch/include/ATen/ops/zero_native.h' 2025-09-07T07:26:50.2829020Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-09-07T07:26:50.2829920Z adding 'torch/include/ATen/ops/zero_sparsemps_dispatch.h' 2025-09-07T07:26:50.2831180Z adding 'torch/include/ATen/ops/zeros.h' 2025-09-07T07:26:50.2832280Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2833320Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-09-07T07:26:50.2834380Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-09-07T07:26:50.2835320Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-09-07T07:26:50.2836050Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-09-07T07:26:50.2837210Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-09-07T07:26:50.2838090Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-09-07T07:26:50.2839170Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-09-07T07:26:50.2842170Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-09-07T07:26:50.2844420Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-09-07T07:26:50.2845440Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-09-07T07:26:50.2846260Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-09-07T07:26:50.2847090Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-09-07T07:26:50.2848020Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-09-07T07:26:50.2849950Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-09-07T07:26:50.2850640Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-09-07T07:26:50.2851820Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-09-07T07:26:50.2856670Z adding 'torch/include/c10/core/Allocator.h' 2025-09-07T07:26:50.2859940Z adding 'torch/include/c10/core/AllocatorConfig.h' 2025-09-07T07:26:50.2860730Z adding 'torch/include/c10/core/AutogradState.h' 2025-09-07T07:26:50.2863090Z adding 'torch/include/c10/core/Backend.h' 2025-09-07T07:26:50.2864040Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-09-07T07:26:50.2865630Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-09-07T07:26:50.2866560Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-09-07T07:26:50.2867710Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-09-07T07:26:50.2870100Z adding 'torch/include/c10/core/Contiguity.h' 2025-09-07T07:26:50.2870840Z adding 'torch/include/c10/core/CopyBytes.h' 2025-09-07T07:26:50.2871710Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-09-07T07:26:50.2872700Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-09-07T07:26:50.2874890Z adding 'torch/include/c10/core/Device.h' 2025-09-07T07:26:50.2875550Z adding 'torch/include/c10/core/DeviceArray.h' 2025-09-07T07:26:50.2877810Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-09-07T07:26:50.2878990Z adding 'torch/include/c10/core/DeviceType.h' 2025-09-07T07:26:50.2886870Z adding 'torch/include/c10/core/DispatchKey.h' 2025-09-07T07:26:50.2896430Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-09-07T07:26:50.2898140Z adding 'torch/include/c10/core/DynamicCast.h' 2025-09-07T07:26:50.2899850Z adding 'torch/include/c10/core/Event.h' 2025-09-07T07:26:50.2901140Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-09-07T07:26:50.2902100Z adding 'torch/include/c10/core/GradMode.h' 2025-09-07T07:26:50.2912650Z adding 'torch/include/c10/core/InferenceMode.h' 2025-09-07T07:26:50.2912990Z adding 'torch/include/c10/core/Layout.h' 2025-09-07T07:26:50.2913100Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-09-07T07:26:50.2913180Z adding 'torch/include/c10/core/OptionalRef.h' 2025-09-07T07:26:50.2913250Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-09-07T07:26:50.2913320Z adding 'torch/include/c10/core/QEngine.h' 2025-09-07T07:26:50.2913380Z adding 'torch/include/c10/core/QScheme.h' 2025-09-07T07:26:50.2913470Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-09-07T07:26:50.2913540Z adding 'torch/include/c10/core/SafePyObject.h' 2025-09-07T07:26:50.2916820Z adding 'torch/include/c10/core/Scalar.h' 2025-09-07T07:26:50.2920730Z adding 'torch/include/c10/core/ScalarType.h' 2025-09-07T07:26:50.2921530Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-09-07T07:26:50.2923530Z adding 'torch/include/c10/core/Storage.h' 2025-09-07T07:26:50.2926290Z adding 'torch/include/c10/core/StorageImpl.h' 2025-09-07T07:26:50.2928360Z adding 'torch/include/c10/core/Stream.h' 2025-09-07T07:26:50.2929730Z adding 'torch/include/c10/core/StreamGuard.h' 2025-09-07T07:26:50.2931100Z adding 'torch/include/c10/core/SymBool.h' 2025-09-07T07:26:50.2932610Z adding 'torch/include/c10/core/SymFloat.h' 2025-09-07T07:26:50.2936450Z adding 'torch/include/c10/core/SymInt.h' 2025-09-07T07:26:50.2937270Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-09-07T07:26:50.2939240Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-09-07T07:26:50.2940670Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-09-07T07:26:50.2967070Z adding 'torch/include/c10/core/TensorImpl.h' 2025-09-07T07:26:50.2972990Z adding 'torch/include/c10/core/TensorOptions.h' 2025-09-07T07:26:50.2973980Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-09-07T07:26:50.2974950Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-09-07T07:26:50.2975830Z adding 'torch/include/c10/core/alignment.h' 2025-09-07T07:26:50.2977060Z adding 'torch/include/c10/core/thread_pool.h' 2025-09-07T07:26:50.2978980Z adding 'torch/include/c10/core/impl/COW.h' 2025-09-07T07:26:50.2979870Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-09-07T07:26:50.2983360Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-09-07T07:26:50.2984310Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-09-07T07:26:50.2985370Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-09-07T07:26:50.2986670Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-09-07T07:26:50.2990300Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-09-07T07:26:50.2991450Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-09-07T07:26:50.2994260Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-09-07T07:26:50.2995760Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-09-07T07:26:50.2998480Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-09-07T07:26:50.2999210Z adding 'torch/include/c10/core/impl/PyInterpreterHooks.h' 2025-09-07T07:26:50.3001270Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-09-07T07:26:50.3001920Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-09-07T07:26:50.3004150Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-09-07T07:26:50.3004970Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-09-07T07:26:50.3006330Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-09-07T07:26:50.3007200Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-09-07T07:26:50.3008500Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-09-07T07:26:50.3010140Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-09-07T07:26:50.3014060Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-09-07T07:26:50.3015330Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-09-07T07:26:50.3017520Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-09-07T07:26:50.3018660Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-09-07T07:26:50.3020570Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-09-07T07:26:50.3021370Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-09-07T07:26:50.3023900Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-09-07T07:26:50.3024670Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-09-07T07:26:50.3025920Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-09-07T07:26:50.3026780Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-09-07T07:26:50.3029730Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-09-07T07:26:50.3030780Z adding 'torch/include/c10/cuda/driver_api.h' 2025-09-07T07:26:50.3033570Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-09-07T07:26:50.3034140Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-09-07T07:26:50.3035090Z adding 'torch/include/c10/macros/Export.h' 2025-09-07T07:26:50.3035790Z adding 'torch/include/c10/macros/Macros.h' 2025-09-07T07:26:50.3036740Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-09-07T07:26:50.3038720Z adding 'torch/include/c10/metal/atomic.h' 2025-09-07T07:26:50.3039380Z adding 'torch/include/c10/metal/common.h' 2025-09-07T07:26:50.3040980Z adding 'torch/include/c10/metal/expm1f.h' 2025-09-07T07:26:50.3048580Z adding 'torch/include/c10/metal/igamma.h' 2025-09-07T07:26:50.3051770Z adding 'torch/include/c10/metal/indexing.h' 2025-09-07T07:26:50.3052760Z adding 'torch/include/c10/metal/random.h' 2025-09-07T07:26:50.3054970Z adding 'torch/include/c10/metal/reduction_utils.h' 2025-09-07T07:26:50.3064040Z adding 'torch/include/c10/metal/special_math.h' 2025-09-07T07:26:50.3066100Z adding 'torch/include/c10/metal/utils.h' 2025-09-07T07:26:50.3067850Z adding 'torch/include/c10/mobile/CPUCachingAllocator.h' 2025-09-07T07:26:50.3069380Z adding 'torch/include/c10/mobile/CPUProfilingAllocator.h' 2025-09-07T07:26:50.3070590Z adding 'torch/include/c10/test/util/Macros.h' 2025-09-07T07:26:50.3073340Z adding 'torch/include/c10/test/util/complex_math_test_common.h' 2025-09-07T07:26:50.3076510Z adding 'torch/include/c10/test/util/complex_test_common.h' 2025-09-07T07:26:50.3079150Z adding 'torch/include/c10/util/AbortHandler.h' 2025-09-07T07:26:50.3080450Z adding 'torch/include/c10/util/AlignOf.h' 2025-09-07T07:26:50.3081870Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-09-07T07:26:50.3082690Z adding 'torch/include/c10/util/Array.h' 2025-09-07T07:26:50.3085450Z adding 'torch/include/c10/util/ArrayRef.h' 2025-09-07T07:26:50.3085990Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-09-07T07:26:50.3088050Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-09-07T07:26:50.3088540Z adding 'torch/include/c10/util/BFloat16.h' 2025-09-07T07:26:50.3089600Z adding 'torch/include/c10/util/Backtrace.h' 2025-09-07T07:26:50.3091180Z adding 'torch/include/c10/util/Bitset.h' 2025-09-07T07:26:50.3092110Z adding 'torch/include/c10/util/C++17.h' 2025-09-07T07:26:50.3093190Z adding 'torch/include/c10/util/CallOnce.h' 2025-09-07T07:26:50.3095880Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-09-07T07:26:50.3096830Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-09-07T07:26:50.3098020Z adding 'torch/include/c10/util/Deprecated.h' 2025-09-07T07:26:50.3098890Z adding 'torch/include/c10/util/DimVector.h' 2025-09-07T07:26:50.3100030Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-09-07T07:26:50.3101480Z adding 'torch/include/c10/util/Enumerate.h' 2025-09-07T07:26:50.3107610Z adding 'torch/include/c10/util/Exception.h' 2025-09-07T07:26:50.3108910Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-09-07T07:26:50.3110260Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-09-07T07:26:50.3111110Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-09-07T07:26:50.3113700Z adding 'torch/include/c10/util/Flags.h' 2025-09-07T07:26:50.3114210Z adding 'torch/include/c10/util/Float4_e2m1fn_x2.h' 2025-09-07T07:26:50.3115170Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-09-07T07:26:50.3115890Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-09-07T07:26:50.3116640Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-09-07T07:26:50.3117730Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-09-07T07:26:50.3118630Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-09-07T07:26:50.3119390Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-09-07T07:26:50.3120140Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-09-07T07:26:50.3120980Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-09-07T07:26:50.3121790Z adding 'torch/include/c10/util/Float8_e8m0fnu-inl.h' 2025-09-07T07:26:50.3122470Z adding 'torch/include/c10/util/Float8_e8m0fnu.h' 2025-09-07T07:26:50.3123600Z adding 'torch/include/c10/util/FunctionRef.h' 2025-09-07T07:26:50.3124570Z adding 'torch/include/c10/util/Gauge.h' 2025-09-07T07:26:50.3125440Z adding 'torch/include/c10/util/Half-inl.h' 2025-09-07T07:26:50.3126270Z adding 'torch/include/c10/util/Half.h' 2025-09-07T07:26:50.3127410Z adding 'torch/include/c10/util/IdWrapper.h' 2025-09-07T07:26:50.3129070Z adding 'torch/include/c10/util/IntrusiveList.h' 2025-09-07T07:26:50.3130200Z adding 'torch/include/c10/util/Lazy.h' 2025-09-07T07:26:50.3132430Z adding 'torch/include/c10/util/LeftRight.h' 2025-09-07T07:26:50.3133080Z adding 'torch/include/c10/util/Load.h' 2025-09-07T07:26:50.3136080Z adding 'torch/include/c10/util/Logging.h' 2025-09-07T07:26:50.3137130Z adding 'torch/include/c10/util/MathConstants.h' 2025-09-07T07:26:50.3139200Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-09-07T07:26:50.3141000Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-09-07T07:26:50.3141780Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-09-07T07:26:50.3142870Z adding 'torch/include/c10/util/Optional.h' 2025-09-07T07:26:50.3144860Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-09-07T07:26:50.3145840Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-09-07T07:26:50.3149170Z adding 'torch/include/c10/util/Registry.h' 2025-09-07T07:26:50.3150150Z adding 'torch/include/c10/util/ScopeExit.h' 2025-09-07T07:26:50.3151280Z adding 'torch/include/c10/util/Semaphore.h' 2025-09-07T07:26:50.3152390Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-09-07T07:26:50.3162920Z adding 'torch/include/c10/util/SmallVector.h' 2025-09-07T07:26:50.3165160Z adding 'torch/include/c10/util/StringUtil.h' 2025-09-07T07:26:50.3166130Z adding 'torch/include/c10/util/Synchronized.h' 2025-09-07T07:26:50.3167560Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-09-07T07:26:50.3168780Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-09-07T07:26:50.3169650Z adding 'torch/include/c10/util/Type.h' 2025-09-07T07:26:50.3171600Z adding 'torch/include/c10/util/TypeCast.h' 2025-09-07T07:26:50.3172730Z adding 'torch/include/c10/util/TypeIndex.h' 2025-09-07T07:26:50.3175990Z adding 'torch/include/c10/util/TypeList.h' 2025-09-07T07:26:50.3176530Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-09-07T07:26:50.3178140Z adding 'torch/include/c10/util/TypeTraits.h' 2025-09-07T07:26:50.3178860Z adding 'torch/include/c10/util/Unicode.h' 2025-09-07T07:26:50.3180780Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-09-07T07:26:50.3181240Z adding 'torch/include/c10/util/Unroll.h' 2025-09-07T07:26:50.3182450Z adding 'torch/include/c10/util/WaitCounter.h' 2025-09-07T07:26:50.3183380Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-09-07T07:26:50.3184570Z adding 'torch/include/c10/util/accumulate.h' 2025-09-07T07:26:50.3185290Z adding 'torch/include/c10/util/bit_cast.h' 2025-09-07T07:26:50.3186030Z adding 'torch/include/c10/util/bits.h' 2025-09-07T07:26:50.3187110Z adding 'torch/include/c10/util/complex.h' 2025-09-07T07:26:50.3189420Z adding 'torch/include/c10/util/complex_math.h' 2025-09-07T07:26:50.3190100Z adding 'torch/include/c10/util/complex_utils.h' 2025-09-07T07:26:50.3190960Z adding 'torch/include/c10/util/copysign.h' 2025-09-07T07:26:50.3191890Z adding 'torch/include/c10/util/env.h' 2025-09-07T07:26:50.3192670Z adding 'torch/include/c10/util/error.h' 2025-09-07T07:26:50.3202820Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-09-07T07:26:50.3203610Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-09-07T07:26:50.3204840Z adding 'torch/include/c10/util/generic_math.h' 2025-09-07T07:26:50.3207730Z adding 'torch/include/c10/util/hash.h' 2025-09-07T07:26:50.3210480Z adding 'torch/include/c10/util/int128.h' 2025-09-07T07:26:50.3217730Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-09-07T07:26:50.3218940Z adding 'torch/include/c10/util/irange.h' 2025-09-07T07:26:50.3224660Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-09-07T07:26:50.3225840Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-09-07T07:26:50.3228110Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-09-07T07:26:50.3228710Z adding 'torch/include/c10/util/numa.h' 2025-09-07T07:26:50.3240280Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-09-07T07:26:50.3241500Z adding 'torch/include/c10/util/overflows.h' 2025-09-07T07:26:50.3242390Z adding 'torch/include/c10/util/overloaded.h' 2025-09-07T07:26:50.3243140Z adding 'torch/include/c10/util/python_stub.h' 2025-09-07T07:26:50.3243860Z adding 'torch/include/c10/util/qint32.h' 2025-09-07T07:26:50.3244560Z adding 'torch/include/c10/util/qint8.h' 2025-09-07T07:26:50.3245320Z adding 'torch/include/c10/util/quint2x4.h' 2025-09-07T07:26:50.3246030Z adding 'torch/include/c10/util/quint4x2.h' 2025-09-07T07:26:50.3246700Z adding 'torch/include/c10/util/quint8.h' 2025-09-07T07:26:50.3247870Z adding 'torch/include/c10/util/safe_numerics.h' 2025-09-07T07:26:50.3249490Z adding 'torch/include/c10/util/signal_handler.h' 2025-09-07T07:26:50.3254670Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-09-07T07:26:50.3255490Z adding 'torch/include/c10/util/ssize.h' 2025-09-07T07:26:50.3256460Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-09-07T07:26:50.3258600Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-09-07T07:26:50.3259170Z adding 'torch/include/c10/util/strides.h' 2025-09-07T07:26:50.3260030Z adding 'torch/include/c10/util/string_utils.h' 2025-09-07T07:26:50.3263540Z adding 'torch/include/c10/util/string_view.h' 2025-09-07T07:26:50.3268390Z adding 'torch/include/c10/util/strong_type.h' 2025-09-07T07:26:50.3270120Z adding 'torch/include/c10/util/tempfile.h' 2025-09-07T07:26:50.3270840Z adding 'torch/include/c10/util/thread_name.h' 2025-09-07T07:26:50.3276050Z adding 'torch/include/c10/util/typeid.h' 2025-09-07T07:26:50.3276780Z adding 'torch/include/c10/util/win32-headers.h' 2025-09-07T07:26:50.3277990Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-09-07T07:26:50.3280510Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-09-07T07:26:50.3281120Z adding 'torch/include/c10/xpu/XPUException.h' 2025-09-07T07:26:50.3282130Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-09-07T07:26:50.3283180Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-09-07T07:26:50.3285410Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-09-07T07:26:50.3287730Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-09-07T07:26:50.3288610Z adding 'torch/include/c10/xpu/test/impl/XPUTest.h' 2025-09-07T07:26:50.3290510Z adding 'torch/include/caffe2/core/common.h' 2025-09-07T07:26:50.3291350Z adding 'torch/include/caffe2/core/macros.h' 2025-09-07T07:26:50.3292340Z adding 'torch/include/caffe2/core/timer.h' 2025-09-07T07:26:50.3295020Z adding 'torch/include/caffe2/perfkernels/batch_box_cox_vec.h' 2025-09-07T07:26:50.3296270Z adding 'torch/include/caffe2/perfkernels/common.h' 2025-09-07T07:26:50.3297410Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2025-09-07T07:26:50.3322520Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-09-07T07:26:50.3323680Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-09-07T07:26:50.3324670Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-09-07T07:26:50.3327510Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-09-07T07:26:50.3328180Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-09-07T07:26:50.3329110Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-09-07T07:26:50.3331320Z adding 'torch/include/caffe2/serialize/versions.h' 2025-09-07T07:26:50.3332680Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2025-09-07T07:26:50.3333660Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2025-09-07T07:26:50.3334590Z adding 'torch/include/caffe2/utils/string_utils.h' 2025-09-07T07:26:50.3336210Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2025-09-07T07:26:50.3336980Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2025-09-07T07:26:50.3340160Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2025-09-07T07:26:50.3341000Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2025-09-07T07:26:50.3342980Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2025-09-07T07:26:50.3343430Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2025-09-07T07:26:50.3345970Z adding 'torch/include/fmt/args.h' 2025-09-07T07:26:50.3368700Z adding 'torch/include/fmt/base.h' 2025-09-07T07:26:50.3383880Z adding 'torch/include/fmt/chrono.h' 2025-09-07T07:26:50.3389470Z adding 'torch/include/fmt/color.h' 2025-09-07T07:26:50.3393280Z adding 'torch/include/fmt/compile.h' 2025-09-07T07:26:50.3393920Z adding 'torch/include/fmt/core.h' 2025-09-07T07:26:50.3413440Z adding 'torch/include/fmt/format-inl.h' 2025-09-07T07:26:50.3449240Z adding 'torch/include/fmt/format.h' 2025-09-07T07:26:50.3453050Z adding 'torch/include/fmt/os.h' 2025-09-07T07:26:50.3454550Z adding 'torch/include/fmt/ostream.h' 2025-09-07T07:26:50.3459210Z adding 'torch/include/fmt/printf.h' 2025-09-07T07:26:50.3464220Z adding 'torch/include/fmt/ranges.h' 2025-09-07T07:26:50.3468500Z adding 'torch/include/fmt/std.h' 2025-09-07T07:26:50.3471020Z adding 'torch/include/fmt/xchar.h' 2025-09-07T07:26:50.3472260Z adding 'torch/include/fp16/bitcasts.h' 2025-09-07T07:26:50.3475780Z adding 'torch/include/fp16/fp16.h' 2025-09-07T07:26:50.3477160Z adding 'torch/include/fp16/psimd.h' 2025-09-07T07:26:50.3480060Z adding 'torch/include/google/protobuf/any.h' 2025-09-07T07:26:50.3482780Z adding 'torch/include/google/protobuf/any.pb.h' 2025-09-07T07:26:50.3489240Z adding 'torch/include/google/protobuf/api.pb.h' 2025-09-07T07:26:50.3496210Z adding 'torch/include/google/protobuf/arena.h' 2025-09-07T07:26:50.3499900Z adding 'torch/include/google/protobuf/arena_impl.h' 2025-09-07T07:26:50.3503070Z adding 'torch/include/google/protobuf/arenastring.h' 2025-09-07T07:26:50.3522560Z adding 'torch/include/google/protobuf/descriptor.h' 2025-09-07T07:26:50.3572910Z adding 'torch/include/google/protobuf/descriptor.pb.h' 2025-09-07T07:26:50.3579230Z adding 'torch/include/google/protobuf/descriptor_database.h' 2025-09-07T07:26:50.3582350Z adding 'torch/include/google/protobuf/duration.pb.h' 2025-09-07T07:26:50.3584920Z adding 'torch/include/google/protobuf/dynamic_message.h' 2025-09-07T07:26:50.3586650Z adding 'torch/include/google/protobuf/empty.pb.h' 2025-09-07T07:26:50.3600910Z adding 'torch/include/google/protobuf/extension_set.h' 2025-09-07T07:26:50.3603670Z adding 'torch/include/google/protobuf/extension_set_inl.h' 2025-09-07T07:26:50.3606010Z adding 'torch/include/google/protobuf/field_mask.pb.h' 2025-09-07T07:26:50.3607290Z adding 'torch/include/google/protobuf/generated_enum_reflection.h' 2025-09-07T07:26:50.3608680Z adding 'torch/include/google/protobuf/generated_enum_util.h' 2025-09-07T07:26:50.3611950Z adding 'torch/include/google/protobuf/generated_message_reflection.h' 2025-09-07T07:26:50.3614890Z adding 'torch/include/google/protobuf/generated_message_table_driven.h' 2025-09-07T07:26:50.3617190Z adding 'torch/include/google/protobuf/generated_message_util.h' 2025-09-07T07:26:50.3618160Z adding 'torch/include/google/protobuf/has_bits.h' 2025-09-07T07:26:50.3620310Z adding 'torch/include/google/protobuf/implicit_weak_message.h' 2025-09-07T07:26:50.3622410Z adding 'torch/include/google/protobuf/inlined_string_field.h' 2025-09-07T07:26:50.3632310Z adding 'torch/include/google/protobuf/map.h' 2025-09-07T07:26:50.3634490Z adding 'torch/include/google/protobuf/map_entry.h' 2025-09-07T07:26:50.3639890Z adding 'torch/include/google/protobuf/map_entry_lite.h' 2025-09-07T07:26:50.3645880Z adding 'torch/include/google/protobuf/map_field.h' 2025-09-07T07:26:50.3649070Z adding 'torch/include/google/protobuf/map_field_inl.h' 2025-09-07T07:26:50.3650850Z adding 'torch/include/google/protobuf/map_field_lite.h' 2025-09-07T07:26:50.3656180Z adding 'torch/include/google/protobuf/map_type_handler.h' 2025-09-07T07:26:50.3669600Z adding 'torch/include/google/protobuf/message.h' 2025-09-07T07:26:50.3675880Z adding 'torch/include/google/protobuf/message_lite.h' 2025-09-07T07:26:50.3676990Z adding 'torch/include/google/protobuf/metadata.h' 2025-09-07T07:26:50.3679460Z adding 'torch/include/google/protobuf/metadata_lite.h' 2025-09-07T07:26:50.3686320Z adding 'torch/include/google/protobuf/parse_context.h' 2025-09-07T07:26:50.3689360Z adding 'torch/include/google/protobuf/port.h' 2025-09-07T07:26:50.3693600Z adding 'torch/include/google/protobuf/reflection.h' 2025-09-07T07:26:50.3694920Z adding 'torch/include/google/protobuf/reflection_ops.h' 2025-09-07T07:26:50.3715850Z adding 'torch/include/google/protobuf/repeated_field.h' 2025-09-07T07:26:50.3720110Z adding 'torch/include/google/protobuf/service.h' 2025-09-07T07:26:50.3722480Z adding 'torch/include/google/protobuf/source_context.pb.h' 2025-09-07T07:26:50.3728370Z adding 'torch/include/google/protobuf/struct.pb.h' 2025-09-07T07:26:50.3734970Z adding 'torch/include/google/protobuf/text_format.h' 2025-09-07T07:26:50.3737140Z adding 'torch/include/google/protobuf/timestamp.pb.h' 2025-09-07T07:26:50.3748410Z adding 'torch/include/google/protobuf/type.pb.h' 2025-09-07T07:26:50.3752330Z adding 'torch/include/google/protobuf/unknown_field_set.h' 2025-09-07T07:26:50.3755940Z adding 'torch/include/google/protobuf/wire_format.h' 2025-09-07T07:26:50.3768870Z adding 'torch/include/google/protobuf/wire_format_lite.h' 2025-09-07T07:26:50.3775250Z adding 'torch/include/google/protobuf/wrappers.pb.h' 2025-09-07T07:26:50.3778340Z adding 'torch/include/google/protobuf/compiler/code_generator.h' 2025-09-07T07:26:50.3783880Z adding 'torch/include/google/protobuf/compiler/command_line_interface.h' 2025-09-07T07:26:50.3787360Z adding 'torch/include/google/protobuf/compiler/importer.h' 2025-09-07T07:26:50.3793640Z adding 'torch/include/google/protobuf/compiler/parser.h' 2025-09-07T07:26:50.3795360Z adding 'torch/include/google/protobuf/compiler/plugin.h' 2025-09-07T07:26:50.3804020Z adding 'torch/include/google/protobuf/compiler/plugin.pb.h' 2025-09-07T07:26:50.3806730Z adding 'torch/include/google/protobuf/compiler/cpp/cpp_generator.h' 2025-09-07T07:26:50.3808040Z adding 'torch/include/google/protobuf/compiler/csharp/csharp_generator.h' 2025-09-07T07:26:50.3809480Z adding 'torch/include/google/protobuf/compiler/csharp/csharp_names.h' 2025-09-07T07:26:50.3811590Z adding 'torch/include/google/protobuf/compiler/java/java_generator.h' 2025-09-07T07:26:50.3812610Z adding 'torch/include/google/protobuf/compiler/java/java_names.h' 2025-09-07T07:26:50.3815770Z adding 'torch/include/google/protobuf/compiler/js/js_generator.h' 2025-09-07T07:26:50.3816720Z adding 'torch/include/google/protobuf/compiler/js/well_known_types_embed.h' 2025-09-07T07:26:50.3818830Z adding 'torch/include/google/protobuf/compiler/objectivec/objectivec_generator.h' 2025-09-07T07:26:50.3821640Z adding 'torch/include/google/protobuf/compiler/objectivec/objectivec_helpers.h' 2025-09-07T07:26:50.3822860Z adding 'torch/include/google/protobuf/compiler/php/php_generator.h' 2025-09-07T07:26:50.3825100Z adding 'torch/include/google/protobuf/compiler/python/python_generator.h' 2025-09-07T07:26:50.3826570Z adding 'torch/include/google/protobuf/compiler/ruby/ruby_generator.h' 2025-09-07T07:26:50.3843780Z adding 'torch/include/google/protobuf/io/coded_stream.h' 2025-09-07T07:26:50.3846060Z adding 'torch/include/google/protobuf/io/gzip_stream.h' 2025-09-07T07:26:50.3848140Z adding 'torch/include/google/protobuf/io/io_win32.h' 2025-09-07T07:26:50.3851750Z adding 'torch/include/google/protobuf/io/printer.h' 2025-09-07T07:26:50.3852730Z adding 'torch/include/google/protobuf/io/strtod.h' 2025-09-07T07:26:50.3857200Z adding 'torch/include/google/protobuf/io/tokenizer.h' 2025-09-07T07:26:50.3860150Z adding 'torch/include/google/protobuf/io/zero_copy_stream.h' 2025-09-07T07:26:50.3862820Z adding 'torch/include/google/protobuf/io/zero_copy_stream_impl.h' 2025-09-07T07:26:50.3866460Z adding 'torch/include/google/protobuf/io/zero_copy_stream_impl_lite.h' 2025-09-07T07:26:50.3869710Z adding 'torch/include/google/protobuf/stubs/bytestream.h' 2025-09-07T07:26:50.3872850Z adding 'torch/include/google/protobuf/stubs/callback.h' 2025-09-07T07:26:50.3874740Z adding 'torch/include/google/protobuf/stubs/casts.h' 2025-09-07T07:26:50.3876780Z adding 'torch/include/google/protobuf/stubs/common.h' 2025-09-07T07:26:50.3878150Z adding 'torch/include/google/protobuf/stubs/fastmem.h' 2025-09-07T07:26:50.3880200Z adding 'torch/include/google/protobuf/stubs/hash.h' 2025-09-07T07:26:50.3882440Z adding 'torch/include/google/protobuf/stubs/logging.h' 2025-09-07T07:26:50.3883700Z adding 'torch/include/google/protobuf/stubs/macros.h' 2025-09-07T07:26:50.3889510Z adding 'torch/include/google/protobuf/stubs/map_util.h' 2025-09-07T07:26:50.3891590Z adding 'torch/include/google/protobuf/stubs/mutex.h' 2025-09-07T07:26:50.3892470Z adding 'torch/include/google/protobuf/stubs/once.h' 2025-09-07T07:26:50.3894100Z adding 'torch/include/google/protobuf/stubs/platform_macros.h' 2025-09-07T07:26:50.3896810Z adding 'torch/include/google/protobuf/stubs/port.h' 2025-09-07T07:26:50.3898380Z adding 'torch/include/google/protobuf/stubs/status.h' 2025-09-07T07:26:50.3899670Z adding 'torch/include/google/protobuf/stubs/stl_util.h' 2025-09-07T07:26:50.3904080Z adding 'torch/include/google/protobuf/stubs/stringpiece.h' 2025-09-07T07:26:50.3911720Z adding 'torch/include/google/protobuf/stubs/strutil.h' 2025-09-07T07:26:50.3913830Z adding 'torch/include/google/protobuf/stubs/template_util.h' 2025-09-07T07:26:50.3915590Z adding 'torch/include/google/protobuf/util/delimited_message_util.h' 2025-09-07T07:26:50.3918110Z adding 'torch/include/google/protobuf/util/field_comparator.h' 2025-09-07T07:26:50.3921350Z adding 'torch/include/google/protobuf/util/field_mask_util.h' 2025-09-07T07:26:50.3923090Z adding 'torch/include/google/protobuf/util/json_util.h' 2025-09-07T07:26:50.3934190Z adding 'torch/include/google/protobuf/util/message_differencer.h' 2025-09-07T07:26:50.3936900Z adding 'torch/include/google/protobuf/util/time_util.h' 2025-09-07T07:26:50.3937880Z adding 'torch/include/google/protobuf/util/type_resolver.h' 2025-09-07T07:26:50.3939760Z adding 'torch/include/google/protobuf/util/type_resolver_util.h' 2025-09-07T07:26:50.3941780Z adding 'torch/include/kai/kai_common.h' 2025-09-07T07:26:50.3944630Z adding 'torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.h' 2025-09-07T07:26:50.3945350Z adding 'torch/include/kai/ukernels/matmul/imatmul_clamp_f16_f16p_f16p/kai_imatmul_clamp_f16_f16p_f16p_interface.h' 2025-09-07T07:26:50.3947520Z adding 'torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p2vlx1_f32p2vlx1b_2vlx2vl_sme2_mopa.h' 2025-09-07T07:26:50.3948280Z adding 'torch/include/kai/ukernels/matmul/imatmul_clamp_f32_f32p_f32p/kai_imatmul_clamp_f32_f32p_f32p_interface.h' 2025-09-07T07:26:50.3949930Z adding 'torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.h' 2025-09-07T07:26:50.3950850Z adding 'torch/include/kai/ukernels/matmul/imatmul_clamp_qai8_qai8p_qsi8cxp/kai_imatmul_clamp_qai8_qai8p_qsi8cxp_interface.h' 2025-09-07T07:26:50.3953010Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p8x4_bf16p12x4b_8x12_neon_mmla.h' 2025-09-07T07:26:50.3953790Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_bf16p_bf16p/kai_matmul_clamp_f16_bf16p_bf16p_interface.h' 2025-09-07T07:26:50.3955380Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p16x1biasf16_6x16x8_neon_mla.h' 2025-09-07T07:26:50.3956690Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p2vlx2b_1x16vl_sme2_dot.h' 2025-09-07T07:26:50.3958120Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16_f16p/kai_matmul_clamp_f16_f16_f16p_interface.h' 2025-09-07T07:26:50.3959960Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p2vlx2_f16p2vlx2_2vlx2vl_sme2_mopa.h' 2025-09-07T07:26:50.3960750Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_f16p_f16p/kai_matmul_clamp_f16_f16p_f16p_interface.h' 2025-09-07T07:26:50.3962790Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.h' 2025-09-07T07:26:50.3964310Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi4cxp4x8_1x4_neon_dotprod.h' 2025-09-07T07:26:50.3965800Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi4cxp4x4_16x4_neon_dotprod.h' 2025-09-07T07:26:50.3967160Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi4cxp4x8_16x4_neon_i8mm.h' 2025-09-07T07:26:50.3968170Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi4cxp/kai_matmul_clamp_f16_qai8dxp_qsi4cxp_interface.h' 2025-09-07T07:26:50.3970490Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.h' 2025-09-07T07:26:50.3971600Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.h' 2025-09-07T07:26:50.3972990Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.h' 2025-09-07T07:26:50.3974320Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.h' 2025-09-07T07:26:50.3975660Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qai8dxp_qsi8cxp/kai_matmul_clamp_f16_qai8dxp_qsi8cxp_interface.h' 2025-09-07T07:26:50.3977690Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.h' 2025-09-07T07:26:50.3978880Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.h' 2025-09-07T07:26:50.3979900Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f16_qsi8d32p_qai4c32p/kai_matmul_clamp_f16_qsi8d32p_qai4c32p_interface.h' 2025-09-07T07:26:50.3982010Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p1x4_bf16p12x4b_1x36_neon_dot.h' 2025-09-07T07:26:50.3983020Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p8x4_bf16p12x4b_8x12_neon_mmla.h' 2025-09-07T07:26:50.3984150Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p_bf16p_interface.h' 2025-09-07T07:26:50.3985680Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p16vlx1b_1x16vl_sme2_mla.h' 2025-09-07T07:26:50.3987220Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p2vlx1b_1x16vl_sme2_mla.h' 2025-09-07T07:26:50.3988500Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p8x1biasf32_6x8x4_neon_mla.h' 2025-09-07T07:26:50.3989460Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32_f32p/kai_matmul_clamp_f32_f32_f32p_interface.h' 2025-09-07T07:26:50.3990990Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p2vlx1_f32p2vlx1biasf32_sme2_mopa.h' 2025-09-07T07:26:50.3992280Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_f32p_f32p/kai_matmul_clamp_f32_f32p_f32p_interface.h' 2025-09-07T07:26:50.3994460Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p4x4_1x4_neon_dotprod.h' 2025-09-07T07:26:50.3995640Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x4_qsi4c32p8x4_1x8_neon_dotprod.h' 2025-09-07T07:26:50.3997090Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p4x8_1x4x32_neon_dotprod.h' 2025-09-07T07:26:50.3999200Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8_neon_dotprod.h' 2025-09-07T07:26:50.4000230Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp1x8_qsi4c32p8x8_1x8x32_neon_dotprod.h' 2025-09-07T07:26:50.4001670Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p4x4_16x4_neon_dotprod.h' 2025-09-07T07:26:50.4003000Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x4_qsi4c32p8x4_4x8_neon_dotprod.h' 2025-09-07T07:26:50.4005040Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_16x4x32_neon_i8mm.h' 2025-09-07T07:26:50.4006090Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p4x8_8x4x32_neon_i8mm.h' 2025-09-07T07:26:50.4007440Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8_neon_i8mm.h' 2025-09-07T07:26:50.4008750Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp4x8_qsi4c32p8x8_4x8x32_neon_i8mm.h' 2025-09-07T07:26:50.4010100Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4c32p/kai_matmul_clamp_f32_qai8dxp_qsi4c32p_interface.h' 2025-09-07T07:26:50.4012230Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1vlx8_qsi4cxp4vlx8_1vlx4vl_sme2_mopa.h' 2025-09-07T07:26:50.4013330Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4vlx4_1x4vl_sme2_sdot.h' 2025-09-07T07:26:50.4014720Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi4cxp4x4_1x4_neon_dotprod.h' 2025-09-07T07:26:50.4016740Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp4x8_1x4x32_neon_dotprod.h' 2025-09-07T07:26:50.4018000Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi4cxp8x8_1x8x32_neon_dotprod.h' 2025-09-07T07:26:50.4019470Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi4cxp8x4_8x8x32_neon_dotprod.h' 2025-09-07T07:26:50.4020900Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x4_16x4x32_neon_dotprod.h' 2025-09-07T07:26:50.4023010Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_4x4x32_neon_i8mm.h' 2025-09-07T07:26:50.4024100Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp4x8_8x4x32_neon_i8mm.h' 2025-09-07T07:26:50.4025490Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_4x8x32_neon_i8mm.h' 2025-09-07T07:26:50.4026800Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi4cxp8x8_8x8x32_neon_i8mm.h' 2025-09-07T07:26:50.4028170Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi4cxp/kai_matmul_clamp_f32_qai8dxp_qsi4cxp_interface.h' 2025-09-07T07:26:50.4030170Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x4_qsi8cxp4x4_1x4_neon_dotprod.h' 2025-09-07T07:26:50.4031240Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp1x8_qsi8cxp4x8_1x4_neon_dotprod.h' 2025-09-07T07:26:50.4032620Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x4_qsi8cxp4x4_16x4_neon_dotprod.h' 2025-09-07T07:26:50.4034490Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp4x8_qsi8cxp4x8_16x4_neon_i8mm.h' 2025-09-07T07:26:50.4035320Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qai8dxp_qsi8cxp/kai_matmul_clamp_f32_qai8dxp_qsi8cxp_interface.h' 2025-09-07T07:26:50.4037410Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qai4c32p4x8_1x4_neon_dotprod.h' 2025-09-07T07:26:50.4038580Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qai4c32p4x8_8x4_neon_i8mm.h' 2025-09-07T07:26:50.4039960Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qai4c32p/kai_matmul_clamp_f32_qsi8d32p_qai4c32p_interface.h' 2025-09-07T07:26:50.4041890Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1vlx4_qsi4c32p4vlx4_1vlx4vl_sme2_mopa.h' 2025-09-07T07:26:50.4043180Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4vlx4_1x4vl_sme2_sdot.h' 2025-09-07T07:26:50.4044580Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x4_qsi4c32p4x4_1x4_neon_dotprod.h' 2025-09-07T07:26:50.4046700Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p1x8_qsi4c32p4x8_1x4x32_neon_dotprod.h' 2025-09-07T07:26:50.4047770Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x4_qsi4c32p4x4_16x4_neon_dotprod.h' 2025-09-07T07:26:50.4049210Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_16x4_neon_i8mm.h' 2025-09-07T07:26:50.4050690Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p4x8_qsi4c32p4x8_8x4x32_neon_i8mm.h' 2025-09-07T07:26:50.4052030Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_f32_qsi8d32p_qsi4c32p/kai_matmul_clamp_f32_qsi8d32p_qsi4c32p_interface.h' 2025-09-07T07:26:50.4053590Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p2vlx2_bf16p2vlx2_2vlx2vl_sme2_mopa.h' 2025-09-07T07:26:50.4054600Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_fp32_bf16p_bf16p/kai_matmul_clamp_f32_bf16p_bf16p_interface.h' 2025-09-07T07:26:50.4056180Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp2vlx4sb_1x16vl_sme2_dot.h' 2025-09-07T07:26:50.4057460Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8_qsi8cxp/kai_matmul_clamp_qai8_qai8_qsi8cxp_interface.h' 2025-09-07T07:26:50.4059140Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p2vlx4_qsi8cxpsb2vlx4_2vlx2vl_sme2_mopa.h' 2025-09-07T07:26:50.4060100Z adding 'torch/include/kai/ukernels/matmul/matmul_clamp_qai8_qai8p_qsi8cxp/kai_matmul_clamp_qai8_qai8p_qsi8cxpsb_interface.h' 2025-09-07T07:26:50.4061600Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x16p2vlx2_x16p_sme.h' 2025-09-07T07:26:50.4062950Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x32p2vlx1_x32p_sme.h' 2025-09-07T07:26:50.4063970Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_imatmul_pack_x8p2vlx4_x8p_sme.h' 2025-09-07T07:26:50.4065070Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p2vlx2_f32_sme.h' 2025-09-07T07:26:50.4066170Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_bf16p8x4_f16_neon.h' 2025-09-07T07:26:50.4067620Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_f32p2vlx1_f32_sme.h' 2025-09-07T07:26:50.4068710Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_x16p2vlx2_x16_sme.h' 2025-09-07T07:26:50.4069750Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_pack_x8p2vlx4_x8_sme.h' 2025-09-07T07:26:50.4070890Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p1x4_f32_neon.h' 2025-09-07T07:26:50.4072290Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_bf16p8x4_f32_neon.h' 2025-09-07T07:26:50.4073500Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f16_neon.h' 2025-09-07T07:26:50.4074700Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qai8dxp_f32.h' 2025-09-07T07:26:50.4075930Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32.h' 2025-09-07T07:26:50.4077400Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32p_f32_neon.h' 2025-09-07T07:26:50.4078650Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f16_neon.h' 2025-09-07T07:26:50.4079810Z adding 'torch/include/kai/ukernels/matmul/pack/kai_lhs_quant_pack_qsi8d32pscalef32_f32_neon.h' 2025-09-07T07:26:50.4081040Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.h' 2025-09-07T07:26:50.4082540Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x16p2vlx2b_x16_x16_sme.h' 2025-09-07T07:26:50.4083570Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_imatmul_pack_kxn_x32p2vlx1b_x32_x32_sme.h' 2025-09-07T07:26:50.4084700Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf16_f16_neon.h' 2025-09-07T07:26:50.4085860Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p12x4biasf32_f16_neon.h' 2025-09-07T07:26:50.4087310Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_bf16p2vlx2b_f32_x32_sme.h' 2025-09-07T07:26:50.4088450Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f16p16x1biasf16_f16_f16_neon.h' 2025-09-07T07:26:50.4089510Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p16vlx1b_f32_f32_sme.h' 2025-09-07T07:26:50.4090670Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p2vlx1biasf32_f32_f32_sme.h' 2025-09-07T07:26:50.4092130Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_f32p8x1biasf32_f32_f32_neon.h' 2025-09-07T07:26:50.4093950Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4c32p_qsu4c32s1s0.h' 2025-09-07T07:26:50.4095230Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi4cxp_qs4cxs1s0.h' 2025-09-07T07:26:50.4096440Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp2vlx4sb_qs8cx_f32_i32_sme.h' 2025-09-07T07:26:50.4098370Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_qsi8cxp_qsi8cx_neon.h' 2025-09-07T07:26:50.4099250Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_kxn_x16p2vlx2b_x16_x16_sme.h' 2025-09-07T07:26:50.4100450Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_f32p2vlx1biasf32_f32_f32_sme.h' 2025-09-07T07:26:50.4101900Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qai4c32p_qau4c32s0s1_f32_f32_f32_neon.h' 2025-09-07T07:26:50.4103940Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32p_qsu4c32s1s0.h' 2025-09-07T07:26:50.4105290Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32ps1s0scalef16_qsu4c32s16s0_neon.h' 2025-09-07T07:26:50.4106820Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4c32pscalef16_qsu4c32s16s0.h' 2025-09-07T07:26:50.4108180Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxp_qs4cxs1s0.h' 2025-09-07T07:26:50.4110240Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi4cxps1s0_qsu4cxs1s0_neon.h' 2025-09-07T07:26:50.4111280Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_qsi8cxp_qsi8cx_neon.h' 2025-09-07T07:26:50.4112460Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_pack_nxk_x16p2vlx2b_x16_x16_sme.h' 2025-09-07T07:26:50.4113640Z adding 'torch/include/kai/ukernels/matmul/pack/kai_rhs_quant_pack_kxn_bf16p12x4biasf32_f32_neon.h' 2025-09-07T07:26:50.4115840Z adding 'torch/include/kineto/AbstractConfig.h' 2025-09-07T07:26:50.4117200Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-09-07T07:26:50.4118330Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-09-07T07:26:50.4119440Z adding 'torch/include/kineto/ActivityType.h' 2025-09-07T07:26:50.4120390Z adding 'torch/include/kineto/ClientInterface.h' 2025-09-07T07:26:50.4124040Z adding 'torch/include/kineto/Config.h' 2025-09-07T07:26:50.4125290Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-09-07T07:26:50.4127170Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-09-07T07:26:50.4127950Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-09-07T07:26:50.4129020Z adding 'torch/include/kineto/ITraceActivity.h' 2025-09-07T07:26:50.4129850Z adding 'torch/include/kineto/LoggingAPI.h' 2025-09-07T07:26:50.4130750Z adding 'torch/include/kineto/ThreadUtil.h' 2025-09-07T07:26:50.4131660Z adding 'torch/include/kineto/TraceSpan.h' 2025-09-07T07:26:50.4133040Z adding 'torch/include/kineto/libkineto.h' 2025-09-07T07:26:50.4134090Z adding 'torch/include/kineto/output_base.h' 2025-09-07T07:26:50.4134960Z adding 'torch/include/kineto/time_since_epoch.h' 2025-09-07T07:26:50.4140590Z adding 'torch/include/pybind11/attr.h' 2025-09-07T07:26:50.4142720Z adding 'torch/include/pybind11/buffer_info.h' 2025-09-07T07:26:50.4160750Z adding 'torch/include/pybind11/cast.h' 2025-09-07T07:26:50.4163200Z adding 'torch/include/pybind11/chrono.h' 2025-09-07T07:26:50.4163860Z adding 'torch/include/pybind11/common.h' 2025-09-07T07:26:50.4164980Z adding 'torch/include/pybind11/complex.h' 2025-09-07T07:26:50.4166030Z adding 'torch/include/pybind11/critical_section.h' 2025-09-07T07:26:50.4166830Z adding 'torch/include/pybind11/eigen.h' 2025-09-07T07:26:50.4169730Z adding 'torch/include/pybind11/embed.h' 2025-09-07T07:26:50.4171010Z adding 'torch/include/pybind11/eval.h' 2025-09-07T07:26:50.4172910Z adding 'torch/include/pybind11/functional.h' 2025-09-07T07:26:50.4174750Z adding 'torch/include/pybind11/gil.h' 2025-09-07T07:26:50.4176080Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-09-07T07:26:50.4177030Z adding 'torch/include/pybind11/gil_simple.h' 2025-09-07T07:26:50.4179370Z adding 'torch/include/pybind11/iostream.h' 2025-09-07T07:26:50.4180380Z adding 'torch/include/pybind11/native_enum.h' 2025-09-07T07:26:50.4198970Z adding 'torch/include/pybind11/numpy.h' 2025-09-07T07:26:50.4201390Z adding 'torch/include/pybind11/operators.h' 2025-09-07T07:26:50.4202500Z adding 'torch/include/pybind11/options.h' 2025-09-07T07:26:50.4234410Z adding 'torch/include/pybind11/pybind11.h' 2025-09-07T07:26:50.4254380Z adding 'torch/include/pybind11/pytypes.h' 2025-09-07T07:26:50.4259370Z adding 'torch/include/pybind11/stl.h' 2025-09-07T07:26:50.4265440Z adding 'torch/include/pybind11/stl_bind.h' 2025-09-07T07:26:50.4268390Z adding 'torch/include/pybind11/subinterpreter.h' 2025-09-07T07:26:50.4269510Z adding 'torch/include/pybind11/trampoline_self_life_support.h' 2025-09-07T07:26:50.4270560Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-09-07T07:26:50.4272660Z adding 'torch/include/pybind11/typing.h' 2025-09-07T07:26:50.4273570Z adding 'torch/include/pybind11/warnings.h' 2025-09-07T07:26:50.4275730Z adding 'torch/include/pybind11/conduit/pybind11_conduit_v1.h' 2025-09-07T07:26:50.4276820Z adding 'torch/include/pybind11/conduit/pybind11_platform_abi_id.h' 2025-09-07T07:26:50.4277980Z adding 'torch/include/pybind11/conduit/wrap_include_python_h.h' 2025-09-07T07:26:50.4284970Z adding 'torch/include/pybind11/detail/class.h' 2025-09-07T07:26:50.4297170Z adding 'torch/include/pybind11/detail/common.h' 2025-09-07T07:26:50.4298310Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-09-07T07:26:50.4300440Z adding 'torch/include/pybind11/detail/descr.h' 2025-09-07T07:26:50.4301210Z adding 'torch/include/pybind11/detail/dynamic_raw_ptr_cast_if_possible.h' 2025-09-07T07:26:50.4302350Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-09-07T07:26:50.4304530Z adding 'torch/include/pybind11/detail/function_record_pyobject.h' 2025-09-07T07:26:50.4308840Z adding 'torch/include/pybind11/detail/init.h' 2025-09-07T07:26:50.4315390Z adding 'torch/include/pybind11/detail/internals.h' 2025-09-07T07:26:50.4317510Z adding 'torch/include/pybind11/detail/native_enum_data.h' 2025-09-07T07:26:50.4318530Z adding 'torch/include/pybind11/detail/pybind11_namespace_macros.h' 2025-09-07T07:26:50.4321520Z adding 'torch/include/pybind11/detail/struct_smart_holder.h' 2025-09-07T07:26:50.4335190Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-09-07T07:26:50.4336240Z adding 'torch/include/pybind11/detail/typeid.h' 2025-09-07T07:26:50.4337110Z adding 'torch/include/pybind11/detail/using_smart_holder.h' 2025-09-07T07:26:50.4338420Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-09-07T07:26:50.4339550Z adding 'torch/include/pybind11/eigen/common.h' 2025-09-07T07:26:50.4346320Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-09-07T07:26:50.4349510Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-09-07T07:26:50.4350870Z adding 'torch/include/pybind11/stl/filesystem.h' 2025-09-07T07:26:50.4355530Z adding 'torch/include/torch/custom_class.h' 2025-09-07T07:26:50.4357790Z adding 'torch/include/torch/custom_class_detail.h' 2025-09-07T07:26:50.4358300Z adding 'torch/include/torch/extension.h' 2025-09-07T07:26:50.4367620Z adding 'torch/include/torch/library.h' 2025-09-07T07:26:50.4368540Z adding 'torch/include/torch/script.h' 2025-09-07T07:26:50.4370940Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-09-07T07:26:50.4371510Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-09-07T07:26:50.4373130Z adding 'torch/include/torch/csrc/Device.h' 2025-09-07T07:26:50.4373830Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-09-07T07:26:50.4374760Z adding 'torch/include/torch/csrc/Dtype.h' 2025-09-07T07:26:50.4375710Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-09-07T07:26:50.4376870Z adding 'torch/include/torch/csrc/Event.h' 2025-09-07T07:26:50.4380400Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-09-07T07:26:50.4380960Z adding 'torch/include/torch/csrc/Export.h' 2025-09-07T07:26:50.4381890Z adding 'torch/include/torch/csrc/Generator.h' 2025-09-07T07:26:50.4383070Z adding 'torch/include/torch/csrc/Layout.h' 2025-09-07T07:26:50.4384000Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-09-07T07:26:50.4384720Z adding 'torch/include/torch/csrc/Module.h' 2025-09-07T07:26:50.4385550Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-09-07T07:26:50.4386730Z adding 'torch/include/torch/csrc/PyInterpreterHooks.h' 2025-09-07T07:26:50.4387580Z adding 'torch/include/torch/csrc/QScheme.h' 2025-09-07T07:26:50.4393450Z adding 'torch/include/torch/csrc/Size.h' 2025-09-07T07:26:50.4393640Z adding 'torch/include/torch/csrc/Storage.h' 2025-09-07T07:26:50.4393800Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-09-07T07:26:50.4393880Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-09-07T07:26:50.4394000Z adding 'torch/include/torch/csrc/Stream.h' 2025-09-07T07:26:50.4394070Z adding 'torch/include/torch/csrc/THConcat.h' 2025-09-07T07:26:50.4394140Z adding 'torch/include/torch/csrc/THP.h' 2025-09-07T07:26:50.4394820Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-09-07T07:26:50.4395740Z adding 'torch/include/torch/csrc/Types.h' 2025-09-07T07:26:50.4396680Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-09-07T07:26:50.4397660Z adding 'torch/include/torch/csrc/itt.h' 2025-09-07T07:26:50.4398470Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-09-07T07:26:50.4399230Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-09-07T07:26:50.4403430Z adding 'torch/include/torch/csrc/python_headers.h' 2025-09-07T07:26:50.4404370Z adding 'torch/include/torch/csrc/serialization.h' 2025-09-07T07:26:50.4406560Z adding 'torch/include/torch/csrc/utils.h' 2025-09-07T07:26:50.4408950Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-09-07T07:26:50.4409660Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-09-07T07:26:50.4410860Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-09-07T07:26:50.4411720Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-09-07T07:26:50.4412530Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-09-07T07:26:50.4414490Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-09-07T07:26:50.4416590Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-09-07T07:26:50.4418030Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-09-07T07:26:50.4419150Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-09-07T07:26:50.4420070Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-09-07T07:26:50.4421350Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-09-07T07:26:50.4422480Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-09-07T07:26:50.4423280Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-09-07T07:26:50.4424060Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-09-07T07:26:50.4427790Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-09-07T07:26:50.4430020Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-09-07T07:26:50.4431220Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-09-07T07:26:50.4431960Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-09-07T07:26:50.4435740Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-09-07T07:26:50.4436740Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-09-07T07:26:50.4437840Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-09-07T07:26:50.4439740Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-09-07T07:26:50.4440420Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-09-07T07:26:50.4441190Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-09-07T07:26:50.4443160Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-09-07T07:26:50.4444280Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-09-07T07:26:50.4445070Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-09-07T07:26:50.4446070Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-09-07T07:26:50.4447880Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-09-07T07:26:50.4448730Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-09-07T07:26:50.4449520Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-09-07T07:26:50.4450470Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-09-07T07:26:50.4453460Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-09-07T07:26:50.4454770Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-09-07T07:26:50.4456090Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-09-07T07:26:50.4457970Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-09-07T07:26:50.4462610Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-09-07T07:26:50.4464350Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-09-07T07:26:50.4465260Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-09-07T07:26:50.4466460Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-09-07T07:26:50.4467690Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-09-07T07:26:50.4469050Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-09-07T07:26:50.4471110Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-09-07T07:26:50.4471880Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-09-07T07:26:50.4473860Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-09-07T07:26:50.4475050Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-09-07T07:26:50.4476030Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-09-07T07:26:50.4477240Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-09-07T07:26:50.4478220Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-09-07T07:26:50.4479510Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-09-07T07:26:50.4480380Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-09-07T07:26:50.4481440Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-09-07T07:26:50.4482700Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-09-07T07:26:50.4483980Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-09-07T07:26:50.4484990Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-09-07T07:26:50.4485920Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-09-07T07:26:50.4487120Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-09-07T07:26:50.4490790Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-09-07T07:26:50.4491670Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-09-07T07:26:50.4492850Z adding 'torch/include/torch/csrc/api/include/torch/nativert/ModelRunnerHandle.h' 2025-09-07T07:26:50.4494780Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-09-07T07:26:50.4495630Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-09-07T07:26:50.4497010Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-09-07T07:26:50.4502230Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-09-07T07:26:50.4502990Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-09-07T07:26:50.4504110Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-09-07T07:26:50.4505370Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-09-07T07:26:50.4507430Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-09-07T07:26:50.4507960Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-09-07T07:26:50.4513020Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-09-07T07:26:50.4514010Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-09-07T07:26:50.4515370Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-09-07T07:26:50.4516470Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-09-07T07:26:50.4518430Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-09-07T07:26:50.4519790Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-09-07T07:26:50.4520850Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-09-07T07:26:50.4521860Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-09-07T07:26:50.4523000Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-09-07T07:26:50.4526890Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-09-07T07:26:50.4528180Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-09-07T07:26:50.4529210Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-09-07T07:26:50.4530540Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-09-07T07:26:50.4534270Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-09-07T07:26:50.4536390Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-09-07T07:26:50.4537730Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-09-07T07:26:50.4538970Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-09-07T07:26:50.4542440Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-09-07T07:26:50.4543630Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-09-07T07:26:50.4545890Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-09-07T07:26:50.4547100Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-09-07T07:26:50.4549840Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-09-07T07:26:50.4550750Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-09-07T07:26:50.4552710Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-09-07T07:26:50.4553950Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-09-07T07:26:50.4555080Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-09-07T07:26:50.4556490Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-09-07T07:26:50.4558660Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-09-07T07:26:50.4562460Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-09-07T07:26:50.4563800Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-09-07T07:26:50.4565980Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-09-07T07:26:50.4567220Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-09-07T07:26:50.4570620Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-09-07T07:26:50.4572940Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-09-07T07:26:50.4574340Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-09-07T07:26:50.4576360Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-09-07T07:26:50.4577670Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-09-07T07:26:50.4578670Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-09-07T07:26:50.4579640Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-09-07T07:26:50.4583540Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-09-07T07:26:50.4584870Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-09-07T07:26:50.4586260Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-09-07T07:26:50.4587730Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-09-07T07:26:50.4590330Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-09-07T07:26:50.4592660Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-09-07T07:26:50.4593660Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-09-07T07:26:50.4595090Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-09-07T07:26:50.4597260Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-09-07T07:26:50.4600350Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-09-07T07:26:50.4603340Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-09-07T07:26:50.4604160Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-09-07T07:26:50.4605620Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-09-07T07:26:50.4607760Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-09-07T07:26:50.4608590Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-09-07T07:26:50.4609680Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-09-07T07:26:50.4612100Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-09-07T07:26:50.4613010Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-09-07T07:26:50.4614110Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-09-07T07:26:50.4615190Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-09-07T07:26:50.4618980Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-09-07T07:26:50.4620260Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-09-07T07:26:50.4621850Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-09-07T07:26:50.4622750Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-09-07T07:26:50.4625660Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-09-07T07:26:50.4626970Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-09-07T07:26:50.4628110Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-09-07T07:26:50.4629130Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-09-07T07:26:50.4630460Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-09-07T07:26:50.4631800Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-09-07T07:26:50.4632770Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-09-07T07:26:50.4635980Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-09-07T07:26:50.4637920Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-09-07T07:26:50.4638870Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-09-07T07:26:50.4642000Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-09-07T07:26:50.4643290Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-09-07T07:26:50.4645160Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-09-07T07:26:50.4645940Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-09-07T07:26:50.4647260Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-09-07T07:26:50.4649510Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-09-07T07:26:50.4650690Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-09-07T07:26:50.4653430Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-09-07T07:26:50.4654310Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-09-07T07:26:50.4655590Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-09-07T07:26:50.4657050Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-09-07T07:26:50.4657800Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-09-07T07:26:50.4658780Z adding 'torch/include/torch/csrc/api/include/torch/python/init.h' 2025-09-07T07:26:50.4659750Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-09-07T07:26:50.4661680Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-09-07T07:26:50.4662540Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-09-07T07:26:50.4663340Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-09-07T07:26:50.4668980Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-09-07T07:26:50.4669970Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-09-07T07:26:50.4673310Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-09-07T07:26:50.4674160Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-09-07T07:26:50.4676470Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-09-07T07:26:50.4677150Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-09-07T07:26:50.4677980Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-09-07T07:26:50.4682950Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-09-07T07:26:50.4684240Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-09-07T07:26:50.4687240Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-09-07T07:26:50.4689880Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-09-07T07:26:50.4698180Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-09-07T07:26:50.4699510Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-09-07T07:26:50.4700330Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-09-07T07:26:50.4703200Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-09-07T07:26:50.4704310Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-09-07T07:26:50.4705890Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-09-07T07:26:50.4706960Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-09-07T07:26:50.4707750Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-09-07T07:26:50.4709960Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-09-07T07:26:50.4712890Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-09-07T07:26:50.4713440Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-09-07T07:26:50.4714460Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-09-07T07:26:50.4715340Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-09-07T07:26:50.4717390Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-09-07T07:26:50.4717990Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-09-07T07:26:50.4718740Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-09-07T07:26:50.4719520Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-09-07T07:26:50.4721740Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-09-07T07:26:50.4722470Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-09-07T07:26:50.4723330Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-09-07T07:26:50.4724090Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-09-07T07:26:50.4725160Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-09-07T07:26:50.4725910Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-09-07T07:26:50.4726850Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-09-07T07:26:50.4727600Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-09-07T07:26:50.4728650Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-09-07T07:26:50.4729570Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-09-07T07:26:50.4730820Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-09-07T07:26:50.4732010Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-09-07T07:26:50.4733220Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-09-07T07:26:50.4735270Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-09-07T07:26:50.4735740Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-09-07T07:26:50.4736580Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-09-07T07:26:50.4746180Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-09-07T07:26:50.4747290Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-09-07T07:26:50.4751300Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-09-07T07:26:50.4752590Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-09-07T07:26:50.4753580Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-09-07T07:26:50.4754440Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-09-07T07:26:50.4756850Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-09-07T07:26:50.4758180Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-09-07T07:26:50.4792450Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-09-07T07:26:50.4795850Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-09-07T07:26:50.4799280Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-09-07T07:26:50.4800420Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-09-07T07:26:50.4801610Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-09-07T07:26:50.4806260Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-09-07T07:26:50.4808330Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-09-07T07:26:50.4809290Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-09-07T07:26:50.4810450Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-09-07T07:26:50.4811520Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-09-07T07:26:50.4812420Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-09-07T07:26:50.4813690Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-09-07T07:26:50.4814830Z adding 'torch/include/torch/csrc/cpu/Module.h' 2025-09-07T07:26:50.4817200Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-09-07T07:26:50.4817800Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-09-07T07:26:50.4819000Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-09-07T07:26:50.4819990Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-09-07T07:26:50.4820880Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-09-07T07:26:50.4821660Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-09-07T07:26:50.4822640Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-09-07T07:26:50.4823620Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-09-07T07:26:50.4824620Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-09-07T07:26:50.4826220Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-09-07T07:26:50.4827050Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-09-07T07:26:50.4828080Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-09-07T07:26:50.4828860Z adding 'torch/include/torch/csrc/cuda/utils.h' 2025-09-07T07:26:50.4830890Z adding 'torch/include/torch/csrc/distributed/autograd/autograd.h' 2025-09-07T07:26:50.4831400Z adding 'torch/include/torch/csrc/distributed/autograd/python_autograd.h' 2025-09-07T07:26:50.4832710Z adding 'torch/include/torch/csrc/distributed/autograd/utils.h' 2025-09-07T07:26:50.4835200Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-09-07T07:26:50.4836840Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-09-07T07:26:50.4839500Z adding 'torch/include/torch/csrc/distributed/autograd/engine/dist_engine.h' 2025-09-07T07:26:50.4840550Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-09-07T07:26:50.4841620Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-09-07T07:26:50.4842810Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-09-07T07:26:50.4843770Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-09-07T07:26:50.4844830Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-09-07T07:26:50.4845850Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-09-07T07:26:50.4846740Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-09-07T07:26:50.4847960Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-09-07T07:26:50.4849240Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-09-07T07:26:50.4850360Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-09-07T07:26:50.4851300Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-09-07T07:26:50.4852170Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-09-07T07:26:50.4855840Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-09-07T07:26:50.4856570Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-09-07T07:26:50.4858150Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-09-07T07:26:50.4859130Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-09-07T07:26:50.4861910Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-09-07T07:26:50.4865710Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorderDetail.hpp' 2025-09-07T07:26:50.4866570Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-09-07T07:26:50.4867510Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-09-07T07:26:50.4868460Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-09-07T07:26:50.4869490Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-09-07T07:26:50.4872840Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-09-07T07:26:50.4873590Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-09-07T07:26:50.4875510Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-09-07T07:26:50.4876410Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-09-07T07:26:50.4882120Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-09-07T07:26:50.4885680Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-09-07T07:26:50.4890080Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGlooDetail.hpp' 2025-09-07T07:26:50.4892390Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-09-07T07:26:50.4905210Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-09-07T07:26:50.4907760Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-09-07T07:26:50.4909980Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-09-07T07:26:50.4912270Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-09-07T07:26:50.4913210Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-09-07T07:26:50.4914620Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-09-07T07:26:50.4916840Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-09-07T07:26:50.4917740Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-09-07T07:26:50.4920280Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-09-07T07:26:50.4921580Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-09-07T07:26:50.4923100Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-09-07T07:26:50.4925250Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-09-07T07:26:50.4925760Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-09-07T07:26:50.4930480Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-09-07T07:26:50.4931570Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-09-07T07:26:50.4933610Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-09-07T07:26:50.4934170Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-09-07T07:26:50.4935650Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-09-07T07:26:50.4936860Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-09-07T07:26:50.4937890Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-09-07T07:26:50.4938790Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-09-07T07:26:50.4939820Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-09-07T07:26:50.4942370Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-09-07T07:26:50.4943130Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-09-07T07:26:50.4944130Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-09-07T07:26:50.4950760Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-09-07T07:26:50.4952110Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-09-07T07:26:50.4953230Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-09-07T07:26:50.4954330Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-09-07T07:26:50.4955290Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-09-07T07:26:50.4957410Z adding 'torch/include/torch/csrc/distributed/c10d/control_collectives/ControlCollectives.hpp' 2025-09-07T07:26:50.4958080Z adding 'torch/include/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.hpp' 2025-09-07T07:26:50.4959510Z adding 'torch/include/torch/csrc/distributed/c10d/control_plane/Handlers.hpp' 2025-09-07T07:26:50.4960360Z adding 'torch/include/torch/csrc/distributed/c10d/control_plane/WorkerServer.hpp' 2025-09-07T07:26:50.4961800Z adding 'torch/include/torch/csrc/distributed/c10d/cuda/CUDAEventCache.hpp' 2025-09-07T07:26:50.4962770Z adding 'torch/include/torch/csrc/distributed/c10d/cuda/StreamBlock.hpp' 2025-09-07T07:26:50.4963550Z adding 'torch/include/torch/csrc/distributed/c10d/cuda/utils.hpp' 2025-09-07T07:26:50.4964670Z adding 'torch/include/torch/csrc/distributed/c10d/quantization/quantization.h' 2025-09-07T07:26:50.4965810Z adding 'torch/include/torch/csrc/distributed/c10d/quantization/quantization_gpu.h' 2025-09-07T07:26:50.4966820Z adding 'torch/include/torch/csrc/distributed/c10d/quantization/quantization_utils.h' 2025-09-07T07:26:50.4969810Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory-inl.h' 2025-09-07T07:26:50.4970890Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory.hpp' 2025-09-07T07:26:50.4972160Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryTypes.hpp' 2025-09-07T07:26:50.4973440Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryUtils.hpp' 2025-09-07T07:26:50.4974390Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/DMAConnectivity.hpp' 2025-09-07T07:26:50.4976700Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/SymmetricMemory.hpp' 2025-09-07T07:26:50.4977920Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/intra_node_comm.hpp' 2025-09-07T07:26:50.4979330Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-09-07T07:26:50.4981560Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-09-07T07:26:50.4982600Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-09-07T07:26:50.4983900Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-09-07T07:26:50.4984970Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-09-07T07:26:50.4985880Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-09-07T07:26:50.4986740Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-09-07T07:26:50.4988930Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-09-07T07:26:50.4989660Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-09-07T07:26:50.4990760Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-09-07T07:26:50.4991890Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-09-07T07:26:50.4992970Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-09-07T07:26:50.4996610Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-09-07T07:26:50.4997290Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-09-07T07:26:50.5001730Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-09-07T07:26:50.5006310Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-09-07T07:26:50.5007450Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-09-07T07:26:50.5008720Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-09-07T07:26:50.5009770Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-09-07T07:26:50.5010920Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-09-07T07:26:50.5015200Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-09-07T07:26:50.5016520Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-09-07T07:26:50.5017510Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-09-07T07:26:50.5018860Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-09-07T07:26:50.5020020Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-09-07T07:26:50.5021000Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-09-07T07:26:50.5022270Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-09-07T07:26:50.5027870Z adding 'torch/include/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h' 2025-09-07T07:26:50.5028280Z adding 'torch/include/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h' 2025-09-07T07:26:50.5028730Z adding 'torch/include/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h' 2025-09-07T07:26:50.5029180Z adding 'torch/include/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h' 2025-09-07T07:26:50.5029570Z adding 'torch/include/torch/csrc/distributed/rpc/testing/testing.h' 2025-09-07T07:26:50.5031080Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-09-07T07:26:50.5041680Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-09-07T07:26:50.5042500Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-09-07T07:26:50.5043520Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-09-07T07:26:50.5044880Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-09-07T07:26:50.5046200Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-09-07T07:26:50.5047170Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-09-07T07:26:50.5048060Z adding 'torch/include/torch/csrc/dynamo/eval_frame_cpp.h' 2025-09-07T07:26:50.5050410Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-09-07T07:26:50.5051470Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-09-07T07:26:50.5052650Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-09-07T07:26:50.5053460Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-09-07T07:26:50.5054640Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-09-07T07:26:50.5055480Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-09-07T07:26:50.5056620Z adding 'torch/include/torch/csrc/export/example_upgraders.h' 2025-09-07T07:26:50.5058080Z adding 'torch/include/torch/csrc/export/pt2_archive_constants.h' 2025-09-07T07:26:50.5059150Z adding 'torch/include/torch/csrc/export/pybind.h' 2025-09-07T07:26:50.5060700Z adding 'torch/include/torch/csrc/export/upgrader.h' 2025-09-07T07:26:50.5061710Z adding 'torch/include/torch/csrc/functorch/init.h' 2025-09-07T07:26:50.5062650Z adding 'torch/include/torch/csrc/fx/node.h' 2025-09-07T07:26:50.5064740Z adding 'torch/include/torch/csrc/inductor/array_ref_impl.h' 2025-09-07T07:26:50.5071970Z adding 'torch/include/torch/csrc/inductor/cpp_prefix.h' 2025-09-07T07:26:50.5072880Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-09-07T07:26:50.5074080Z adding 'torch/include/torch/csrc/inductor/static_cuda_launcher.h' 2025-09-07T07:26:50.5076190Z adding 'torch/include/torch/csrc/inductor/aoti_eager/kernel_holder.h' 2025-09-07T07:26:50.5077690Z adding 'torch/include/torch/csrc/inductor/aoti_eager/kernel_meta_info.h' 2025-09-07T07:26:50.5078740Z adding 'torch/include/torch/csrc/inductor/aoti_include/array_ref.h' 2025-09-07T07:26:50.5079960Z adding 'torch/include/torch/csrc/inductor/aoti_include/common.h' 2025-09-07T07:26:50.5080730Z adding 'torch/include/torch/csrc/inductor/aoti_include/cpu.h' 2025-09-07T07:26:50.5081510Z adding 'torch/include/torch/csrc/inductor/aoti_include/cuda.h' 2025-09-07T07:26:50.5082260Z adding 'torch/include/torch/csrc/inductor/aoti_include/mps.h' 2025-09-07T07:26:50.5083310Z adding 'torch/include/torch/csrc/inductor/aoti_include/xpu.h' 2025-09-07T07:26:50.5084650Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-09-07T07:26:50.5085410Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-09-07T07:26:50.5087510Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-09-07T07:26:50.5088360Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-09-07T07:26:50.5089330Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-09-07T07:26:50.5090240Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_mps.h' 2025-09-07T07:26:50.5091160Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-09-07T07:26:50.5092250Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-09-07T07:26:50.5094490Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-09-07T07:26:50.5095090Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/constant_type.h' 2025-09-07T07:26:50.5096270Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-09-07T07:26:50.5098810Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-09-07T07:26:50.5100070Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/mini_array_ref.h' 2025-09-07T07:26:50.5101120Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-09-07T07:26:50.5107060Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_base.h' 2025-09-07T07:26:50.5112790Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-09-07T07:26:50.5113730Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-09-07T07:26:50.5115910Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-09-07T07:26:50.5116810Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-09-07T07:26:50.5119770Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-09-07T07:26:50.5120680Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-09-07T07:26:50.5121680Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-09-07T07:26:50.5122810Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-09-07T07:26:50.5124930Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-09-07T07:26:50.5125550Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-09-07T07:26:50.5126470Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-09-07T07:26:50.5128510Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-09-07T07:26:50.5129980Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/macros.h' 2025-09-07T07:26:50.5134280Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-09-07T07:26:50.5135510Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_cpu.h' 2025-09-07T07:26:50.5136900Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_deprecated.h' 2025-09-07T07:26:50.5138160Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mps.h' 2025-09-07T07:26:50.5139460Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-09-07T07:26:50.5140720Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_aten.h' 2025-09-07T07:26:50.5144410Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-09-07T07:26:50.5148260Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-09-07T07:26:50.5151480Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_mps.h' 2025-09-07T07:26:50.5153190Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-09-07T07:26:50.5154540Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h' 2025-09-07T07:26:50.5155610Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/common.h' 2025-09-07T07:26:50.5156390Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h' 2025-09-07T07:26:50.5157160Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h' 2025-09-07T07:26:50.5158220Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/mps.h' 2025-09-07T07:26:50.5158990Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h' 2025-09-07T07:26:50.5160180Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h' 2025-09-07T07:26:50.5160940Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h' 2025-09-07T07:26:50.5162050Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/mps.h' 2025-09-07T07:26:50.5162880Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h' 2025-09-07T07:26:50.5163820Z adding 'torch/include/torch/csrc/instruction_counter/Module.h' 2025-09-07T07:26:50.5165930Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-09-07T07:26:50.5167060Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-09-07T07:26:50.5167880Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-09-07T07:26:50.5171680Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-09-07T07:26:50.5173240Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-09-07T07:26:50.5174840Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-09-07T07:26:50.5180520Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-09-07T07:26:50.5182160Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-09-07T07:26:50.5183970Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-09-07T07:26:50.5186470Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-09-07T07:26:50.5187370Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-09-07T07:26:50.5188310Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-09-07T07:26:50.5189470Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-09-07T07:26:50.5190580Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-09-07T07:26:50.5191560Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-09-07T07:26:50.5192450Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-09-07T07:26:50.5193190Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-09-07T07:26:50.5195230Z adding 'torch/include/torch/csrc/jit/backends/coreml/cpp/context.h' 2025-09-07T07:26:50.5196130Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h' 2025-09-07T07:26:50.5197000Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h' 2025-09-07T07:26:50.5197930Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h' 2025-09-07T07:26:50.5199210Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h' 2025-09-07T07:26:50.5200030Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h' 2025-09-07T07:26:50.5202200Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h' 2025-09-07T07:26:50.5203150Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h' 2025-09-07T07:26:50.5204710Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h' 2025-09-07T07:26:50.5206190Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/serialization/serializer.h' 2025-09-07T07:26:50.5207720Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-09-07T07:26:50.5209030Z adding 'torch/include/torch/csrc/jit/codegen/fuser/arg_spec.h' 2025-09-07T07:26:50.5210240Z adding 'torch/include/torch/csrc/jit/codegen/fuser/codegen.h' 2025-09-07T07:26:50.5211350Z adding 'torch/include/torch/csrc/jit/codegen/fuser/compiler.h' 2025-09-07T07:26:50.5212210Z adding 'torch/include/torch/csrc/jit/codegen/fuser/executor.h' 2025-09-07T07:26:50.5213000Z adding 'torch/include/torch/csrc/jit/codegen/fuser/fallback.h' 2025-09-07T07:26:50.5214600Z adding 'torch/include/torch/csrc/jit/codegen/fuser/fused_kernel.h' 2025-09-07T07:26:50.5215650Z adding 'torch/include/torch/csrc/jit/codegen/fuser/interface.h' 2025-09-07T07:26:50.5216550Z adding 'torch/include/torch/csrc/jit/codegen/fuser/kernel_cache.h' 2025-09-07T07:26:50.5218010Z adding 'torch/include/torch/csrc/jit/codegen/fuser/kernel_spec.h' 2025-09-07T07:26:50.5219410Z adding 'torch/include/torch/csrc/jit/codegen/fuser/partition_desc.h' 2025-09-07T07:26:50.5220620Z adding 'torch/include/torch/csrc/jit/codegen/fuser/tensor_desc.h' 2025-09-07T07:26:50.5221500Z adding 'torch/include/torch/csrc/jit/codegen/fuser/tensor_info.h' 2025-09-07T07:26:50.5222890Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h' 2025-09-07T07:26:50.5224290Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h' 2025-09-07T07:26:50.5225530Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cpu/temp_file.h' 2025-09-07T07:26:50.5226740Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h' 2025-09-07T07:26:50.5229460Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cuda/resource_strings.h' 2025-09-07T07:26:50.5232130Z adding 'torch/include/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h' 2025-09-07T07:26:50.5232690Z adding 'torch/include/torch/csrc/jit/codegen/onednn/decompose_silu.h' 2025-09-07T07:26:50.5233520Z adding 'torch/include/torch/csrc/jit/codegen/onednn/defer_size_check.h' 2025-09-07T07:26:50.5234470Z adding 'torch/include/torch/csrc/jit/codegen/onednn/graph_fuser.h' 2025-09-07T07:26:50.5235980Z adding 'torch/include/torch/csrc/jit/codegen/onednn/graph_helper.h' 2025-09-07T07:26:50.5236770Z adding 'torch/include/torch/csrc/jit/codegen/onednn/guard_shape.h' 2025-09-07T07:26:50.5237800Z adding 'torch/include/torch/csrc/jit/codegen/onednn/interface.h' 2025-09-07T07:26:50.5238980Z adding 'torch/include/torch/csrc/jit/codegen/onednn/kernel.h' 2025-09-07T07:26:50.5240120Z adding 'torch/include/torch/csrc/jit/codegen/onednn/layout_propagation.h' 2025-09-07T07:26:50.5241450Z adding 'torch/include/torch/csrc/jit/codegen/onednn/operator.h' 2025-09-07T07:26:50.5242320Z adding 'torch/include/torch/csrc/jit/codegen/onednn/prepare_binary.h' 2025-09-07T07:26:50.5244330Z adding 'torch/include/torch/csrc/jit/cuda/cuda.h' 2025-09-07T07:26:50.5245630Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-09-07T07:26:50.5246510Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-09-07T07:26:50.5249250Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-09-07T07:26:50.5249680Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-09-07T07:26:50.5250790Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-09-07T07:26:50.5251930Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-09-07T07:26:50.5252710Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-09-07T07:26:50.5253610Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-09-07T07:26:50.5254780Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-09-07T07:26:50.5255570Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-09-07T07:26:50.5260520Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-09-07T07:26:50.5261500Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-09-07T07:26:50.5262780Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-09-07T07:26:50.5263990Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-09-07T07:26:50.5264840Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-09-07T07:26:50.5265670Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-09-07T07:26:50.5267050Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-09-07T07:26:50.5268130Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-09-07T07:26:50.5269100Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-09-07T07:26:50.5270090Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-09-07T07:26:50.5274580Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-09-07T07:26:50.5275360Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-09-07T07:26:50.5276140Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-09-07T07:26:50.5281960Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-09-07T07:26:50.5285010Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-09-07T07:26:50.5287070Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-09-07T07:26:50.5293440Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-09-07T07:26:50.5294330Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-09-07T07:26:50.5298320Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-09-07T07:26:50.5299870Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-09-07T07:26:50.5300950Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-09-07T07:26:50.5302930Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-09-07T07:26:50.5303460Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-09-07T07:26:50.5316220Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-09-07T07:26:50.5318310Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-09-07T07:26:50.5318990Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-09-07T07:26:50.5320500Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-09-07T07:26:50.5321310Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-09-07T07:26:50.5323380Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-09-07T07:26:50.5324540Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-09-07T07:26:50.5325690Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-09-07T07:26:50.5327070Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-09-07T07:26:50.5328220Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-09-07T07:26:50.5330310Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-09-07T07:26:50.5332100Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-09-07T07:26:50.5332870Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-09-07T07:26:50.5334080Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-09-07T07:26:50.5335450Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-09-07T07:26:50.5336710Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-09-07T07:26:50.5337570Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-09-07T07:26:50.5338440Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-09-07T07:26:50.5339310Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-09-07T07:26:50.5341570Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-09-07T07:26:50.5342610Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-09-07T07:26:50.5343500Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-09-07T07:26:50.5344390Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-09-07T07:26:50.5345550Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-09-07T07:26:50.5347030Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-09-07T07:26:50.5347910Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-09-07T07:26:50.5348870Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-09-07T07:26:50.5350270Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-09-07T07:26:50.5351220Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-09-07T07:26:50.5352100Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-09-07T07:26:50.5353300Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/backport.h' 2025-09-07T07:26:50.5354630Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/backport_manager.h' 2025-09-07T07:26:50.5355840Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/model_compatibility.h' 2025-09-07T07:26:50.5356780Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h' 2025-09-07T07:26:50.5357970Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h' 2025-09-07T07:26:50.5359190Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h' 2025-09-07T07:26:50.5360190Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h' 2025-09-07T07:26:50.5361750Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h' 2025-09-07T07:26:50.5362630Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h' 2025-09-07T07:26:50.5363840Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/TensorUtils.h' 2025-09-07T07:26:50.5364720Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/TracerRunner.h' 2025-09-07T07:26:50.5365770Z adding 'torch/include/torch/csrc/jit/mobile/nnc/aot_compiler.h' 2025-09-07T07:26:50.5367790Z adding 'torch/include/torch/csrc/jit/mobile/nnc/context.h' 2025-09-07T07:26:50.5368720Z adding 'torch/include/torch/csrc/jit/mobile/nnc/registry.h' 2025-09-07T07:26:50.5369920Z adding 'torch/include/torch/csrc/jit/mobile/train/export_data.h' 2025-09-07T07:26:50.5370880Z adding 'torch/include/torch/csrc/jit/mobile/train/random.h' 2025-09-07T07:26:50.5371840Z adding 'torch/include/torch/csrc/jit/mobile/train/sequential.h' 2025-09-07T07:26:50.5374050Z adding 'torch/include/torch/csrc/jit/mobile/train/optim/sgd.h' 2025-09-07T07:26:50.5374990Z adding 'torch/include/torch/csrc/jit/operator_upgraders/upgraders.h' 2025-09-07T07:26:50.5375880Z adding 'torch/include/torch/csrc/jit/operator_upgraders/upgraders_entry.h' 2025-09-07T07:26:50.5376860Z adding 'torch/include/torch/csrc/jit/operator_upgraders/utils.h' 2025-09-07T07:26:50.5378090Z adding 'torch/include/torch/csrc/jit/operator_upgraders/version_map.h' 2025-09-07T07:26:50.5380160Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-09-07T07:26:50.5380510Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-09-07T07:26:50.5381300Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-09-07T07:26:50.5382610Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-09-07T07:26:50.5383390Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-09-07T07:26:50.5384240Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-09-07T07:26:50.5385100Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-09-07T07:26:50.5386160Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-09-07T07:26:50.5386990Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-09-07T07:26:50.5387890Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-09-07T07:26:50.5388690Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-09-07T07:26:50.5389800Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-09-07T07:26:50.5390590Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-09-07T07:26:50.5391560Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-09-07T07:26:50.5392420Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-09-07T07:26:50.5393530Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-09-07T07:26:50.5394500Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-09-07T07:26:50.5395240Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-09-07T07:26:50.5396070Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-09-07T07:26:50.5397180Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-09-07T07:26:50.5398060Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-09-07T07:26:50.5398960Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-09-07T07:26:50.5400010Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-09-07T07:26:50.5401520Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-09-07T07:26:50.5402250Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-09-07T07:26:50.5403190Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-09-07T07:26:50.5404020Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-09-07T07:26:50.5405120Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-09-07T07:26:50.5405980Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-09-07T07:26:50.5406840Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-09-07T07:26:50.5407720Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-09-07T07:26:50.5408780Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-09-07T07:26:50.5409590Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-09-07T07:26:50.5410430Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-09-07T07:26:50.5411220Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-09-07T07:26:50.5412520Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-09-07T07:26:50.5413570Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-09-07T07:26:50.5414350Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-09-07T07:26:50.5415130Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-09-07T07:26:50.5416300Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-09-07T07:26:50.5417140Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-09-07T07:26:50.5417920Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-09-07T07:26:50.5418660Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-09-07T07:26:50.5419750Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-09-07T07:26:50.5420570Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-09-07T07:26:50.5421360Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-09-07T07:26:50.5422090Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-09-07T07:26:50.5423270Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-09-07T07:26:50.5424190Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-09-07T07:26:50.5425010Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-09-07T07:26:50.5425860Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-09-07T07:26:50.5427570Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-09-07T07:26:50.5428730Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-09-07T07:26:50.5429760Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-09-07T07:26:50.5430760Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-09-07T07:26:50.5431590Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-09-07T07:26:50.5432630Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-09-07T07:26:50.5436750Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-09-07T07:26:50.5437030Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-09-07T07:26:50.5437350Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-09-07T07:26:50.5442960Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-09-07T07:26:50.5443370Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-09-07T07:26:50.5443710Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-09-07T07:26:50.5444040Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-09-07T07:26:50.5444350Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-09-07T07:26:50.5444650Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-09-07T07:26:50.5444950Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-09-07T07:26:50.5445250Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-09-07T07:26:50.5445570Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-09-07T07:26:50.5445870Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-09-07T07:26:50.5446180Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-09-07T07:26:50.5446990Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-09-07T07:26:50.5447560Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-09-07T07:26:50.5448530Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-09-07T07:26:50.5449420Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-09-07T07:26:50.5450300Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-09-07T07:26:50.5451200Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-09-07T07:26:50.5452680Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-09-07T07:26:50.5453760Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-09-07T07:26:50.5455010Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-09-07T07:26:50.5455940Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-09-07T07:26:50.5457120Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-09-07T07:26:50.5458070Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-09-07T07:26:50.5459120Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-09-07T07:26:50.5459970Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-09-07T07:26:50.5460840Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-09-07T07:26:50.5461700Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-09-07T07:26:50.5463090Z adding 'torch/include/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h' 2025-09-07T07:26:50.5464260Z adding 'torch/include/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h' 2025-09-07T07:26:50.5465140Z adding 'torch/include/torch/csrc/jit/passes/onnx/constant_fold.h' 2025-09-07T07:26:50.5466520Z adding 'torch/include/torch/csrc/jit/passes/onnx/constant_map.h' 2025-09-07T07:26:50.5467420Z adding 'torch/include/torch/csrc/jit/passes/onnx/deduplicate_initializers.h' 2025-09-07T07:26:50.5468270Z adding 'torch/include/torch/csrc/jit/passes/onnx/eliminate_unused_items.h' 2025-09-07T07:26:50.5469000Z adding 'torch/include/torch/csrc/jit/passes/onnx/eval_peephole.h' 2025-09-07T07:26:50.5469850Z adding 'torch/include/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h' 2025-09-07T07:26:50.5471000Z adding 'torch/include/torch/csrc/jit/passes/onnx/function_extraction.h' 2025-09-07T07:26:50.5471810Z adding 'torch/include/torch/csrc/jit/passes/onnx/function_substitution.h' 2025-09-07T07:26:50.5472880Z adding 'torch/include/torch/csrc/jit/passes/onnx/helper.h' 2025-09-07T07:26:50.5473750Z adding 'torch/include/torch/csrc/jit/passes/onnx/list_model_parameters.h' 2025-09-07T07:26:50.5474580Z adding 'torch/include/torch/csrc/jit/passes/onnx/naming.h' 2025-09-07T07:26:50.5475610Z adding 'torch/include/torch/csrc/jit/passes/onnx/onnx_log.h' 2025-09-07T07:26:50.5476270Z adding 'torch/include/torch/csrc/jit/passes/onnx/peephole.h' 2025-09-07T07:26:50.5477170Z adding 'torch/include/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h' 2025-09-07T07:26:50.5477920Z adding 'torch/include/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h' 2025-09-07T07:26:50.5478770Z adding 'torch/include/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h' 2025-09-07T07:26:50.5479570Z adding 'torch/include/torch/csrc/jit/passes/onnx/scalar_type_analysis.h' 2025-09-07T07:26:50.5481180Z adding 'torch/include/torch/csrc/jit/passes/onnx/shape_type_inference.h' 2025-09-07T07:26:50.5481920Z adding 'torch/include/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h' 2025-09-07T07:26:50.5483060Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h' 2025-09-07T07:26:50.5483850Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/common.h' 2025-09-07T07:26:50.5485020Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h' 2025-09-07T07:26:50.5486510Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h' 2025-09-07T07:26:50.5487640Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-09-07T07:26:50.5488730Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-09-07T07:26:50.5489580Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-09-07T07:26:50.5491640Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-09-07T07:26:50.5492460Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-09-07T07:26:50.5493480Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-09-07T07:26:50.5499720Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-09-07T07:26:50.5500510Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-09-07T07:26:50.5501350Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-09-07T07:26:50.5502440Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-09-07T07:26:50.5504550Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-09-07T07:26:50.5505200Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-09-07T07:26:50.5506040Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-09-07T07:26:50.5507160Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-09-07T07:26:50.5508260Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-09-07T07:26:50.5509300Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-09-07T07:26:50.5511440Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-09-07T07:26:50.5521070Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-09-07T07:26:50.5523760Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-09-07T07:26:50.5525990Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-09-07T07:26:50.5526980Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-09-07T07:26:50.5528100Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-09-07T07:26:50.5529690Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-09-07T07:26:50.5531720Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-09-07T07:26:50.5533800Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-09-07T07:26:50.5534470Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-09-07T07:26:50.5535280Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-09-07T07:26:50.5536060Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-09-07T07:26:50.5536850Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-09-07T07:26:50.5537710Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-09-07T07:26:50.5542080Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-09-07T07:26:50.5543340Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-09-07T07:26:50.5544510Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-09-07T07:26:50.5545450Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-09-07T07:26:50.5546400Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-09-07T07:26:50.5547230Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-09-07T07:26:50.5548090Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-09-07T07:26:50.5549770Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-09-07T07:26:50.5551030Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-09-07T07:26:50.5552840Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-09-07T07:26:50.5554580Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-09-07T07:26:50.5555910Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-09-07T07:26:50.5556870Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-09-07T07:26:50.5557680Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-09-07T07:26:50.5558820Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-09-07T07:26:50.5562380Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-09-07T07:26:50.5563130Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-09-07T07:26:50.5563940Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-09-07T07:26:50.5565230Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-09-07T07:26:50.5567620Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-09-07T07:26:50.5573230Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-09-07T07:26:50.5574330Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-09-07T07:26:50.5575250Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-09-07T07:26:50.5576050Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-09-07T07:26:50.5576980Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-09-07T07:26:50.5577860Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-09-07T07:26:50.5578690Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-09-07T07:26:50.5580000Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-09-07T07:26:50.5580820Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-09-07T07:26:50.5581730Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-09-07T07:26:50.5582590Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-09-07T07:26:50.5584720Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/can_emit_inline.h' 2025-09-07T07:26:50.5591360Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/code_impl.h' 2025-09-07T07:26:50.5592370Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/frame.h' 2025-09-07T07:26:50.5593250Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/preprocess_graph.h' 2025-09-07T07:26:50.5595470Z adding 'torch/include/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h' 2025-09-07T07:26:50.5596160Z adding 'torch/include/torch/csrc/jit/runtime/static/fusion.h' 2025-09-07T07:26:50.5604350Z adding 'torch/include/torch/csrc/jit/runtime/static/impl.h' 2025-09-07T07:26:50.5605070Z adding 'torch/include/torch/csrc/jit/runtime/static/init.h' 2025-09-07T07:26:50.5607960Z adding 'torch/include/torch/csrc/jit/runtime/static/memory_planner.h' 2025-09-07T07:26:50.5609270Z adding 'torch/include/torch/csrc/jit/runtime/static/ops.h' 2025-09-07T07:26:50.5610630Z adding 'torch/include/torch/csrc/jit/runtime/static/passes.h' 2025-09-07T07:26:50.5612590Z adding 'torch/include/torch/csrc/jit/runtime/static/processed_node_wrapper.h' 2025-09-07T07:26:50.5613340Z adding 'torch/include/torch/csrc/jit/runtime/static/static_method.h' 2025-09-07T07:26:50.5614290Z adding 'torch/include/torch/csrc/jit/runtime/static/te_wrapper.h' 2025-09-07T07:26:50.5616090Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-09-07T07:26:50.5618550Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-09-07T07:26:50.5619450Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-09-07T07:26:50.5620710Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-09-07T07:26:50.5621570Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-09-07T07:26:50.5622820Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-09-07T07:26:50.5623750Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-09-07T07:26:50.5624590Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-09-07T07:26:50.5625480Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-09-07T07:26:50.5626470Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-09-07T07:26:50.5627760Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-09-07T07:26:50.5640120Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-09-07T07:26:50.5641430Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-09-07T07:26:50.5643090Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-09-07T07:26:50.5645020Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-09-07T07:26:50.5647090Z adding 'torch/include/torch/csrc/jit/serialization/pickler_helper.h' 2025-09-07T07:26:50.5647990Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-09-07T07:26:50.5649070Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-09-07T07:26:50.5649980Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-09-07T07:26:50.5651050Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-09-07T07:26:50.5652000Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-09-07T07:26:50.5654230Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-09-07T07:26:50.5656710Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-09-07T07:26:50.5657990Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-09-07T07:26:50.5659130Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-09-07T07:26:50.5660820Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-09-07T07:26:50.5662820Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-09-07T07:26:50.5663820Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-09-07T07:26:50.5664720Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-09-07T07:26:50.5666850Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-09-07T07:26:50.5667930Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-09-07T07:26:50.5670230Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-09-07T07:26:50.5671170Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-09-07T07:26:50.5674160Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-09-07T07:26:50.5675330Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-09-07T07:26:50.5676250Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-09-07T07:26:50.5677440Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-09-07T07:26:50.5678690Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-09-07T07:26:50.5680390Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-09-07T07:26:50.5681850Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-09-07T07:26:50.5683830Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-09-07T07:26:50.5684570Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-09-07T07:26:50.5688830Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-09-07T07:26:50.5689820Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-09-07T07:26:50.5690820Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-09-07T07:26:50.5692080Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-09-07T07:26:50.5695290Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-09-07T07:26:50.5696110Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-09-07T07:26:50.5697100Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-09-07T07:26:50.5700280Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-09-07T07:26:50.5701520Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-09-07T07:26:50.5702630Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-09-07T07:26:50.5707830Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-09-07T07:26:50.5708650Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-09-07T07:26:50.5709550Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-09-07T07:26:50.5712790Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-09-07T07:26:50.5714770Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-09-07T07:26:50.5717860Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-09-07T07:26:50.5722370Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-09-07T07:26:50.5724500Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-09-07T07:26:50.5725270Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-09-07T07:26:50.5726960Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-09-07T07:26:50.5727710Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-09-07T07:26:50.5728770Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-09-07T07:26:50.5730190Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-09-07T07:26:50.5731060Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-09-07T07:26:50.5732180Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-09-07T07:26:50.5733040Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-09-07T07:26:50.5733850Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-09-07T07:26:50.5734870Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-09-07T07:26:50.5735970Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-09-07T07:26:50.5736830Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-09-07T07:26:50.5737690Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-09-07T07:26:50.5738770Z adding 'torch/include/torch/csrc/jit/testing/catch_utils.hpp' 2025-09-07T07:26:50.5739900Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-09-07T07:26:50.5740820Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-09-07T07:26:50.5742640Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-09-07T07:26:50.5743690Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-09-07T07:26:50.5745440Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-09-07T07:26:50.5746530Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-09-07T07:26:50.5748400Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-09-07T07:26:50.5749230Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-09-07T07:26:50.5750250Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-09-07T07:26:50.5751330Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-09-07T07:26:50.5753350Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-09-07T07:26:50.5754230Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-09-07T07:26:50.5756630Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-09-07T07:26:50.5757800Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-09-07T07:26:50.5758700Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-09-07T07:26:50.5759670Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-09-07T07:26:50.5760640Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-09-07T07:26:50.5764010Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-09-07T07:26:50.5766130Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-09-07T07:26:50.5767040Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-09-07T07:26:50.5768040Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-09-07T07:26:50.5769090Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-09-07T07:26:50.5771370Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-09-07T07:26:50.5773950Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-09-07T07:26:50.5774900Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-09-07T07:26:50.5776050Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-09-07T07:26:50.5776960Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-09-07T07:26:50.5778140Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-09-07T07:26:50.5779090Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-09-07T07:26:50.5780330Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-09-07T07:26:50.5781670Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-09-07T07:26:50.5782720Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-09-07T07:26:50.5783600Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-09-07T07:26:50.5806380Z adding 'torch/include/torch/csrc/lazy/generated/LazyIr.h' 2025-09-07T07:26:50.5810710Z adding 'torch/include/torch/csrc/lazy/generated/LazyNativeFunctions.h' 2025-09-07T07:26:50.5811830Z adding 'torch/include/torch/csrc/lazy/generated/LazyNonNativeIr.h' 2025-09-07T07:26:50.5812900Z adding 'torch/include/torch/csrc/lazy/python/init.h' 2025-09-07T07:26:50.5813790Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-09-07T07:26:50.5814900Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-09-07T07:26:50.5816030Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-09-07T07:26:50.5817130Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-09-07T07:26:50.5818060Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-09-07T07:26:50.5818930Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-09-07T07:26:50.5819880Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-09-07T07:26:50.5820760Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-09-07T07:26:50.5822700Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-09-07T07:26:50.5823530Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-09-07T07:26:50.5824420Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-09-07T07:26:50.5825730Z adding 'torch/include/torch/csrc/lazy/ts_backend/ops/device_data.h' 2025-09-07T07:26:50.5826680Z adding 'torch/include/torch/csrc/lazy/ts_backend/ops/generic.h' 2025-09-07T07:26:50.5828070Z adding 'torch/include/torch/csrc/lazy/ts_backend/ops/to_copy.h' 2025-09-07T07:26:50.5830500Z adding 'torch/include/torch/csrc/monitor/counters.h' 2025-09-07T07:26:50.5831450Z adding 'torch/include/torch/csrc/monitor/events.h' 2025-09-07T07:26:50.5832270Z adding 'torch/include/torch/csrc/monitor/python_init.h' 2025-09-07T07:26:50.5833260Z adding 'torch/include/torch/csrc/mps/Module.h' 2025-09-07T07:26:50.5834310Z adding 'torch/include/torch/csrc/mtia/Module.h' 2025-09-07T07:26:50.5835410Z adding 'torch/include/torch/csrc/mtia/profiler/MTIAMemoryProfiler.h' 2025-09-07T07:26:50.5836400Z adding 'torch/include/torch/csrc/multiprocessing/init.h' 2025-09-07T07:26:50.5837530Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-09-07T07:26:50.5838290Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-09-07T07:26:50.5839180Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-09-07T07:26:50.5840350Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-09-07T07:26:50.5844980Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-09-07T07:26:50.5846040Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-09-07T07:26:50.5848110Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-09-07T07:26:50.5849290Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-09-07T07:26:50.5850280Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-09-07T07:26:50.5851140Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-09-07T07:26:50.5852460Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-09-07T07:26:50.5853490Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-09-07T07:26:50.5854680Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-09-07T07:26:50.5856640Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-09-07T07:26:50.5858980Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-09-07T07:26:50.5860110Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-09-07T07:26:50.5860890Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-09-07T07:26:50.5862130Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-09-07T07:26:50.5863020Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-09-07T07:26:50.5864010Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-09-07T07:26:50.5865150Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-09-07T07:26:50.5865940Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-09-07T07:26:50.5867130Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-09-07T07:26:50.5868140Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-09-07T07:26:50.5869220Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-09-07T07:26:50.5870590Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-09-07T07:26:50.5871720Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-09-07T07:26:50.5873910Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-09-07T07:26:50.5874760Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-09-07T07:26:50.5876480Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-09-07T07:26:50.5877430Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-09-07T07:26:50.5878750Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-09-07T07:26:50.5881430Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-09-07T07:26:50.5882690Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-09-07T07:26:50.5885230Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-09-07T07:26:50.5886560Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-09-07T07:26:50.5887690Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-09-07T07:26:50.5889050Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-09-07T07:26:50.5889980Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-09-07T07:26:50.5890920Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-09-07T07:26:50.5892080Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-09-07T07:26:50.5893460Z adding 'torch/include/torch/csrc/stable/accelerator.h' 2025-09-07T07:26:50.5895440Z adding 'torch/include/torch/csrc/stable/library.h' 2025-09-07T07:26:50.5896800Z adding 'torch/include/torch/csrc/stable/ops.h' 2025-09-07T07:26:50.5899680Z adding 'torch/include/torch/csrc/stable/stableivalue_conversions.h' 2025-09-07T07:26:50.5900300Z adding 'torch/include/torch/csrc/stable/tensor.h' 2025-09-07T07:26:50.5901190Z adding 'torch/include/torch/csrc/stable/tensor_inl.h' 2025-09-07T07:26:50.5903040Z adding 'torch/include/torch/csrc/stable/tensor_struct.h' 2025-09-07T07:26:50.5904090Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-09-07T07:26:50.5905860Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-09-07T07:26:50.5906540Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-09-07T07:26:50.5907340Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-09-07T07:26:50.5908540Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-09-07T07:26:50.5909570Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-09-07T07:26:50.5923480Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-09-07T07:26:50.5924630Z adding 'torch/include/torch/csrc/utils/init.h' 2025-09-07T07:26:50.5925530Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-09-07T07:26:50.5926340Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-09-07T07:26:50.5927270Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-09-07T07:26:50.5928350Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-09-07T07:26:50.5929170Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-09-07T07:26:50.5931930Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-09-07T07:26:50.5932650Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-09-07T07:26:50.5933470Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-09-07T07:26:50.5941360Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-09-07T07:26:50.5942320Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-09-07T07:26:50.5943190Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-09-07T07:26:50.5944910Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-09-07T07:26:50.5945840Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-09-07T07:26:50.5947570Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-09-07T07:26:50.5948740Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-09-07T07:26:50.5949500Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-09-07T07:26:50.5951360Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-09-07T07:26:50.5952120Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-09-07T07:26:50.5953010Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-09-07T07:26:50.5960330Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-09-07T07:26:50.5961830Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-09-07T07:26:50.5962800Z adding 'torch/include/torch/csrc/utils/six.h' 2025-09-07T07:26:50.5963610Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-09-07T07:26:50.5964440Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-09-07T07:26:50.5965240Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-09-07T07:26:50.5966460Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-09-07T07:26:50.5967190Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-09-07T07:26:50.5967940Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-09-07T07:26:50.5968770Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-09-07T07:26:50.5969890Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-09-07T07:26:50.5970780Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-09-07T07:26:50.5971570Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-09-07T07:26:50.5972410Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-09-07T07:26:50.5974430Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-09-07T07:26:50.5976420Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-09-07T07:26:50.5977240Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-09-07T07:26:50.5978440Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-09-07T07:26:50.5979200Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-09-07T07:26:50.5980300Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-09-07T07:26:50.5981100Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-09-07T07:26:50.5981930Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-09-07T07:26:50.5984070Z adding 'torch/include/torch/headeronly/core/ScalarType.h' 2025-09-07T07:26:50.5985370Z adding 'torch/include/torch/headeronly/cpu/vec/intrinsics.h' 2025-09-07T07:26:50.5986400Z adding 'torch/include/torch/headeronly/cpu/vec/vec_half.h' 2025-09-07T07:26:50.5988470Z adding 'torch/include/torch/headeronly/cpu/vec/vec256/missing_vld1_neon.h' 2025-09-07T07:26:50.5989210Z adding 'torch/include/torch/headeronly/cpu/vec/vec256/missing_vst1_neon.h' 2025-09-07T07:26:50.5991280Z adding 'torch/include/torch/headeronly/macros/Export.h' 2025-09-07T07:26:50.5995260Z adding 'torch/include/torch/headeronly/macros/Macros.h' 2025-09-07T07:26:50.5996050Z adding 'torch/include/torch/headeronly/macros/cmake_macros.h' 2025-09-07T07:26:50.5998830Z adding 'torch/include/torch/headeronly/util/BFloat16.h' 2025-09-07T07:26:50.6000040Z adding 'torch/include/torch/headeronly/util/Exception.h' 2025-09-07T07:26:50.6001020Z adding 'torch/include/torch/headeronly/util/Float4_e2m1fn_x2.h' 2025-09-07T07:26:50.6004370Z adding 'torch/include/torch/headeronly/util/Float8_e4m3fn.h' 2025-09-07T07:26:50.6006720Z adding 'torch/include/torch/headeronly/util/Float8_e4m3fnuz.h' 2025-09-07T07:26:50.6009150Z adding 'torch/include/torch/headeronly/util/Float8_e5m2.h' 2025-09-07T07:26:50.6011540Z adding 'torch/include/torch/headeronly/util/Float8_e5m2fnuz.h' 2025-09-07T07:26:50.6013400Z adding 'torch/include/torch/headeronly/util/Float8_e8m0fnu.h' 2025-09-07T07:26:50.6014320Z adding 'torch/include/torch/headeronly/util/Float8_fnuz_cvt.h' 2025-09-07T07:26:50.6019220Z adding 'torch/include/torch/headeronly/util/Half.h' 2025-09-07T07:26:50.6020500Z adding 'torch/include/torch/headeronly/util/TypeSafeSignMath.h' 2025-09-07T07:26:50.6021490Z adding 'torch/include/torch/headeronly/util/bit_cast.h' 2025-09-07T07:26:50.6022440Z adding 'torch/include/torch/headeronly/util/bits.h' 2025-09-07T07:26:50.6025950Z adding 'torch/include/torch/headeronly/util/complex.h' 2025-09-07T07:26:50.6026820Z adding 'torch/include/torch/headeronly/util/floating_point_utils.h' 2025-09-07T07:26:50.6027600Z adding 'torch/include/torch/headeronly/util/qint32.h' 2025-09-07T07:26:50.6028460Z adding 'torch/include/torch/headeronly/util/qint8.h' 2025-09-07T07:26:50.6029300Z adding 'torch/include/torch/headeronly/util/quint2x4.h' 2025-09-07T07:26:50.6030110Z adding 'torch/include/torch/headeronly/util/quint4x2.h' 2025-09-07T07:26:50.6030910Z adding 'torch/include/torch/headeronly/util/quint8.h' 2025-09-07T07:26:50.6031880Z adding 'torch/include/torch/headeronly/util/shim_utils.h' 2025-09-07T07:26:50.6034800Z adding 'torch/jit/__init__.py' 2025-09-07T07:26:50.6036080Z adding 'torch/jit/_async.py' 2025-09-07T07:26:50.6036970Z adding 'torch/jit/_await.py' 2025-09-07T07:26:50.6039030Z adding 'torch/jit/_builtins.py' 2025-09-07T07:26:50.6041280Z adding 'torch/jit/_check.py' 2025-09-07T07:26:50.6043200Z adding 'torch/jit/_dataclass_impls.py' 2025-09-07T07:26:50.6043870Z adding 'torch/jit/_decomposition_utils.py' 2025-09-07T07:26:50.6045580Z adding 'torch/jit/_decompositions.py' 2025-09-07T07:26:50.6047830Z adding 'torch/jit/_freeze.py' 2025-09-07T07:26:50.6049630Z adding 'torch/jit/_fuser.py' 2025-09-07T07:26:50.6050390Z adding 'torch/jit/_ir_utils.py' 2025-09-07T07:26:50.6051150Z adding 'torch/jit/_logging.py' 2025-09-07T07:26:50.6053350Z adding 'torch/jit/_monkeytype_config.py' 2025-09-07T07:26:50.6054120Z adding 'torch/jit/_pickle.py' 2025-09-07T07:26:50.6063780Z adding 'torch/jit/_recursive.py' 2025-09-07T07:26:50.6078770Z adding 'torch/jit/_script.py' 2025-09-07T07:26:50.6081270Z adding 'torch/jit/_script.pyi' 2025-09-07T07:26:50.6083560Z adding 'torch/jit/_serialization.py' 2025-09-07T07:26:50.6092690Z adding 'torch/jit/_shape_functions.py' 2025-09-07T07:26:50.6094100Z adding 'torch/jit/_state.py' 2025-09-07T07:26:50.6105820Z adding 'torch/jit/_trace.py' 2025-09-07T07:26:50.6110260Z adding 'torch/jit/annotations.py' 2025-09-07T07:26:50.6119630Z adding 'torch/jit/frontend.py' 2025-09-07T07:26:50.6120560Z adding 'torch/jit/generate_bytecode.py' 2025-09-07T07:26:50.6121610Z adding 'torch/jit/quantized.py' 2025-09-07T07:26:50.6124260Z adding 'torch/jit/supported_ops.py' 2025-09-07T07:26:50.6125160Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-09-07T07:26:50.6126180Z adding 'torch/jit/_passes/__init__.py' 2025-09-07T07:26:50.6127250Z adding 'torch/jit/_passes/_property_propagation.py' 2025-09-07T07:26:50.6129440Z adding 'torch/jit/mobile/__init__.py' 2025-09-07T07:26:50.6201070Z adding 'torch/lib/libaoti_custom_ops.dylib' 2025-09-07T07:26:50.6280810Z adding 'torch/lib/libbackend_with_compiler.dylib' 2025-09-07T07:26:50.6555040Z adding 'torch/lib/libc10.dylib' 2025-09-07T07:26:50.6627760Z adding 'torch/lib/libjitbackend_test.dylib' 2025-09-07T07:26:50.6845550Z adding 'torch/lib/libomp.dylib' 2025-09-07T07:26:50.6858300Z adding 'torch/lib/libshm.dylib' 2025-09-07T07:26:50.6860610Z adding 'torch/lib/libtorch.dylib' 2025-09-07T07:26:54.3795180Z adding 'torch/lib/libtorch_cpu.dylib' 2025-09-07T07:26:54.4601380Z adding 'torch/lib/libtorch_global_deps.dylib' 2025-09-07T07:26:55.0782650Z adding 'torch/lib/libtorch_python.dylib' 2025-09-07T07:26:55.1128890Z adding 'torch/lib/libtorchbind_test.dylib' 2025-09-07T07:26:55.1135710Z adding 'torch/lib/libshm/alloc_info.h' 2025-09-07T07:26:55.1138230Z adding 'torch/lib/libshm/err.h' 2025-09-07T07:26:55.1139190Z adding 'torch/lib/libshm/libshm.h' 2025-09-07T07:26:55.1140690Z adding 'torch/lib/libshm/socket.h' 2025-09-07T07:26:55.1141880Z adding 'torch/lib/libshm_windows/libshm.h' 2025-09-07T07:26:55.1163420Z adding 'torch/linalg/__init__.py' 2025-09-07T07:26:55.1165960Z adding 'torch/masked/__init__.py' 2025-09-07T07:26:55.1170050Z adding 'torch/masked/_docs.py' 2025-09-07T07:26:55.1183280Z adding 'torch/masked/_ops.py' 2025-09-07T07:26:55.1187780Z adding 'torch/masked/maskedtensor/__init__.py' 2025-09-07T07:26:55.1188230Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-09-07T07:26:55.1190190Z adding 'torch/masked/maskedtensor/binary.py' 2025-09-07T07:26:55.1193220Z adding 'torch/masked/maskedtensor/core.py' 2025-09-07T07:26:55.1194070Z adding 'torch/masked/maskedtensor/creation.py' 2025-09-07T07:26:55.1195400Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-09-07T07:26:55.1197050Z adding 'torch/masked/maskedtensor/reductions.py' 2025-09-07T07:26:55.1198470Z adding 'torch/masked/maskedtensor/unary.py' 2025-09-07T07:26:55.1199720Z adding 'torch/monitor/__init__.py' 2025-09-07T07:26:55.1202280Z adding 'torch/mps/__init__.py' 2025-09-07T07:26:55.1203220Z adding 'torch/mps/event.py' 2025-09-07T07:26:55.1204620Z adding 'torch/mps/profiler.py' 2025-09-07T07:26:55.1208130Z adding 'torch/mtia/__init__.py' 2025-09-07T07:26:55.1209540Z adding 'torch/mtia/_utils.py' 2025-09-07T07:26:55.1210650Z adding 'torch/mtia/memory.py' 2025-09-07T07:26:55.1212800Z adding 'torch/multiprocessing/__init__.py' 2025-09-07T07:26:55.1213370Z adding 'torch/multiprocessing/_atfork.py' 2025-09-07T07:26:55.1214840Z adding 'torch/multiprocessing/pool.py' 2025-09-07T07:26:55.1215890Z adding 'torch/multiprocessing/queue.py' 2025-09-07T07:26:55.1220990Z adding 'torch/multiprocessing/reductions.py' 2025-09-07T07:26:55.1224500Z adding 'torch/multiprocessing/spawn.py' 2025-09-07T07:26:55.1229670Z adding 'torch/nested/__init__.py' 2025-09-07T07:26:55.1230760Z adding 'torch/nested/_internal/__init__.py' 2025-09-07T07:26:55.1232090Z adding 'torch/nested/_internal/nested_int.py' 2025-09-07T07:26:55.1237530Z adding 'torch/nested/_internal/nested_tensor.py' 2025-09-07T07:26:55.1255610Z adding 'torch/nested/_internal/ops.py' 2025-09-07T07:26:55.1263190Z adding 'torch/nested/_internal/sdpa.py' 2025-09-07T07:26:55.1265740Z adding 'torch/nn/__init__.py' 2025-09-07T07:26:55.1266890Z adding 'torch/nn/_reduction.py' 2025-09-07T07:26:55.1268910Z adding 'torch/nn/common_types.py' 2025-09-07T07:26:55.1270130Z adding 'torch/nn/cpp.py' 2025-09-07T07:26:55.1314020Z adding 'torch/nn/functional.py' 2025-09-07T07:26:55.1318650Z adding 'torch/nn/functional.pyi' 2025-09-07T07:26:55.1320580Z adding 'torch/nn/grad.py' 2025-09-07T07:26:55.1325360Z adding 'torch/nn/init.py' 2025-09-07T07:26:55.1328230Z adding 'torch/nn/parameter.py' 2025-09-07T07:26:55.1329040Z adding 'torch/nn/parameter.pyi' 2025-09-07T07:26:55.1331630Z adding 'torch/nn/attention/__init__.py' 2025-09-07T07:26:55.1332620Z adding 'torch/nn/attention/_utils.py' 2025-09-07T07:26:55.1335700Z adding 'torch/nn/attention/bias.py' 2025-09-07T07:26:55.1349930Z adding 'torch/nn/attention/flex_attention.py' 2025-09-07T07:26:55.1351050Z adding 'torch/nn/attention/experimental/__init__.py' 2025-09-07T07:26:55.1354160Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-09-07T07:26:55.1354870Z adding 'torch/nn/backends/__init__.py' 2025-09-07T07:26:55.1355690Z adding 'torch/nn/backends/thnn.py' 2025-09-07T07:26:55.1356860Z adding 'torch/nn/intrinsic/__init__.py' 2025-09-07T07:26:55.1358260Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-09-07T07:26:55.1359080Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-09-07T07:26:55.1360050Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-09-07T07:26:55.1361190Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-09-07T07:26:55.1362340Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-09-07T07:26:55.1363190Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-09-07T07:26:55.1364030Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-09-07T07:26:55.1365080Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-09-07T07:26:55.1366260Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-09-07T07:26:55.1367350Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-09-07T07:26:55.1368140Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-09-07T07:26:55.1369130Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-09-07T07:26:55.1370060Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-09-07T07:26:55.1370850Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-09-07T07:26:55.1371590Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-09-07T07:26:55.1374020Z adding 'torch/nn/modules/__init__.py' 2025-09-07T07:26:55.1376820Z adding 'torch/nn/modules/_functions.py' 2025-09-07T07:26:55.1387010Z adding 'torch/nn/modules/activation.py' 2025-09-07T07:26:55.1390160Z adding 'torch/nn/modules/adaptive.py' 2025-09-07T07:26:55.1395730Z adding 'torch/nn/modules/batchnorm.py' 2025-09-07T07:26:55.1396850Z adding 'torch/nn/modules/channelshuffle.py' 2025-09-07T07:26:55.1403910Z adding 'torch/nn/modules/container.py' 2025-09-07T07:26:55.1413880Z adding 'torch/nn/modules/conv.py' 2025-09-07T07:26:55.1415300Z adding 'torch/nn/modules/distance.py' 2025-09-07T07:26:55.1417810Z adding 'torch/nn/modules/dropout.py' 2025-09-07T07:26:55.1419180Z adding 'torch/nn/modules/flatten.py' 2025-09-07T07:26:55.1422110Z adding 'torch/nn/modules/fold.py' 2025-09-07T07:26:55.1424920Z adding 'torch/nn/modules/instancenorm.py' 2025-09-07T07:26:55.1427890Z adding 'torch/nn/modules/lazy.py' 2025-09-07T07:26:55.1430320Z adding 'torch/nn/modules/linear.py' 2025-09-07T07:26:55.1446870Z adding 'torch/nn/modules/loss.py' 2025-09-07T07:26:55.1471890Z adding 'torch/nn/modules/module.py' 2025-09-07T07:26:55.1475400Z adding 'torch/nn/modules/normalization.py' 2025-09-07T07:26:55.1478650Z adding 'torch/nn/modules/padding.py' 2025-09-07T07:26:55.1479810Z adding 'torch/nn/modules/pixelshuffle.py' 2025-09-07T07:26:55.1487330Z adding 'torch/nn/modules/pooling.py' 2025-09-07T07:26:55.1498720Z adding 'torch/nn/modules/rnn.py' 2025-09-07T07:26:55.1503120Z adding 'torch/nn/modules/sparse.py' 2025-09-07T07:26:55.1511360Z adding 'torch/nn/modules/transformer.py' 2025-09-07T07:26:55.1514020Z adding 'torch/nn/modules/upsampling.py' 2025-09-07T07:26:55.1515090Z adding 'torch/nn/modules/utils.py' 2025-09-07T07:26:55.1516310Z adding 'torch/nn/parallel/__init__.py' 2025-09-07T07:26:55.1518320Z adding 'torch/nn/parallel/_functions.py' 2025-09-07T07:26:55.1520780Z adding 'torch/nn/parallel/comm.py' 2025-09-07T07:26:55.1523590Z adding 'torch/nn/parallel/data_parallel.py' 2025-09-07T07:26:55.1549070Z adding 'torch/nn/parallel/distributed.py' 2025-09-07T07:26:55.1551180Z adding 'torch/nn/parallel/parallel_apply.py' 2025-09-07T07:26:55.1553270Z adding 'torch/nn/parallel/replicate.py' 2025-09-07T07:26:55.1554690Z adding 'torch/nn/parallel/scatter_gather.py' 2025-09-07T07:26:55.1555850Z adding 'torch/nn/qat/__init__.py' 2025-09-07T07:26:55.1556960Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-09-07T07:26:55.1558130Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-09-07T07:26:55.1559030Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-09-07T07:26:55.1560110Z adding 'torch/nn/qat/modules/__init__.py' 2025-09-07T07:26:55.1560920Z adding 'torch/nn/qat/modules/conv.py' 2025-09-07T07:26:55.1561930Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-09-07T07:26:55.1562740Z adding 'torch/nn/qat/modules/linear.py' 2025-09-07T07:26:55.1563720Z adding 'torch/nn/quantizable/__init__.py' 2025-09-07T07:26:55.1564770Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-09-07T07:26:55.1565780Z adding 'torch/nn/quantizable/modules/activation.py' 2025-09-07T07:26:55.1566670Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-09-07T07:26:55.1567770Z adding 'torch/nn/quantized/__init__.py' 2025-09-07T07:26:55.1568580Z adding 'torch/nn/quantized/functional.py' 2025-09-07T07:26:55.1569760Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-09-07T07:26:55.1571040Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-09-07T07:26:55.1571910Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-09-07T07:26:55.1572740Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-09-07T07:26:55.1573700Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-09-07T07:26:55.1574550Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-09-07T07:26:55.1575380Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-09-07T07:26:55.1576320Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-09-07T07:26:55.1577650Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-09-07T07:26:55.1578520Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-09-07T07:26:55.1579340Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-09-07T07:26:55.1580190Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-09-07T07:26:55.1581700Z adding 'torch/nn/quantized/modules/__init__.py' 2025-09-07T07:26:55.1582550Z adding 'torch/nn/quantized/modules/activation.py' 2025-09-07T07:26:55.1583380Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-09-07T07:26:55.1584190Z adding 'torch/nn/quantized/modules/conv.py' 2025-09-07T07:26:55.1585150Z adding 'torch/nn/quantized/modules/dropout.py' 2025-09-07T07:26:55.1586010Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-09-07T07:26:55.1586840Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-09-07T07:26:55.1587610Z adding 'torch/nn/quantized/modules/linear.py' 2025-09-07T07:26:55.1588620Z adding 'torch/nn/quantized/modules/normalization.py' 2025-09-07T07:26:55.1589410Z adding 'torch/nn/quantized/modules/rnn.py' 2025-09-07T07:26:55.1590220Z adding 'torch/nn/quantized/modules/utils.py' 2025-09-07T07:26:55.1591470Z adding 'torch/nn/utils/__init__.py' 2025-09-07T07:26:55.1592670Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-09-07T07:26:55.1595650Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-09-07T07:26:55.1597140Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-09-07T07:26:55.1599830Z adding 'torch/nn/utils/clip_grad.py' 2025-09-07T07:26:55.1601150Z adding 'torch/nn/utils/convert_parameters.py' 2025-09-07T07:26:55.1603140Z adding 'torch/nn/utils/fusion.py' 2025-09-07T07:26:55.1604040Z adding 'torch/nn/utils/init.py' 2025-09-07T07:26:55.1606110Z adding 'torch/nn/utils/memory_format.py' 2025-09-07T07:26:55.1611880Z adding 'torch/nn/utils/parametrizations.py' 2025-09-07T07:26:55.1619630Z adding 'torch/nn/utils/parametrize.py' 2025-09-07T07:26:55.1630040Z adding 'torch/nn/utils/prune.py' 2025-09-07T07:26:55.1635140Z adding 'torch/nn/utils/rnn.py' 2025-09-07T07:26:55.1638650Z adding 'torch/nn/utils/spectral_norm.py' 2025-09-07T07:26:55.1641410Z adding 'torch/nn/utils/stateless.py' 2025-09-07T07:26:55.1643530Z adding 'torch/nn/utils/weight_norm.py' 2025-09-07T07:26:55.1644460Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-09-07T07:26:55.1645740Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-09-07T07:26:55.1648650Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-09-07T07:26:55.1649810Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-09-07T07:26:55.1651920Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-09-07T07:26:55.1654050Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-09-07T07:26:55.1654960Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-09-07T07:26:55.1656470Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-09-07T07:26:55.1657740Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-09-07T07:26:55.1658840Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-09-07T07:26:55.1659830Z adding 'torch/numa/__init__.py' 2025-09-07T07:26:55.1663800Z adding 'torch/numa/binding.py' 2025-09-07T07:26:55.1667930Z adding 'torch/onnx/__init__.py' 2025-09-07T07:26:55.1668630Z adding 'torch/onnx/_constants.py' 2025-09-07T07:26:55.1669610Z adding 'torch/onnx/_flags.py' 2025-09-07T07:26:55.1671000Z adding 'torch/onnx/errors.py' 2025-09-07T07:26:55.1671980Z adding 'torch/onnx/operators.py' 2025-09-07T07:26:55.1672790Z adding 'torch/onnx/symbolic_helper.py' 2025-09-07T07:26:55.1673590Z adding 'torch/onnx/symbolic_opset10.py' 2025-09-07T07:26:55.1674530Z adding 'torch/onnx/symbolic_opset11.py' 2025-09-07T07:26:55.1675320Z adding 'torch/onnx/symbolic_opset12.py' 2025-09-07T07:26:55.1676050Z adding 'torch/onnx/symbolic_opset13.py' 2025-09-07T07:26:55.1676760Z adding 'torch/onnx/symbolic_opset14.py' 2025-09-07T07:26:55.1677620Z adding 'torch/onnx/symbolic_opset15.py' 2025-09-07T07:26:55.1678370Z adding 'torch/onnx/symbolic_opset16.py' 2025-09-07T07:26:55.1679100Z adding 'torch/onnx/symbolic_opset17.py' 2025-09-07T07:26:55.1679810Z adding 'torch/onnx/symbolic_opset18.py' 2025-09-07T07:26:55.1680660Z adding 'torch/onnx/symbolic_opset19.py' 2025-09-07T07:26:55.1681430Z adding 'torch/onnx/symbolic_opset20.py' 2025-09-07T07:26:55.1682170Z adding 'torch/onnx/symbolic_opset7.py' 2025-09-07T07:26:55.1682860Z adding 'torch/onnx/symbolic_opset8.py' 2025-09-07T07:26:55.1683800Z adding 'torch/onnx/symbolic_opset9.py' 2025-09-07T07:26:55.1684580Z adding 'torch/onnx/utils.py' 2025-09-07T07:26:55.1685380Z adding 'torch/onnx/verification.py' 2025-09-07T07:26:55.1686480Z adding 'torch/onnx/_internal/__init__.py' 2025-09-07T07:26:55.1687570Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-09-07T07:26:55.1688800Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-09-07T07:26:55.1691500Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-09-07T07:26:55.1697830Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-09-07T07:26:55.1700180Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-09-07T07:26:55.1702460Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-09-07T07:26:55.1703130Z adding 'torch/onnx/_internal/exporter/_constants.py' 2025-09-07T07:26:55.1718180Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-09-07T07:26:55.1719950Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-09-07T07:26:55.1723220Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-09-07T07:26:55.1726320Z adding 'torch/onnx/_internal/exporter/_dynamic_shapes.py' 2025-09-07T07:26:55.1727200Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-09-07T07:26:55.1728010Z adding 'torch/onnx/_internal/exporter/_flags.py' 2025-09-07T07:26:55.1729090Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-09-07T07:26:55.1731120Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-09-07T07:26:55.1732050Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-09-07T07:26:55.1736390Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-09-07T07:26:55.1739240Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-09-07T07:26:55.1740820Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-09-07T07:26:55.1745600Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-09-07T07:26:55.1746470Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-09-07T07:26:55.1747950Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-09-07T07:26:55.1748900Z adding 'torch/onnx/_internal/exporter/_type_casting.py' 2025-09-07T07:26:55.1752200Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-09-07T07:26:55.1753010Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-09-07T07:26:55.1754120Z adding 'torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py' 2025-09-07T07:26:55.1755380Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-09-07T07:26:55.1756610Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-09-07T07:26:55.1757660Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/core.py' 2025-09-07T07:26:55.1759750Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-09-07T07:26:55.1762120Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/nn.py' 2025-09-07T07:26:55.1763460Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/symbolic.py' 2025-09-07T07:26:55.1764450Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/symops.py' 2025-09-07T07:26:55.1765320Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-09-07T07:26:55.1767950Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-09-07T07:26:55.1769520Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-09-07T07:26:55.1770590Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-09-07T07:26:55.1779910Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-09-07T07:26:55.1781000Z adding 'torch/onnx/_internal/torchscript_exporter/__init__.py' 2025-09-07T07:26:55.1781980Z adding 'torch/onnx/_internal/torchscript_exporter/_experimental.py' 2025-09-07T07:26:55.1783280Z adding 'torch/onnx/_internal/torchscript_exporter/_globals.py' 2025-09-07T07:26:55.1786380Z adding 'torch/onnx/_internal/torchscript_exporter/_type_utils.py' 2025-09-07T07:26:55.1789420Z adding 'torch/onnx/_internal/torchscript_exporter/jit_utils.py' 2025-09-07T07:26:55.1791760Z adding 'torch/onnx/_internal/torchscript_exporter/onnx_proto_utils.py' 2025-09-07T07:26:55.1794500Z adding 'torch/onnx/_internal/torchscript_exporter/registration.py' 2025-09-07T07:26:55.1811760Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_helper.py' 2025-09-07T07:26:55.1817980Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset10.py' 2025-09-07T07:26:55.1828050Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset11.py' 2025-09-07T07:26:55.1831250Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset12.py' 2025-09-07T07:26:55.1838100Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset13.py' 2025-09-07T07:26:55.1841090Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset14.py' 2025-09-07T07:26:55.1842140Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset15.py' 2025-09-07T07:26:55.1844400Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset16.py' 2025-09-07T07:26:55.1846630Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset17.py' 2025-09-07T07:26:55.1848750Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset18.py' 2025-09-07T07:26:55.1849350Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset19.py' 2025-09-07T07:26:55.1850560Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset20.py' 2025-09-07T07:26:55.1851550Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset7.py' 2025-09-07T07:26:55.1854880Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset8.py' 2025-09-07T07:26:55.1897780Z adding 'torch/onnx/_internal/torchscript_exporter/symbolic_opset9.py' 2025-09-07T07:26:55.1916610Z adding 'torch/onnx/_internal/torchscript_exporter/utils.py' 2025-09-07T07:26:55.1921300Z adding 'torch/onnx/_internal/torchscript_exporter/verification.py' 2025-09-07T07:26:55.1925780Z adding 'torch/onnx/ops/__init__.py' 2025-09-07T07:26:55.1926610Z adding 'torch/onnx/ops/_dtype_mappings.py' 2025-09-07T07:26:55.1930100Z adding 'torch/onnx/ops/_impl.py' 2025-09-07T07:26:55.1932440Z adding 'torch/onnx/ops/_symbolic_impl.py' 2025-09-07T07:26:55.1933730Z adding 'torch/optim/__init__.py' 2025-09-07T07:26:55.1939220Z adding 'torch/optim/_adafactor.py' 2025-09-07T07:26:55.1940480Z adding 'torch/optim/_functional.py' 2025-09-07T07:26:55.1943870Z adding 'torch/optim/_muon.py' 2025-09-07T07:26:55.1947180Z adding 'torch/optim/adadelta.py' 2025-09-07T07:26:55.1951400Z adding 'torch/optim/adagrad.py' 2025-09-07T07:26:55.1958620Z adding 'torch/optim/adam.py' 2025-09-07T07:26:55.1962290Z adding 'torch/optim/adamax.py' 2025-09-07T07:26:55.1964410Z adding 'torch/optim/adamw.py' 2025-09-07T07:26:55.1967680Z adding 'torch/optim/asgd.py' 2025-09-07T07:26:55.1971710Z adding 'torch/optim/lbfgs.py' 2025-09-07T07:26:55.1986120Z adding 'torch/optim/lr_scheduler.py' 2025-09-07T07:26:55.1991380Z adding 'torch/optim/nadam.py' 2025-09-07T07:26:55.2001730Z adding 'torch/optim/optimizer.py' 2025-09-07T07:26:55.2006550Z adding 'torch/optim/radam.py' 2025-09-07T07:26:55.2010610Z adding 'torch/optim/rmsprop.py' 2025-09-07T07:26:55.2014240Z adding 'torch/optim/rprop.py' 2025-09-07T07:26:55.2018230Z adding 'torch/optim/sgd.py' 2025-09-07T07:26:55.2020690Z adding 'torch/optim/sparse_adam.py' 2025-09-07T07:26:55.2024760Z adding 'torch/optim/swa_utils.py' 2025-09-07T07:26:55.2026040Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-09-07T07:26:55.2027090Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-09-07T07:26:55.2029100Z adding 'torch/package/__init__.py' 2025-09-07T07:26:55.2030450Z adding 'torch/package/_digraph.py' 2025-09-07T07:26:55.2031620Z adding 'torch/package/_directory_reader.py' 2025-09-07T07:26:55.2032990Z adding 'torch/package/_importlib.py' 2025-09-07T07:26:55.2034270Z adding 'torch/package/_mangling.py' 2025-09-07T07:26:55.2035630Z adding 'torch/package/_mock.py' 2025-09-07T07:26:55.2037630Z adding 'torch/package/_package_pickler.py' 2025-09-07T07:26:55.2038160Z adding 'torch/package/_package_unpickler.py' 2025-09-07T07:26:55.2040120Z adding 'torch/package/_stdlib.py' 2025-09-07T07:26:55.2041410Z adding 'torch/package/file_structure_representation.py' 2025-09-07T07:26:55.2042730Z adding 'torch/package/find_file_dependencies.py' 2025-09-07T07:26:55.2044080Z adding 'torch/package/glob_group.py' 2025-09-07T07:26:55.2047050Z adding 'torch/package/importer.py' 2025-09-07T07:26:55.2057490Z adding 'torch/package/package_exporter.py' 2025-09-07T07:26:55.2064820Z adding 'torch/package/package_importer.py' 2025-09-07T07:26:55.2066010Z adding 'torch/package/analyze/__init__.py' 2025-09-07T07:26:55.2067110Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-09-07T07:26:55.2067930Z adding 'torch/package/analyze/is_from_package.py' 2025-09-07T07:26:55.2069140Z adding 'torch/package/analyze/trace_dependencies.py' 2025-09-07T07:26:55.2070550Z adding 'torch/profiler/__init__.py' 2025-09-07T07:26:55.2081120Z adding 'torch/profiler/_memory_profiler.py' 2025-09-07T07:26:55.2085860Z adding 'torch/profiler/_pattern_matcher.py' 2025-09-07T07:26:55.2089760Z adding 'torch/profiler/_utils.py' 2025-09-07T07:26:55.2090730Z adding 'torch/profiler/itt.py' 2025-09-07T07:26:55.2099780Z adding 'torch/profiler/profiler.py' 2025-09-07T07:26:55.2100640Z adding 'torch/profiler/python_tracer.py' 2025-09-07T07:26:55.2102610Z adding 'torch/quantization/__init__.py' 2025-09-07T07:26:55.2103570Z adding 'torch/quantization/_numeric_suite.py' 2025-09-07T07:26:55.2104450Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-09-07T07:26:55.2105990Z adding 'torch/quantization/_quantized_conversions.py' 2025-09-07T07:26:55.2106910Z adding 'torch/quantization/fake_quantize.py' 2025-09-07T07:26:55.2107930Z adding 'torch/quantization/fuse_modules.py' 2025-09-07T07:26:55.2108870Z adding 'torch/quantization/fuser_method_mappings.py' 2025-09-07T07:26:55.2109740Z adding 'torch/quantization/observer.py' 2025-09-07T07:26:55.2110620Z adding 'torch/quantization/qconfig.py' 2025-09-07T07:26:55.2111980Z adding 'torch/quantization/quant_type.py' 2025-09-07T07:26:55.2112970Z adding 'torch/quantization/quantization_mappings.py' 2025-09-07T07:26:55.2113790Z adding 'torch/quantization/quantize.py' 2025-09-07T07:26:55.2114660Z adding 'torch/quantization/quantize_fx.py' 2025-09-07T07:26:55.2115630Z adding 'torch/quantization/quantize_jit.py' 2025-09-07T07:26:55.2116490Z adding 'torch/quantization/stubs.py' 2025-09-07T07:26:55.2117380Z adding 'torch/quantization/utils.py' 2025-09-07T07:26:55.2118760Z adding 'torch/quantization/fx/__init__.py' 2025-09-07T07:26:55.2119900Z adding 'torch/quantization/fx/_equalize.py' 2025-09-07T07:26:55.2120810Z adding 'torch/quantization/fx/convert.py' 2025-09-07T07:26:55.2121640Z adding 'torch/quantization/fx/fuse.py' 2025-09-07T07:26:55.2122470Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-09-07T07:26:55.2123450Z adding 'torch/quantization/fx/graph_module.py' 2025-09-07T07:26:55.2124380Z adding 'torch/quantization/fx/match_utils.py' 2025-09-07T07:26:55.2125290Z adding 'torch/quantization/fx/pattern_utils.py' 2025-09-07T07:26:55.2126090Z adding 'torch/quantization/fx/prepare.py' 2025-09-07T07:26:55.2127180Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-09-07T07:26:55.2128020Z adding 'torch/quantization/fx/quantization_types.py' 2025-09-07T07:26:55.2128810Z adding 'torch/quantization/fx/utils.py' 2025-09-07T07:26:55.2130800Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-09-07T07:26:55.2132550Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-09-07T07:26:55.2133420Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-09-07T07:26:55.2134990Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-09-07T07:26:55.2142610Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-09-07T07:26:55.2143880Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-09-07T07:26:55.2145030Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-09-07T07:26:55.2146620Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-09-07T07:26:55.2147980Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-09-07T07:26:55.2149240Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-09-07T07:26:55.2150660Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-09-07T07:26:55.2169520Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-09-07T07:26:55.2171120Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-09-07T07:26:55.2172960Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-09-07T07:26:55.2174320Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-09-07T07:26:55.2177380Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-09-07T07:26:55.2179940Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-09-07T07:26:55.2182580Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-09-07T07:26:55.2185580Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-09-07T07:26:55.2186760Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-09-07T07:26:55.2187950Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-09-07T07:26:55.2189010Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-09-07T07:26:55.2190030Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-09-07T07:26:55.2191390Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-09-07T07:26:55.2195910Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-09-07T07:26:55.2196760Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-09-07T07:26:55.2198820Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-09-07T07:26:55.2199630Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-09-07T07:26:55.2200670Z adding 'torch/signal/__init__.py' 2025-09-07T07:26:55.2201820Z adding 'torch/signal/windows/__init__.py' 2025-09-07T07:26:55.2205570Z adding 'torch/signal/windows/windows.py' 2025-09-07T07:26:55.2211390Z adding 'torch/sparse/__init__.py' 2025-09-07T07:26:55.2214770Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-09-07T07:26:55.2216240Z adding 'torch/sparse/_semi_structured_ops.py' 2025-09-07T07:26:55.2231900Z adding 'torch/sparse/_triton_ops.py' 2025-09-07T07:26:55.2311120Z adding 'torch/sparse/_triton_ops_meta.py' 2025-09-07T07:26:55.2318430Z adding 'torch/sparse/semi_structured.py' 2025-09-07T07:26:55.2323480Z adding 'torch/special/__init__.py' 2025-09-07T07:26:55.2472030Z adding 'torch/test/CppSignature_test' 2025-09-07T07:26:55.2671650Z adding 'torch/test/Dict_test' 2025-09-07T07:26:55.2826700Z adding 'torch/test/Dimname_test' 2025-09-07T07:26:55.2997720Z adding 'torch/test/IListRef_test' 2025-09-07T07:26:55.3186070Z adding 'torch/test/KernelFunction_test' 2025-09-07T07:26:55.3451360Z adding 'torch/test/List_test' 2025-09-07T07:26:55.3641670Z adding 'torch/test/MaybeOwned_test' 2025-09-07T07:26:55.3807090Z adding 'torch/test/NamedTensor_test' 2025-09-07T07:26:55.3958760Z adding 'torch/test/StorageUtils_test' 2025-09-07T07:26:55.4124530Z adding 'torch/test/apply_utils_test' 2025-09-07T07:26:55.4299670Z adding 'torch/test/atest' 2025-09-07T07:26:55.4462000Z adding 'torch/test/backend_fallback_test' 2025-09-07T07:26:55.4650230Z adding 'torch/test/basic' 2025-09-07T07:26:55.4810710Z adding 'torch/test/broadcast_test' 2025-09-07T07:26:55.4969720Z adding 'torch/test/c10_AllocatorConfig_test' 2025-09-07T07:26:55.5117670Z adding 'torch/test/c10_ArrayRef_test' 2025-09-07T07:26:55.5270830Z adding 'torch/test/c10_Bitset_test' 2025-09-07T07:26:55.5417380Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2025-09-07T07:26:55.5563440Z adding 'torch/test/c10_ConstexprCrc_test' 2025-09-07T07:26:55.5711530Z adding 'torch/test/c10_DeadlockDetection_test' 2025-09-07T07:26:55.5863320Z adding 'torch/test/c10_DeviceGuard_test' 2025-09-07T07:26:55.6016020Z adding 'torch/test/c10_Device_test' 2025-09-07T07:26:55.6187630Z adding 'torch/test/c10_DispatchKeySet_test' 2025-09-07T07:26:55.6348710Z adding 'torch/test/c10_Enumerate_test' 2025-09-07T07:26:55.6497720Z adding 'torch/test/c10_Half_test' 2025-09-07T07:26:55.6654750Z adding 'torch/test/c10_InlineDeviceGuard_test' 2025-09-07T07:26:55.6820230Z adding 'torch/test/c10_InlineStreamGuard_test' 2025-09-07T07:26:55.6976510Z adding 'torch/test/c10_IntrusiveList_test' 2025-09-07T07:26:55.7140910Z adding 'torch/test/c10_LeftRight_test' 2025-09-07T07:26:55.7299780Z adding 'torch/test/c10_Metaprogramming_test' 2025-09-07T07:26:55.7455720Z adding 'torch/test/c10_NetworkFlow_test' 2025-09-07T07:26:55.7616110Z adding 'torch/test/c10_Scalar_test' 2025-09-07T07:26:55.7766810Z adding 'torch/test/c10_Semaphore_test' 2025-09-07T07:26:55.7932560Z adding 'torch/test/c10_SizesAndStrides_test' 2025-09-07T07:26:55.8080590Z adding 'torch/test/c10_StreamGuard_test' 2025-09-07T07:26:55.8249540Z adding 'torch/test/c10_SymInt_test' 2025-09-07T07:26:55.8399170Z adding 'torch/test/c10_Synchronized_test' 2025-09-07T07:26:55.8559350Z adding 'torch/test/c10_ThreadLocal_test' 2025-09-07T07:26:55.8710740Z adding 'torch/test/c10_TypeIndex_test' 2025-09-07T07:26:55.8859530Z adding 'torch/test/c10_TypeList_test' 2025-09-07T07:26:55.9005600Z adding 'torch/test/c10_TypeTraits_test' 2025-09-07T07:26:55.9158710Z adding 'torch/test/c10_accumulate_test' 2025-09-07T07:26:55.9319370Z adding 'torch/test/c10_bfloat16_test' 2025-09-07T07:26:55.9468870Z adding 'torch/test/c10_bit_cast_test' 2025-09-07T07:26:55.9637400Z adding 'torch/test/c10_complex_math_test' 2025-09-07T07:26:55.9798140Z adding 'torch/test/c10_complex_test' 2025-09-07T07:26:55.9996160Z adding 'torch/test/c10_cow_test' 2025-09-07T07:26:56.0144060Z adding 'torch/test/c10_error_test' 2025-09-07T07:26:56.0295170Z adding 'torch/test/c10_exception_test' 2025-09-07T07:26:56.0445900Z adding 'torch/test/c10_flags_test' 2025-09-07T07:26:56.0593020Z adding 'torch/test/c10_generic_math_test' 2025-09-07T07:26:56.0695640Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2025-09-07T07:26:56.1049140Z adding 'torch/test/c10_intrusive_ptr_test' 2025-09-07T07:26:56.1205120Z adding 'torch/test/c10_irange_test' 2025-09-07T07:26:56.1360090Z adding 'torch/test/c10_lazy_test' 2025-09-07T07:26:56.1522470Z adding 'torch/test/c10_logging_test' 2025-09-07T07:26:56.1731160Z adding 'torch/test/c10_optional_test' 2025-09-07T07:26:56.1906700Z adding 'torch/test/c10_ordered_preserving_dict_test' 2025-09-07T07:26:56.2064430Z adding 'torch/test/c10_registry_test' 2025-09-07T07:26:56.2417210Z adding 'torch/test/c10_small_vector_test' 2025-09-07T07:26:56.2573930Z adding 'torch/test/c10_ssize_test' 2025-09-07T07:26:56.2736550Z adding 'torch/test/c10_string_util_test' 2025-09-07T07:26:56.2883040Z adding 'torch/test/c10_string_view_test' 2025-09-07T07:26:56.3030980Z adding 'torch/test/c10_tempfile_test' 2025-09-07T07:26:56.3188750Z adding 'torch/test/c10_typeid_test' 2025-09-07T07:26:56.3340910Z adding 'torch/test/cpu_allocator_test' 2025-09-07T07:26:56.3505070Z adding 'torch/test/cpu_generator_test' 2025-09-07T07:26:56.3662390Z adding 'torch/test/cpu_profiling_allocator_test' 2025-09-07T07:26:56.3904140Z adding 'torch/test/cpu_rng_test' 2025-09-07T07:26:56.4057010Z adding 'torch/test/dlconvertor_test' 2025-09-07T07:26:56.4228820Z adding 'torch/test/extension_backend_test' 2025-09-07T07:26:56.4384410Z adding 'torch/test/half_test' 2025-09-07T07:26:56.4581210Z adding 'torch/test/inline_container_test' 2025-09-07T07:26:56.4872640Z adding 'torch/test/ivalue_test' 2025-09-07T07:26:56.5215970Z adding 'torch/test/kernel_function_legacy_test' 2025-09-07T07:26:56.5491940Z adding 'torch/test/kernel_function_test' 2025-09-07T07:26:56.5840580Z adding 'torch/test/kernel_lambda_legacy_test' 2025-09-07T07:26:56.6133680Z adding 'torch/test/kernel_lambda_test' 2025-09-07T07:26:56.6317890Z adding 'torch/test/kernel_stackbased_test' 2025-09-07T07:26:56.6468890Z adding 'torch/test/lazy_tensor_test' 2025-09-07T07:26:56.6684250Z adding 'torch/test/legacy_vmap_test' 2025-09-07T07:26:56.6966190Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2025-09-07T07:26:56.7128310Z adding 'torch/test/math_kernel_test' 2025-09-07T07:26:56.7289100Z adding 'torch/test/memory_format_test' 2025-09-07T07:26:56.7447740Z adding 'torch/test/memory_overlapping_test' 2025-09-07T07:26:56.7606420Z adding 'torch/test/mobile_memory_cleanup' 2025-09-07T07:26:56.7765400Z adding 'torch/test/mps_test_allocator' 2025-09-07T07:26:56.7932370Z adding 'torch/test/mps_test_metal_library' 2025-09-07T07:26:56.8089250Z adding 'torch/test/mps_test_objc_interface' 2025-09-07T07:26:56.8246610Z adding 'torch/test/mps_test_print' 2025-09-07T07:26:56.8413710Z adding 'torch/test/native_test' 2025-09-07T07:26:56.8562650Z adding 'torch/test/op_allowlist_test' 2025-09-07T07:26:56.9574060Z adding 'torch/test/op_registration_test' 2025-09-07T07:26:56.9749650Z adding 'torch/test/operator_name_test' 2025-09-07T07:26:56.9902920Z adding 'torch/test/operators_test' 2025-09-07T07:26:57.0060260Z adding 'torch/test/packedtensoraccessor_test' 2025-09-07T07:26:57.0264680Z adding 'torch/test/pow_test' 2025-09-07T07:26:57.0439600Z adding 'torch/test/quantized_test' 2025-09-07T07:26:57.0590580Z adding 'torch/test/reduce_ops_test' 2025-09-07T07:26:57.0744480Z adding 'torch/test/reportMemoryUsage_test' 2025-09-07T07:26:57.0914510Z adding 'torch/test/scalar_tensor_test' 2025-09-07T07:26:57.1091560Z adding 'torch/test/scalar_test' 2025-09-07T07:26:57.1247410Z adding 'torch/test/stride_properties_test' 2025-09-07T07:26:57.1457510Z adding 'torch/test/tensor_iterator_test' 2025-09-07T07:26:57.1621530Z adding 'torch/test/test_parallel' 2025-09-07T07:26:57.1774150Z adding 'torch/test/thread_init_test' 2025-09-07T07:26:57.1930590Z adding 'torch/test/type_ptr_test' 2025-09-07T07:26:57.2109690Z adding 'torch/test/type_test' 2025-09-07T07:26:57.2267720Z adding 'torch/test/undefined_tensor_test' 2025-09-07T07:26:57.2416240Z adding 'torch/test/verify_api_visibility' 2025-09-07T07:26:57.2568450Z adding 'torch/test/weakref_test' 2025-09-07T07:26:57.2723980Z adding 'torch/test/wrapdim_test' 2025-09-07T07:26:57.2877800Z adding 'torch/test/xla_tensor_test' 2025-09-07T07:26:57.2881780Z adding 'torch/testing/__init__.py' 2025-09-07T07:26:57.2894780Z adding 'torch/testing/_comparison.py' 2025-09-07T07:26:57.2898660Z adding 'torch/testing/_creation.py' 2025-09-07T07:26:57.2899790Z adding 'torch/testing/_utils.py' 2025-09-07T07:26:57.2901360Z adding 'torch/testing/_internal/__init__.py' 2025-09-07T07:26:57.2905890Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-09-07T07:26:57.2908870Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-09-07T07:26:57.2910970Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-09-07T07:26:57.2914090Z adding 'torch/testing/_internal/common_cuda.py' 2025-09-07T07:26:57.2930480Z adding 'torch/testing/_internal/common_device_type.py' 2025-09-07T07:26:57.2932690Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-09-07T07:26:57.2947410Z adding 'torch/testing/_internal/common_distributed.py' 2025-09-07T07:26:57.2949230Z adding 'torch/testing/_internal/common_dtype.py' 2025-09-07T07:26:57.2960390Z adding 'torch/testing/_internal/common_fsdp.py' 2025-09-07T07:26:57.2964140Z adding 'torch/testing/_internal/common_jit.py' 2025-09-07T07:26:57.3118300Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-09-07T07:26:57.3124620Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-09-07T07:26:57.3146340Z adding 'torch/testing/_internal/common_modules.py' 2025-09-07T07:26:57.3151840Z adding 'torch/testing/_internal/common_mps.py' 2025-09-07T07:26:57.3173520Z adding 'torch/testing/_internal/common_nn.py' 2025-09-07T07:26:57.3184810Z adding 'torch/testing/_internal/common_optimizers.py' 2025-09-07T07:26:57.3187590Z adding 'torch/testing/_internal/common_pruning.py' 2025-09-07T07:26:57.3207240Z adding 'torch/testing/_internal/common_quantization.py' 2025-09-07T07:26:57.3212810Z adding 'torch/testing/_internal/common_quantized.py' 2025-09-07T07:26:57.3215790Z adding 'torch/testing/_internal/common_subclass.py' 2025-09-07T07:26:57.3270850Z adding 'torch/testing/_internal/common_utils.py' 2025-09-07T07:26:57.3277170Z adding 'torch/testing/_internal/composite_compliance.py' 2025-09-07T07:26:57.3280800Z adding 'torch/testing/_internal/custom_op_db.py' 2025-09-07T07:26:57.3282180Z adding 'torch/testing/_internal/custom_tensor.py' 2025-09-07T07:26:57.3284510Z adding 'torch/testing/_internal/dist_utils.py' 2025-09-07T07:26:57.3285870Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-09-07T07:26:57.3287040Z adding 'torch/testing/_internal/fake_config_module.py' 2025-09-07T07:26:57.3287930Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-09-07T07:26:57.3288850Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-09-07T07:26:57.3291330Z adding 'torch/testing/_internal/hop_db.py' 2025-09-07T07:26:57.3294710Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-09-07T07:26:57.3297620Z adding 'torch/testing/_internal/inductor_utils.py' 2025-09-07T07:26:57.3303750Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-09-07T07:26:57.3310690Z adding 'torch/testing/_internal/jit_utils.py' 2025-09-07T07:26:57.3312980Z adding 'torch/testing/_internal/logging_tensor.py' 2025-09-07T07:26:57.3315150Z adding 'torch/testing/_internal/logging_utils.py' 2025-09-07T07:26:57.3315980Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-09-07T07:26:57.3316900Z adding 'torch/testing/_internal/static_module.py' 2025-09-07T07:26:57.3318090Z adding 'torch/testing/_internal/subclasses.py' 2025-09-07T07:26:57.3319650Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-09-07T07:26:57.3324320Z adding 'torch/testing/_internal/triton_utils.py' 2025-09-07T07:26:57.3325550Z adding 'torch/testing/_internal/two_tensor.py' 2025-09-07T07:26:57.3326930Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-09-07T07:26:57.3328030Z adding 'torch/testing/_internal/data/__init__.py' 2025-09-07T07:26:57.3328930Z adding 'torch/testing/_internal/data/network1.py' 2025-09-07T07:26:57.3329800Z adding 'torch/testing/_internal/data/network2.py' 2025-09-07T07:26:57.3330840Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-09-07T07:26:57.3332890Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-09-07T07:26:57.3334670Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-09-07T07:26:57.3339600Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-09-07T07:26:57.3403800Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-09-07T07:26:57.3406940Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-09-07T07:26:57.3407780Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-09-07T07:26:57.3411950Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-09-07T07:26:57.3414030Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-09-07T07:26:57.3415290Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-09-07T07:26:57.3416330Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-09-07T07:26:57.3418440Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-09-07T07:26:57.3419470Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-09-07T07:26:57.3420530Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-09-07T07:26:57.3421440Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-09-07T07:26:57.3426970Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-09-07T07:26:57.3427820Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-09-07T07:26:57.3428800Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-09-07T07:26:57.3432940Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-09-07T07:26:57.3433940Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-09-07T07:26:57.3451160Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-09-07T07:26:57.3453590Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-09-07T07:26:57.3456140Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-09-07T07:26:57.3457080Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-09-07T07:26:57.3458170Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-09-07T07:26:57.3494900Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-09-07T07:26:57.3497210Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-09-07T07:26:57.3497980Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-09-07T07:26:57.3499580Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-09-07T07:26:57.3502410Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-09-07T07:26:57.3503080Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-09-07T07:26:57.3504430Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-09-07T07:26:57.3512800Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-09-07T07:26:57.3515010Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-09-07T07:26:57.3515790Z adding 'torch/testing/_internal/generated/__init__.py' 2025-09-07T07:26:57.3548640Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-09-07T07:26:57.3552090Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-09-07T07:26:57.3578060Z adding 'torch/testing/_internal/opinfo/core.py' 2025-09-07T07:26:57.3580430Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-09-07T07:26:57.3583080Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-09-07T07:26:57.3584090Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-09-07T07:26:57.3589570Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-09-07T07:26:57.3592750Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-09-07T07:26:57.3604840Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-09-07T07:26:57.3619460Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-09-07T07:26:57.3619810Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-09-07T07:26:57.3623240Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-09-07T07:26:57.3626600Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-09-07T07:26:57.3627560Z adding 'torch/testing/_internal/optests/__init__.py' 2025-09-07T07:26:57.3629670Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-09-07T07:26:57.3631280Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-09-07T07:26:57.3632240Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-09-07T07:26:57.3639380Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-09-07T07:26:57.3640680Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-09-07T07:26:57.3641620Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-09-07T07:26:57.3642560Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-09-07T07:26:57.3643380Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-09-07T07:26:57.3645630Z adding 'torch/utils/__init__.py' 2025-09-07T07:26:57.3646760Z adding 'torch/utils/_appending_byte_serializer.py' 2025-09-07T07:26:57.3648870Z adding 'torch/utils/_backport_slots.py' 2025-09-07T07:26:57.3655130Z adding 'torch/utils/_config_module.py' 2025-09-07T07:26:57.3655970Z adding 'torch/utils/_config_typing.pyi' 2025-09-07T07:26:57.3658750Z adding 'torch/utils/_content_store.py' 2025-09-07T07:26:57.3660860Z adding 'torch/utils/_contextlib.py' 2025-09-07T07:26:57.3661590Z adding 'torch/utils/_cpp_embed_headers.py' 2025-09-07T07:26:57.3662620Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-09-07T07:26:57.3669140Z adding 'torch/utils/_cxx_pytree.py' 2025-09-07T07:26:57.3670550Z adding 'torch/utils/_device.py' 2025-09-07T07:26:57.3671400Z adding 'torch/utils/_dtype_abbrs.py' 2025-09-07T07:26:57.3672310Z adding 'torch/utils/_exposed_in.py' 2025-09-07T07:26:57.3673450Z adding 'torch/utils/_filelock.py' 2025-09-07T07:26:57.3674650Z adding 'torch/utils/_foreach_utils.py' 2025-09-07T07:26:57.3675620Z adding 'torch/utils/_functools.py' 2025-09-07T07:26:57.3677820Z adding 'torch/utils/_get_clean_triton.py' 2025-09-07T07:26:57.3678540Z adding 'torch/utils/_helion.py' 2025-09-07T07:26:57.3679590Z adding 'torch/utils/_import_utils.py' 2025-09-07T07:26:57.3680450Z adding 'torch/utils/_mode_utils.py' 2025-09-07T07:26:57.3682410Z adding 'torch/utils/_ordered_set.py' 2025-09-07T07:26:57.3689790Z adding 'torch/utils/_python_dispatch.py' 2025-09-07T07:26:57.3703850Z adding 'torch/utils/_pytree.py' 2025-09-07T07:26:57.3704920Z adding 'torch/utils/_stats.py' 2025-09-07T07:26:57.3706000Z adding 'torch/utils/_thunk.py' 2025-09-07T07:26:57.3708940Z adding 'torch/utils/_traceback.py' 2025-09-07T07:26:57.3710100Z adding 'torch/utils/_triton.py' 2025-09-07T07:26:57.3710950Z adding 'torch/utils/_typing_utils.py' 2025-09-07T07:26:57.3712340Z adding 'torch/utils/_zip.py' 2025-09-07T07:26:57.3716650Z adding 'torch/utils/backend_registration.py' 2025-09-07T07:26:57.3721180Z adding 'torch/utils/bundled_inputs.py' 2025-09-07T07:26:57.3737750Z adding 'torch/utils/checkpoint.py' 2025-09-07T07:26:57.3744740Z adding 'torch/utils/collect_env.py' 2025-09-07T07:26:57.3745680Z adding 'torch/utils/cpp_backtrace.py' 2025-09-07T07:26:57.3774200Z adding 'torch/utils/cpp_extension.py' 2025-09-07T07:26:57.3776000Z adding 'torch/utils/deterministic.py' 2025-09-07T07:26:57.3778340Z adding 'torch/utils/dlpack.py' 2025-09-07T07:26:57.3779380Z adding 'torch/utils/file_baton.py' 2025-09-07T07:26:57.3786320Z adding 'torch/utils/flop_counter.py' 2025-09-07T07:26:57.3788990Z adding 'torch/utils/hooks.py' 2025-09-07T07:26:57.3790310Z adding 'torch/utils/mkldnn.py' 2025-09-07T07:26:57.3792440Z adding 'torch/utils/mobile_optimizer.py' 2025-09-07T07:26:57.3793000Z adding 'torch/utils/model_zoo.py' 2025-09-07T07:26:57.3794940Z adding 'torch/utils/module_tracker.py' 2025-09-07T07:26:57.3796300Z adding 'torch/utils/show_pickle.py' 2025-09-07T07:26:57.3798470Z adding 'torch/utils/throughput_benchmark.py' 2025-09-07T07:26:57.3801410Z adding 'torch/utils/weak.py' 2025-09-07T07:26:57.3802580Z adding 'torch/utils/_strobelight/__init__.py' 2025-09-07T07:26:57.3805330Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-09-07T07:26:57.3806120Z adding 'torch/utils/_sympy/__init__.py' 2025-09-07T07:26:57.3817260Z adding 'torch/utils/_sympy/functions.py' 2025-09-07T07:26:57.3819780Z adding 'torch/utils/_sympy/interp.py' 2025-09-07T07:26:57.3821880Z adding 'torch/utils/_sympy/numbers.py' 2025-09-07T07:26:57.3825310Z adding 'torch/utils/_sympy/printers.py' 2025-09-07T07:26:57.3827770Z adding 'torch/utils/_sympy/reference.py' 2025-09-07T07:26:57.3828700Z adding 'torch/utils/_sympy/singleton_int.py' 2025-09-07T07:26:57.3830830Z adding 'torch/utils/_sympy/solve.py' 2025-09-07T07:26:57.3832080Z adding 'torch/utils/_sympy/symbol.py' 2025-09-07T07:26:57.3839580Z adding 'torch/utils/_sympy/value_ranges.py' 2025-09-07T07:26:57.3840700Z adding 'torch/utils/backcompat/__init__.py' 2025-09-07T07:26:57.3841920Z adding 'torch/utils/benchmark/__init__.py' 2025-09-07T07:26:57.3843030Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-09-07T07:26:57.3844250Z adding 'torch/utils/benchmark/examples/compare.py' 2025-09-07T07:26:57.3845500Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-09-07T07:26:57.3847560Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-09-07T07:26:57.3848070Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-09-07T07:26:57.3849660Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-09-07T07:26:57.3850860Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-09-07T07:26:57.3852370Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-09-07T07:26:57.3853700Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-09-07T07:26:57.3854860Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-09-07T07:26:57.3856110Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-09-07T07:26:57.3857370Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-09-07T07:26:57.3858460Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-09-07T07:26:57.3859360Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-09-07T07:26:57.3862860Z adding 'torch/utils/benchmark/utils/common.py' 2025-09-07T07:26:57.3866060Z adding 'torch/utils/benchmark/utils/compare.py' 2025-09-07T07:26:57.3868170Z adding 'torch/utils/benchmark/utils/compile.py' 2025-09-07T07:26:57.3869610Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-09-07T07:26:57.3873890Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-09-07T07:26:57.3875680Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-09-07T07:26:57.3876500Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-09-07T07:26:57.3881410Z adding 'torch/utils/benchmark/utils/timer.py' 2025-09-07T07:26:57.3882300Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-09-07T07:26:57.3884460Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-09-07T07:26:57.3885160Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-09-07T07:26:57.3886210Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-09-07T07:26:57.3894260Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-09-07T07:26:57.3928910Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-09-07T07:26:57.3931690Z adding 'torch/utils/bottleneck/__init__.py' 2025-09-07T07:26:57.3933820Z adding 'torch/utils/bottleneck/__main__.py' 2025-09-07T07:26:57.3934910Z adding 'torch/utils/data/__init__.py' 2025-09-07T07:26:57.3935800Z adding 'torch/utils/data/backward_compatibility.py' 2025-09-07T07:26:57.3954650Z adding 'torch/utils/data/dataloader.py' 2025-09-07T07:26:57.3959380Z adding 'torch/utils/data/dataset.py' 2025-09-07T07:26:57.3961500Z adding 'torch/utils/data/distributed.py' 2025-09-07T07:26:57.3962860Z adding 'torch/utils/data/graph.py' 2025-09-07T07:26:57.3965060Z adding 'torch/utils/data/graph_settings.py' 2025-09-07T07:26:57.3968000Z adding 'torch/utils/data/sampler.py' 2025-09-07T07:26:57.3969240Z adding 'torch/utils/data/_utils/__init__.py' 2025-09-07T07:26:57.3972670Z adding 'torch/utils/data/_utils/collate.py' 2025-09-07T07:26:57.3973640Z adding 'torch/utils/data/_utils/fetch.py' 2025-09-07T07:26:57.3975070Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-09-07T07:26:57.3976410Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-09-07T07:26:57.3979900Z adding 'torch/utils/data/_utils/worker.py' 2025-09-07T07:26:57.3980920Z adding 'torch/utils/data/datapipes/__init__.py' 2025-09-07T07:26:57.3983100Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-09-07T07:26:57.3986020Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-09-07T07:26:57.3989770Z adding 'torch/utils/data/datapipes/_typing.py' 2025-09-07T07:26:57.3992990Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-09-07T07:26:57.3998830Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-09-07T07:26:57.4001890Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-09-07T07:26:57.4002850Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-09-07T07:26:57.4004070Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-09-07T07:26:57.4007200Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-09-07T07:26:57.4008260Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-09-07T07:26:57.4009140Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-09-07T07:26:57.4010420Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-09-07T07:26:57.4013120Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-09-07T07:26:57.4014940Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-09-07T07:26:57.4019790Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-09-07T07:26:57.4020800Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-09-07T07:26:57.4022240Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-09-07T07:26:57.4025110Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-09-07T07:26:57.4026110Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-09-07T07:26:57.4027470Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-09-07T07:26:57.4028850Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-09-07T07:26:57.4029940Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-09-07T07:26:57.4031040Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-09-07T07:26:57.4032150Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-09-07T07:26:57.4033360Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-09-07T07:26:57.4034900Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-09-07T07:26:57.4036170Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-09-07T07:26:57.4037370Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-09-07T07:26:57.4038630Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-09-07T07:26:57.4039600Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-09-07T07:26:57.4042960Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-09-07T07:26:57.4045710Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-09-07T07:26:57.4046980Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-09-07T07:26:57.4048000Z adding 'torch/utils/hipify/__init__.py' 2025-09-07T07:26:57.4049020Z adding 'torch/utils/hipify/constants.py' 2025-09-07T07:26:57.4090580Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-09-07T07:26:57.4102750Z adding 'torch/utils/hipify/hipify_python.py' 2025-09-07T07:26:57.4103470Z adding 'torch/utils/hipify/version.py' 2025-09-07T07:26:57.4104560Z adding 'torch/utils/jit/__init__.py' 2025-09-07T07:26:57.4106080Z adding 'torch/utils/jit/log_extract.py' 2025-09-07T07:26:57.4110300Z adding 'torch/utils/model_dump/__init__.py' 2025-09-07T07:26:57.4110860Z adding 'torch/utils/model_dump/__main__.py' 2025-09-07T07:26:57.4115040Z adding 'torch/utils/model_dump/code.js' 2025-09-07T07:26:57.4115870Z adding 'torch/utils/model_dump/htm.mjs' 2025-09-07T07:26:57.4118830Z adding 'torch/utils/model_dump/preact.mjs' 2025-09-07T07:26:57.4119440Z adding 'torch/utils/model_dump/skeleton.html' 2025-09-07T07:26:57.4120500Z adding 'torch/utils/serialization/__init__.py' 2025-09-07T07:26:57.4121400Z adding 'torch/utils/serialization/config.py' 2025-09-07T07:26:57.4122520Z adding 'torch/utils/tensorboard/__init__.py' 2025-09-07T07:26:57.4123450Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-09-07T07:26:57.4124860Z adding 'torch/utils/tensorboard/_embedding.py' 2025-09-07T07:26:57.4125980Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-09-07T07:26:57.4127020Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-09-07T07:26:57.4130750Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-09-07T07:26:57.4132110Z adding 'torch/utils/tensorboard/_utils.py' 2025-09-07T07:26:57.4139700Z adding 'torch/utils/tensorboard/summary.py' 2025-09-07T07:26:57.4147860Z adding 'torch/utils/tensorboard/writer.py' 2025-09-07T07:26:57.4148900Z adding 'torch/utils/viz/__init__.py' 2025-09-07T07:26:57.4152960Z adding 'torch/utils/viz/_cycles.py' 2025-09-07T07:26:57.4157020Z adding 'torch/xpu/__init__.py' 2025-09-07T07:26:57.4157960Z adding 'torch/xpu/_gpu_trace.py' 2025-09-07T07:26:57.4159020Z adding 'torch/xpu/_utils.py' 2025-09-07T07:26:57.4161150Z adding 'torch/xpu/memory.py' 2025-09-07T07:26:57.4162220Z adding 'torch/xpu/random.py' 2025-09-07T07:26:57.4164370Z adding 'torch/xpu/streams.py' 2025-09-07T07:26:57.4167110Z adding 'torchgen/__init__.py' 2025-09-07T07:26:57.4168130Z adding 'torchgen/code_template.py' 2025-09-07T07:26:57.4169470Z adding 'torchgen/context.py' 2025-09-07T07:26:57.4192190Z adding 'torchgen/gen.py' 2025-09-07T07:26:57.4198480Z adding 'torchgen/gen_aoti_c_shim.py' 2025-09-07T07:26:57.4203080Z adding 'torchgen/gen_backend_stubs.py' 2025-09-07T07:26:57.4210820Z adding 'torchgen/gen_functionalization_type.py' 2025-09-07T07:26:57.4215970Z adding 'torchgen/gen_lazy_tensor.py' 2025-09-07T07:26:57.4217120Z adding 'torchgen/gen_schema_utils.py' 2025-09-07T07:26:57.4219880Z adding 'torchgen/gen_vmap_plumbing.py' 2025-09-07T07:26:57.4220830Z adding 'torchgen/local.py' 2025-09-07T07:26:57.4247040Z adding 'torchgen/model.py' 2025-09-07T07:26:57.4254230Z adding 'torchgen/native_function_generation.py' 2025-09-07T07:26:57.4258710Z adding 'torchgen/utils.py' 2025-09-07T07:26:57.4259550Z adding 'torchgen/yaml_utils.py' 2025-09-07T07:26:57.4260700Z adding 'torchgen/aoti/__init__.py' 2025-09-07T07:26:57.4262810Z adding 'torchgen/aoti/fallback_ops.py' 2025-09-07T07:26:57.4263640Z adding 'torchgen/api/__init__.py' 2025-09-07T07:26:57.4272310Z adding 'torchgen/api/autograd.py' 2025-09-07T07:26:57.4276010Z adding 'torchgen/api/cpp.py' 2025-09-07T07:26:57.4277440Z adding 'torchgen/api/dispatcher.py' 2025-09-07T07:26:57.4279820Z adding 'torchgen/api/functionalization.py' 2025-09-07T07:26:57.4283750Z adding 'torchgen/api/lazy.py' 2025-09-07T07:26:57.4284410Z adding 'torchgen/api/meta.py' 2025-09-07T07:26:57.4286520Z adding 'torchgen/api/native.py' 2025-09-07T07:26:57.4299080Z adding 'torchgen/api/python.py' 2025-09-07T07:26:57.4301060Z adding 'torchgen/api/structured.py' 2025-09-07T07:26:57.4304970Z adding 'torchgen/api/translate.py' 2025-09-07T07:26:57.4306850Z adding 'torchgen/api/ufunc.py' 2025-09-07T07:26:57.4309270Z adding 'torchgen/api/unboxing.py' 2025-09-07T07:26:57.4310200Z adding 'torchgen/api/types/__init__.py' 2025-09-07T07:26:57.4313930Z adding 'torchgen/api/types/signatures.py' 2025-09-07T07:26:57.4315680Z adding 'torchgen/api/types/types.py' 2025-09-07T07:26:57.4317900Z adding 'torchgen/api/types/types_base.py' 2025-09-07T07:26:57.4319050Z adding 'torchgen/dest/__init__.py' 2025-09-07T07:26:57.4325180Z adding 'torchgen/dest/lazy_ir.py' 2025-09-07T07:26:57.4326170Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-09-07T07:26:57.4327420Z adding 'torchgen/dest/native_functions.py' 2025-09-07T07:26:57.4335810Z adding 'torchgen/dest/register_dispatch_key.py' 2025-09-07T07:26:57.4339830Z adding 'torchgen/dest/ufunc.py' 2025-09-07T07:26:57.4340680Z adding 'torchgen/operator_versions/__init__.py' 2025-09-07T07:26:57.4343650Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-09-07T07:26:57.4344390Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-09-07T07:26:57.4418170Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-09-07T07:26:57.4422490Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-09-07T07:26:57.4424100Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-09-07T07:26:57.4425360Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-09-07T07:26:57.4426370Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-09-07T07:26:57.4427630Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-09-07T07:26:57.4428780Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-09-07T07:26:57.4429700Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-09-07T07:26:57.4430660Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-09-07T07:26:57.4431540Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-09-07T07:26:57.4432750Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-09-07T07:26:57.4434160Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-09-07T07:26:57.4435650Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-09-07T07:26:57.4436500Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-09-07T07:26:57.4437440Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-09-07T07:26:57.4438370Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-09-07T07:26:57.4439200Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-09-07T07:26:57.4440130Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-09-07T07:26:57.4441090Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-09-07T07:26:57.4441910Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-09-07T07:26:57.4442690Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-09-07T07:26:57.4443500Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-09-07T07:26:57.4444930Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-09-07T07:26:57.4445780Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-09-07T07:26:57.4446630Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-09-07T07:26:57.4447540Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-09-07T07:26:57.4448680Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-09-07T07:26:57.4449500Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-09-07T07:26:57.4450460Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-09-07T07:26:57.4451760Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-09-07T07:26:57.4452690Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-09-07T07:26:57.4453490Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-09-07T07:26:57.4460330Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-09-07T07:26:57.4461380Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-09-07T07:26:57.4462270Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-09-07T07:26:57.4463150Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-09-07T07:26:57.4463950Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-09-07T07:26:57.4464840Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-09-07T07:26:57.4465880Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-09-07T07:26:57.4466840Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-09-07T07:26:57.4467550Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-09-07T07:26:57.4468670Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-09-07T07:26:57.4469590Z adding 'torchgen/packaged/autograd/README.md' 2025-09-07T07:26:57.4470310Z adding 'torchgen/packaged/autograd/__init__.py' 2025-09-07T07:26:57.4471140Z adding 'torchgen/packaged/autograd/build.bzl' 2025-09-07T07:26:57.4472050Z adding 'torchgen/packaged/autograd/context.py' 2025-09-07T07:26:57.4473450Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-09-07T07:26:57.4503030Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-09-07T07:26:57.4505470Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-09-07T07:26:57.4506800Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-09-07T07:26:57.4513440Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-09-07T07:26:57.4518430Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-09-07T07:26:57.4528040Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-09-07T07:26:57.4532600Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-09-07T07:26:57.4533970Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-09-07T07:26:57.4550450Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-09-07T07:26:57.4553790Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-09-07T07:26:57.4562050Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-09-07T07:26:57.4563410Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-09-07T07:26:57.4564490Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-09-07T07:26:57.4565640Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-09-07T07:26:57.4566600Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-09-07T07:26:57.4567720Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-09-07T07:26:57.4568680Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-09-07T07:26:57.4569620Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-09-07T07:26:57.4574070Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-09-07T07:26:57.4574380Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-09-07T07:26:57.4574710Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-09-07T07:26:57.4575050Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-09-07T07:26:57.4575380Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-09-07T07:26:57.4575700Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-09-07T07:26:57.4576040Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-09-07T07:26:57.4577160Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-09-07T07:26:57.4578440Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-09-07T07:26:57.4579380Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-09-07T07:26:57.4580150Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-09-07T07:26:57.4581260Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-09-07T07:26:57.4582300Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-09-07T07:26:57.4583460Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-09-07T07:26:57.4590740Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-09-07T07:26:57.4592270Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-09-07T07:26:57.4593210Z adding 'torchgen/selective_build/__init__.py' 2025-09-07T07:26:57.4595310Z adding 'torchgen/selective_build/operator.py' 2025-09-07T07:26:57.4598110Z adding 'torchgen/selective_build/selector.py' 2025-09-07T07:26:57.4598870Z adding 'torchgen/static_runtime/__init__.py' 2025-09-07T07:26:57.4601170Z adding 'torchgen/static_runtime/config.py' 2025-09-07T07:26:57.4602960Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-09-07T07:26:57.4607950Z adding 'torchgen/static_runtime/generator.py' 2025-09-07T07:26:57.4681940Z adding 'torch-2.9.0a0+git93fb23d.dist-info/LICENSE' 2025-09-07T07:26:57.4690550Z adding 'torch-2.9.0a0+git93fb23d.dist-info/METADATA' 2025-09-07T07:26:57.4695980Z adding 'torch-2.9.0a0+git93fb23d.dist-info/NOTICE' 2025-09-07T07:26:57.4696450Z adding 'torch-2.9.0a0+git93fb23d.dist-info/WHEEL' 2025-09-07T07:26:57.4697080Z adding 'torch-2.9.0a0+git93fb23d.dist-info/entry_points.txt' 2025-09-07T07:26:57.4697570Z adding 'torch-2.9.0a0+git93fb23d.dist-info/top_level.txt' 2025-09-07T07:26:57.5090450Z adding 'torch-2.9.0a0+git93fb23d.dist-info/RECORD' 2025-09-07T07:26:57.5871160Z removing build/bdist.macosx-14.0-arm64/wheel 2025-09-07T07:26:58.1111120Z + which sccache 2025-09-07T07:26:58.1170700Z + python tools/stats/export_test_times.py 2025-09-07T07:26:58.5367420Z Exporting test times from test-infra 2025-09-07T07:26:58.5368070Z 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 2025-09-07T07:26:58.5369080Z 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 2025-09-07T07:26:58.5428650Z + assert_git_not_dirty 2025-09-07T07:26:58.5428900Z + [[ macos-py3-arm64-distributed != *rocm* ]] 2025-09-07T07:26:58.5429130Z + [[ macos-py3-arm64-distributed != *xla* ]] 2025-09-07T07:26:58.5434690Z ++ git status --porcelain 2025-09-07T07:26:58.5435950Z ++ grep -v '?? third_party' 2025-09-07T07:27:00.0737040Z ++ true 2025-09-07T07:27:00.0738170Z + git_status= 2025-09-07T07:27:00.0738340Z + [[ -n '' ]] 2025-09-07T07:27:00.0839740Z ##[group]Run zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2025-09-07T07:27:00.0840280Z zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2025-09-07T07:27:00.2330490Z shell: /bin/bash -e {0} 2025-09-07T07:27:00.2330630Z env: 2025-09-07T07:27:00.2330780Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:27:00.2330990Z SCCACHE_USE_GHA: false 2025-09-07T07:27:00.2331200Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:27:00.2331430Z ##[endgroup] 2025-09-07T07:27:00.2669620Z adding: dist/ (stored 0%) 2025-09-07T07:27:02.4803520Z adding: dist/torch-2.9.0a0+git93fb23d-cp312-cp312-macosx_14_0_arm64.whl (deflated 2%) 2025-09-07T07:27:02.5031520Z adding: build/.ninja_log (deflated 89%) 2025-09-07T07:27:02.5568230Z adding: build/compile_commands.json (deflated 97%) 2025-09-07T07:27:02.5568600Z adding: .additional_ci_files/ (stored 0%) 2025-09-07T07:27:02.5683200Z adding: .additional_ci_files/test-times.json (deflated 66%) 2025-09-07T07:27:02.6139180Z adding: .additional_ci_files/test-class-times.json (deflated 65%) 2025-09-07T07:27:02.6311250Z ##[group]Run actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 2025-09-07T07:27:02.6311510Z with: 2025-09-07T07:27:02.6311650Z name: macos-py3-arm64-distributed 2025-09-07T07:27:02.6311820Z retention-days: 14 2025-09-07T07:27:02.6311980Z if-no-files-found: error 2025-09-07T07:27:02.6312130Z path: artifacts.zip 2025-09-07T07:27:02.6312280Z compression-level: 6 2025-09-07T07:27:02.6312410Z overwrite: false 2025-09-07T07:27:02.6312560Z include-hidden-files: false 2025-09-07T07:27:02.6312770Z env: 2025-09-07T07:27:02.6312910Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:27:02.6313140Z SCCACHE_USE_GHA: false 2025-09-07T07:27:02.6313370Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:27:02.6313600Z ##[endgroup] 2025-09-07T07:27:02.7822700Z With the provided path, there will be 1 file uploaded 2025-09-07T07:27:02.7824940Z Artifact name is valid! 2025-09-07T07:27:02.7825440Z Root directory input is valid! 2025-09-07T07:27:02.8912160Z Beginning upload of artifact content to blob storage 2025-09-07T07:27:03.2427430Z Uploaded bytes 8388608 2025-09-07T07:27:03.4024370Z Uploaded bytes 16777216 2025-09-07T07:27:03.5241200Z Uploaded bytes 25165824 2025-09-07T07:27:03.7124650Z Uploaded bytes 33554432 2025-09-07T07:27:03.8459830Z Uploaded bytes 41943040 2025-09-07T07:27:04.1289970Z Uploaded bytes 50331648 2025-09-07T07:27:04.1735040Z Uploaded bytes 58720256 2025-09-07T07:27:04.3270250Z Uploaded bytes 67108864 2025-09-07T07:27:04.4868930Z Uploaded bytes 75497472 2025-09-07T07:27:04.6291250Z Uploaded bytes 83886080 2025-09-07T07:27:04.7951440Z Uploaded bytes 92274688 2025-09-07T07:27:04.9827640Z Uploaded bytes 100663296 2025-09-07T07:27:05.1807230Z Uploaded bytes 108031446 2025-09-07T07:27:05.1990500Z Finished uploading artifact content to blob storage! 2025-09-07T07:27:05.1995330Z SHA256 digest of uploaded artifact zip is 9eada7dc94a7a1fefe0cde02f152967999bff3b492fd3b18839e72bf2861702a 2025-09-07T07:27:05.1998400Z Finalizing artifact upload 2025-09-07T07:27:05.2959520Z Artifact macos-py3-arm64-distributed.zip successfully finalized. Artifact ID 3946494310 2025-09-07T07:27:05.2961110Z Artifact macos-py3-arm64-distributed has been successfully uploaded! Final size is 108031446 bytes. Artifact ID is 3946494310 2025-09-07T07:27:05.2962680Z Artifact download URL: https://github.com/pytorch/pytorch/actions/runs/17525282541/artifacts/3946494310 2025-09-07T07:27:05.3136210Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2025-09-07T07:27:05.3137010Z with: 2025-09-07T07:27:05.3137430Z minimum-available-space-in-gb: 6 2025-09-07T07:27:05.3137950Z env: 2025-09-07T07:27:05.3138400Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:27:05.3139110Z SCCACHE_USE_GHA: false 2025-09-07T07:27:05.3139810Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:27:05.3140520Z ##[endgroup] 2025-09-07T07:27:05.3171580Z ##[group]Run echo "Print the available disk space for manual inspection" 2025-09-07T07:27:05.3173000Z echo "Print the available disk space for manual inspection" 2025-09-07T07:27:05.3173750Z df -h 2025-09-07T07:27:05.3174120Z  2025-09-07T07:27:05.3174530Z function check_disk_space() { 2025-09-07T07:27:05.3175060Z  set +e 2025-09-07T07:27:05.3175460Z  2025-09-07T07:27:05.3175950Z  # Set the minimum requirement space to 6GB 2025-09-07T07:27:05.3176860Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2025-09-07T07:27:05.3177630Z  2025-09-07T07:27:05.3178150Z  # Use KB to avoid floating point warning like 3.1GB 2025-09-07T07:27:05.3178910Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2025-09-07T07:27:05.3179560Z  do 2025-09-07T07:27:05.3179990Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2025-09-07T07:27:05.3180640Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2025-09-07T07:27:05.3181190Z  2025-09-07T07:27:05.3181600Z  if [ "${MOUNT}" = "/" ]; then 2025-09-07T07:27:05.3182340Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2025-09-07T07:27:05.3183910Z  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}" 2025-09-07T07:27:05.3185300Z  else 2025-09-07T07:27:05.3186110Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2025-09-07T07:27:05.3187240Z  fi 2025-09-07T07:27:05.3187610Z  fi 2025-09-07T07:27:05.3187990Z  done 2025-09-07T07:27:05.3188380Z  2025-09-07T07:27:05.3188730Z  set -e 2025-09-07T07:27:05.3189100Z } 2025-09-07T07:27:05.3189470Z  2025-09-07T07:27:05.3189860Z RESULT=$(check_disk_space) 2025-09-07T07:27:05.3190410Z echo "${RESULT}" 2025-09-07T07:27:05.3190840Z  2025-09-07T07:27:05.3191400Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2025-09-07T07:27:05.3192850Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2025-09-07T07:27:05.3194290Z  # https://github.com/pytorch/pytorch/issues/85440 2025-09-07T07:27:05.3195280Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2025-09-07T07:27:05.3196760Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2025-09-07T07:27:05.3198020Z  sudo launchctl stop com.apple.coresymbolicationd || true 2025-09-07T07:27:05.3198680Z  2025-09-07T07:27:05.3199120Z  # Clean up crash reports on the runner 2025-09-07T07:27:05.3199980Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2025-09-07T07:27:05.3200720Z  2025-09-07T07:27:05.3201160Z  # Also try to clean up torch.hub caching directory 2025-09-07T07:27:05.3201780Z  rm -rf "${HOME}/.cache/torch/hub" || true 2025-09-07T07:27:05.3202260Z  2025-09-07T07:27:05.3202630Z  # Purge conda 2025-09-07T07:27:05.3203050Z  conda clean -p -t -y || true 2025-09-07T07:27:05.3203950Z  # and pip cache 2025-09-07T07:27:05.3204420Z  pip cache purge || true 2025-09-07T07:27:05.3204840Z  2025-09-07T07:27:05.3205340Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2025-09-07T07:27:05.3206030Z  # Re-run the check 2025-09-07T07:27:05.3206470Z  RESULT=$(check_disk_space) 2025-09-07T07:27:05.3206900Z  echo "${RESULT}" 2025-09-07T07:27:05.3207280Z fi 2025-09-07T07:27:05.3207560Z  2025-09-07T07:27:05.3208030Z if [[ "${RESULT}" == *Failure* ]]; then 2025-09-07T07:27:05.3208510Z  df -h 2025-09-07T07:27:05.3208810Z  2025-09-07T07:27:05.3209860Z  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." 2025-09-07T07:27:05.3210940Z  exit 1 2025-09-07T07:27:05.3211230Z fi 2025-09-07T07:27:05.3248640Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:27:05.3249190Z env: 2025-09-07T07:27:05.3249590Z BUILD_ENVIRONMENT: macos-py3-arm64-distributed 2025-09-07T07:27:05.3250100Z SCCACHE_USE_GHA: false 2025-09-07T07:27:05.3250660Z VENV_PATH: /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:27:05.3251380Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2025-09-07T07:27:05.3251770Z ##[endgroup] 2025-09-07T07:27:05.3598250Z Print the available disk space for manual inspection 2025-09-07T07:27:05.3651540Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-09-07T07:27:05.3652030Z /dev/disk5s2s1 256Gi 9.5Gi 191Gi 5% 404k 2.0G 0% / 2025-09-07T07:27:05.3652450Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2025-09-07T07:27:05.3652860Z /dev/disk5s5 256Gi 1.0Gi 191Gi 1% 1 2.0G 0% /System/Volumes/VM 2025-09-07T07:27:05.3653400Z /dev/disk5s3 256Gi 5.7Gi 191Gi 3% 1.0k 2.0G 0% /System/Volumes/Preboot 2025-09-07T07:27:05.3653880Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2025-09-07T07:27:05.3654510Z /dev/disk1s1 500Mi 53Mi 387Mi 13% 61 4.0M 0% /System/Volumes/iSCPreboot 2025-09-07T07:27:05.3655020Z /dev/disk1s3 500Mi 880Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2025-09-07T07:27:05.3655480Z /dev/disk5s1 256Gi 47Gi 191Gi 20% 1.6M 2.0G 0% /System/Volumes/Data 2025-09-07T07:27:05.3655950Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-09-07T07:27:05.3656450Z /dev/disk3s4 228Gi 120Ki 210Gi 1% 18 2.2G 0% /private/tmp/tmp-mount-8XqumG 2025-09-07T07:27:05.4064480Z Success: There is 200424608KB free space left in / for macOS, continue 2025-09-07T07:27:05.4110950Z Post job cleanup. 2025-09-07T07:27:05.4506150Z Removing virtual environment at /Users/ec2-user/runner/_work/_temp/venv-3.12-1757228624 2025-09-07T07:27:07.4495030Z Post job cleanup. 2025-09-07T07:27:07.4529400Z Post job cleanup. 2025-09-07T07:27:07.5350740Z [command]/usr/bin/git version 2025-09-07T07:27:07.5418000Z git version 2.39.3 (Apple Git-146) 2025-09-07T07:27:07.5437740Z Copying '/Users/ec2-user/.gitconfig' to '/Users/ec2-user/runner/_work/_temp/84865fee-8b4a-400c-bb32-7e184be22a6b/.gitconfig' 2025-09-07T07:27:07.5443450Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/84865fee-8b4a-400c-bb32-7e184be22a6b' before making global git config changes 2025-09-07T07:27:07.5444040Z Adding repository directory to the temporary git global config as a safe directory 2025-09-07T07:27:07.5446020Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2025-09-07T07:27:07.5515180Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-07T07:27:07.5578100Z [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' || :" 2025-09-07T07:27:07.6435150Z Entering 'android/libs/fbjni' 2025-09-07T07:27:07.6545440Z Entering 'third_party/FP16' 2025-09-07T07:27:07.6652240Z Entering 'third_party/FXdiv' 2025-09-07T07:27:07.6757700Z Entering 'third_party/NNPACK' 2025-09-07T07:27:07.6871450Z Entering 'third_party/NVTX' 2025-09-07T07:27:07.6972360Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:27:07.7074600Z Entering 'third_party/XNNPACK' 2025-09-07T07:27:07.7312370Z Entering 'third_party/aiter' 2025-09-07T07:27:07.7414720Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:27:07.7516920Z Entering 'third_party/benchmark' 2025-09-07T07:27:07.7631980Z Entering 'third_party/composable_kernel' 2025-09-07T07:27:07.7734080Z Entering 'third_party/cpp-httplib' 2025-09-07T07:27:07.7834380Z Entering 'third_party/cpuinfo' 2025-09-07T07:27:07.7957720Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:27:07.8056460Z Entering 'third_party/cutlass' 2025-09-07T07:27:07.8158500Z Entering 'third_party/fbgemm' 2025-09-07T07:27:07.8335020Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:27:07.8469960Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:27:07.8697450Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:27:07.8850880Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:27:07.9093190Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:27:07.9232900Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:27:07.9344440Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:27:07.9494830Z Entering 'third_party/flash-attention' 2025-09-07T07:27:07.9596040Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:27:07.9697640Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:27:07.9800530Z Entering 'third_party/flatbuffers' 2025-09-07T07:27:07.9903370Z Entering 'third_party/fmt' 2025-09-07T07:27:08.0021150Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:27:08.0127130Z Entering 'third_party/gloo' 2025-09-07T07:27:08.0239420Z Entering 'third_party/googletest' 2025-09-07T07:27:08.0350120Z Entering 'third_party/ideep' 2025-09-07T07:27:08.0478240Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:27:08.0690070Z Entering 'third_party/ittapi' 2025-09-07T07:27:08.0790200Z Entering 'third_party/kineto' 2025-09-07T07:27:08.0889340Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:27:08.0988710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:27:08.1087480Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:27:08.1186000Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:27:08.1285160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:27:08.1381760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:27:08.1484100Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:27:08.1583030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:27:08.1681950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:27:08.1780760Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:27:08.1878920Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:27:08.1975210Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:27:08.2072970Z Entering 'third_party/kleidiai' 2025-09-07T07:27:08.2170040Z Entering 'third_party/mimalloc' 2025-09-07T07:27:08.2265580Z Entering 'third_party/nlohmann' 2025-09-07T07:27:08.2362110Z Entering 'third_party/onnx' 2025-09-07T07:27:08.2611120Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:27:08.2732220Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:27:08.2830450Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:27:08.2926610Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:27:08.3024720Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:27:08.3123440Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:27:08.3220920Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:27:08.3319770Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:27:08.3418650Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:27:08.3514180Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:27:08.3609800Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:27:08.3709050Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:27:08.3816660Z Entering 'third_party/pocketfft' 2025-09-07T07:27:08.3915380Z Entering 'third_party/protobuf' 2025-09-07T07:27:08.4103000Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:27:08.4223650Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:27:08.4347540Z Entering 'third_party/psimd' 2025-09-07T07:27:08.4451000Z Entering 'third_party/pthreadpool' 2025-09-07T07:27:08.4554600Z Entering 'third_party/pybind11' 2025-09-07T07:27:08.4670160Z Entering 'third_party/python-peachpy' 2025-09-07T07:27:08.4775530Z Entering 'third_party/sleef' 2025-09-07T07:27:08.4887330Z Entering 'third_party/tensorpipe' 2025-09-07T07:27:08.5013790Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:27:08.5147640Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:27:08.5270320Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:27:08.5407210Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:27:08.5542320Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:27:08.5671600Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-07T07:27:08.5728080Z http.https://github.com/.extraheader 2025-09-07T07:27:08.5735070Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-09-07T07:27:08.5793640Z [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' || :" 2025-09-07T07:27:08.6284580Z Entering 'android/libs/fbjni' 2025-09-07T07:27:08.6354600Z http.https://github.com/.extraheader 2025-09-07T07:27:08.6420910Z Entering 'third_party/FP16' 2025-09-07T07:27:08.6487110Z http.https://github.com/.extraheader 2025-09-07T07:27:08.6552580Z Entering 'third_party/FXdiv' 2025-09-07T07:27:08.6618730Z http.https://github.com/.extraheader 2025-09-07T07:27:08.6684340Z Entering 'third_party/NNPACK' 2025-09-07T07:27:08.6750950Z http.https://github.com/.extraheader 2025-09-07T07:27:08.6815870Z Entering 'third_party/NVTX' 2025-09-07T07:27:08.6880310Z http.https://github.com/.extraheader 2025-09-07T07:27:08.6943370Z Entering 'third_party/VulkanMemoryAllocator' 2025-09-07T07:27:08.7006450Z http.https://github.com/.extraheader 2025-09-07T07:27:08.7071720Z Entering 'third_party/XNNPACK' 2025-09-07T07:27:08.7137580Z http.https://github.com/.extraheader 2025-09-07T07:27:08.7207600Z Entering 'third_party/aiter' 2025-09-07T07:27:08.7274780Z http.https://github.com/.extraheader 2025-09-07T07:27:08.7338920Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-09-07T07:27:08.7401670Z http.https://github.com/.extraheader 2025-09-07T07:27:08.7468480Z Entering 'third_party/benchmark' 2025-09-07T07:27:08.7534520Z http.https://github.com/.extraheader 2025-09-07T07:27:08.7600640Z Entering 'third_party/composable_kernel' 2025-09-07T07:27:08.7667430Z http.https://github.com/.extraheader 2025-09-07T07:27:08.7733160Z Entering 'third_party/cpp-httplib' 2025-09-07T07:27:08.7798710Z http.https://github.com/.extraheader 2025-09-07T07:27:08.7864400Z Entering 'third_party/cpuinfo' 2025-09-07T07:27:08.7930230Z http.https://github.com/.extraheader 2025-09-07T07:27:08.7996040Z Entering 'third_party/cudnn_frontend' 2025-09-07T07:27:08.8059280Z http.https://github.com/.extraheader 2025-09-07T07:27:08.8124170Z Entering 'third_party/cutlass' 2025-09-07T07:27:08.8190520Z http.https://github.com/.extraheader 2025-09-07T07:27:08.8259030Z Entering 'third_party/fbgemm' 2025-09-07T07:27:08.8325850Z http.https://github.com/.extraheader 2025-09-07T07:27:08.8388810Z Entering 'third_party/fbgemm/external/asmjit' 2025-09-07T07:27:08.8451430Z http.https://github.com/.extraheader 2025-09-07T07:27:08.8514580Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-09-07T07:27:08.8580400Z http.https://github.com/.extraheader 2025-09-07T07:27:08.8648260Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-09-07T07:27:08.8714830Z http.https://github.com/.extraheader 2025-09-07T07:27:08.8780720Z Entering 'third_party/fbgemm/external/cutlass' 2025-09-07T07:27:08.8845900Z http.https://github.com/.extraheader 2025-09-07T07:27:08.8911780Z Entering 'third_party/fbgemm/external/googletest' 2025-09-07T07:27:08.8975200Z http.https://github.com/.extraheader 2025-09-07T07:27:08.9040400Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-09-07T07:27:08.9105650Z http.https://github.com/.extraheader 2025-09-07T07:27:08.9170860Z Entering 'third_party/fbgemm/external/json' 2025-09-07T07:27:08.9233110Z http.https://github.com/.extraheader 2025-09-07T07:27:08.9298290Z Entering 'third_party/flash-attention' 2025-09-07T07:27:08.9366120Z http.https://github.com/.extraheader 2025-09-07T07:27:08.9430610Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-09-07T07:27:08.9495610Z http.https://github.com/.extraheader 2025-09-07T07:27:08.9561850Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-09-07T07:27:08.9625380Z http.https://github.com/.extraheader 2025-09-07T07:27:08.9694110Z Entering 'third_party/flatbuffers' 2025-09-07T07:27:08.9762110Z http.https://github.com/.extraheader 2025-09-07T07:27:08.9828520Z Entering 'third_party/fmt' 2025-09-07T07:27:08.9891870Z http.https://github.com/.extraheader 2025-09-07T07:27:08.9954950Z Entering 'third_party/gemmlowp/gemmlowp' 2025-09-07T07:27:09.0018350Z http.https://github.com/.extraheader 2025-09-07T07:27:09.0083510Z Entering 'third_party/gloo' 2025-09-07T07:27:09.0149000Z http.https://github.com/.extraheader 2025-09-07T07:27:09.0214570Z Entering 'third_party/googletest' 2025-09-07T07:27:09.0280160Z http.https://github.com/.extraheader 2025-09-07T07:27:09.0345130Z Entering 'third_party/ideep' 2025-09-07T07:27:09.0410720Z http.https://github.com/.extraheader 2025-09-07T07:27:09.0474610Z Entering 'third_party/ideep/mkl-dnn' 2025-09-07T07:27:09.0540630Z http.https://github.com/.extraheader 2025-09-07T07:27:09.0610800Z Entering 'third_party/ittapi' 2025-09-07T07:27:09.0678150Z http.https://github.com/.extraheader 2025-09-07T07:27:09.0743880Z Entering 'third_party/kineto' 2025-09-07T07:27:09.0808440Z http.https://github.com/.extraheader 2025-09-07T07:27:09.0872000Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-09-07T07:27:09.0937220Z http.https://github.com/.extraheader 2025-09-07T07:27:09.1002080Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-09-07T07:27:09.1067810Z http.https://github.com/.extraheader 2025-09-07T07:27:09.1134620Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-09-07T07:27:09.1201080Z http.https://github.com/.extraheader 2025-09-07T07:27:09.1266950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-09-07T07:27:09.1332400Z http.https://github.com/.extraheader 2025-09-07T07:27:09.1399660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-09-07T07:27:09.1465640Z http.https://github.com/.extraheader 2025-09-07T07:27:09.1530180Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-09-07T07:27:09.1594700Z http.https://github.com/.extraheader 2025-09-07T07:27:09.1662640Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-09-07T07:27:09.1728980Z http.https://github.com/.extraheader 2025-09-07T07:27:09.1794990Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-09-07T07:27:09.1860580Z http.https://github.com/.extraheader 2025-09-07T07:27:09.1926520Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-09-07T07:27:09.1991860Z http.https://github.com/.extraheader 2025-09-07T07:27:09.2058460Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-09-07T07:27:09.2123670Z http.https://github.com/.extraheader 2025-09-07T07:27:09.2191600Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-09-07T07:27:09.2257700Z http.https://github.com/.extraheader 2025-09-07T07:27:09.2323120Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-09-07T07:27:09.2389070Z http.https://github.com/.extraheader 2025-09-07T07:27:09.2456680Z Entering 'third_party/kleidiai' 2025-09-07T07:27:09.2523440Z http.https://github.com/.extraheader 2025-09-07T07:27:09.2590010Z Entering 'third_party/mimalloc' 2025-09-07T07:27:09.2655950Z http.https://github.com/.extraheader 2025-09-07T07:27:09.2721740Z Entering 'third_party/nlohmann' 2025-09-07T07:27:09.2787830Z http.https://github.com/.extraheader 2025-09-07T07:27:09.2854600Z Entering 'third_party/onnx' 2025-09-07T07:27:09.2920700Z http.https://github.com/.extraheader 2025-09-07T07:27:09.2990480Z Entering 'third_party/onnx/third_party/pybind11' 2025-09-07T07:27:09.3055410Z http.https://github.com/.extraheader 2025-09-07T07:27:09.3120900Z Entering 'third_party/opentelemetry-cpp' 2025-09-07T07:27:09.3188370Z http.https://github.com/.extraheader 2025-09-07T07:27:09.3254110Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-09-07T07:27:09.3320070Z http.https://github.com/.extraheader 2025-09-07T07:27:09.3383710Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-09-07T07:27:09.3446410Z http.https://github.com/.extraheader 2025-09-07T07:27:09.3511340Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-09-07T07:27:09.3576520Z http.https://github.com/.extraheader 2025-09-07T07:27:09.3641640Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-09-07T07:27:09.3705760Z http.https://github.com/.extraheader 2025-09-07T07:27:09.3769080Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-09-07T07:27:09.3832120Z http.https://github.com/.extraheader 2025-09-07T07:27:09.3898330Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-09-07T07:27:09.3962000Z http.https://github.com/.extraheader 2025-09-07T07:27:09.4025920Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-09-07T07:27:09.4089470Z http.https://github.com/.extraheader 2025-09-07T07:27:09.4152030Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-09-07T07:27:09.4215330Z http.https://github.com/.extraheader 2025-09-07T07:27:09.4280130Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-09-07T07:27:09.4343710Z http.https://github.com/.extraheader 2025-09-07T07:27:09.4409840Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-09-07T07:27:09.4473420Z http.https://github.com/.extraheader 2025-09-07T07:27:09.4545830Z Entering 'third_party/pocketfft' 2025-09-07T07:27:09.4611740Z http.https://github.com/.extraheader 2025-09-07T07:27:09.4675980Z Entering 'third_party/protobuf' 2025-09-07T07:27:09.4739740Z http.https://github.com/.extraheader 2025-09-07T07:27:09.4803000Z Entering 'third_party/protobuf/third_party/benchmark' 2025-09-07T07:27:09.4866320Z http.https://github.com/.extraheader 2025-09-07T07:27:09.4930030Z Entering 'third_party/protobuf/third_party/googletest' 2025-09-07T07:27:09.4992890Z http.https://github.com/.extraheader 2025-09-07T07:27:09.5058560Z Entering 'third_party/psimd' 2025-09-07T07:27:09.5122030Z http.https://github.com/.extraheader 2025-09-07T07:27:09.5186170Z Entering 'third_party/pthreadpool' 2025-09-07T07:27:09.5251660Z http.https://github.com/.extraheader 2025-09-07T07:27:09.5316560Z Entering 'third_party/pybind11' 2025-09-07T07:27:09.5381670Z http.https://github.com/.extraheader 2025-09-07T07:27:09.5447320Z Entering 'third_party/python-peachpy' 2025-09-07T07:27:09.5512690Z http.https://github.com/.extraheader 2025-09-07T07:27:09.5575440Z Entering 'third_party/sleef' 2025-09-07T07:27:09.5638850Z http.https://github.com/.extraheader 2025-09-07T07:27:09.5703850Z Entering 'third_party/tensorpipe' 2025-09-07T07:27:09.5769200Z http.https://github.com/.extraheader 2025-09-07T07:27:09.5833580Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-09-07T07:27:09.5896170Z http.https://github.com/.extraheader 2025-09-07T07:27:09.5958850Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-09-07T07:27:09.6022230Z http.https://github.com/.extraheader 2025-09-07T07:27:09.6087020Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-09-07T07:27:09.6151630Z http.https://github.com/.extraheader 2025-09-07T07:27:09.6217010Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-09-07T07:27:09.6281500Z http.https://github.com/.extraheader 2025-09-07T07:27:09.6345120Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-09-07T07:27:09.6409980Z http.https://github.com/.extraheader 2025-09-07T07:27:09.6536500Z A job completed hook has been configured by the self-hosted runner administrator 2025-09-07T07:27:09.6576800Z ##[group]Run '/opt/runner_scripts/post-job.sh' 2025-09-07T07:27:09.6588420Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-07T07:27:09.6588670Z ##[endgroup] 2025-09-07T07:27:09.6881560Z + df -h 2025-09-07T07:27:09.6901640Z + ls -t /var/log/post_job 2025-09-07T07:27:09.6902310Z + awk 'NR>100' 2025-09-07T07:27:09.6903530Z + xargs rm -fv 2025-09-07T07:27:09.6919180Z + Checking if runner needs to be terminated...ok 2025-09-07T07:27:09.6919550Z + Outputting disk space 2025-09-07T07:27:09.6919990Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2025-09-07T07:27:09.6920350Z /dev/disk5s2s1 256Gi 9.5Gi 192Gi 5% 404k 2.0G 0% / 2025-09-07T07:27:09.6920680Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2025-09-07T07:27:09.6921210Z /dev/disk5s5 256Gi 1.0Gi 192Gi 1% 1 2.0G 0% /System/Volumes/VM 2025-09-07T07:27:09.6921610Z /dev/disk5s3 256Gi 5.7Gi 192Gi 3% 1.0k 2.0G 0% /System/Volumes/Preboot 2025-09-07T07:27:09.6922020Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2025-09-07T07:27:09.6922440Z /dev/disk1s1 500Mi 53Mi 387Mi 13% 61 4.0M 0% /System/Volumes/iSCPreboot 2025-09-07T07:27:09.6922810Z /dev/disk1s3 500Mi 880Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2025-09-07T07:27:09.6923240Z /dev/disk5s1 256Gi 47Gi 192Gi 20% 1.6M 2.0G 0% /System/Volumes/Data 2025-09-07T07:27:09.6923640Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2025-09-07T07:27:09.6924030Z /dev/disk3s4 228Gi 120Ki 210Gi 1% 18 2.2G 0% /private/tmp/tmp-mount-8XqumG 2025-09-07T07:27:09.6924370Z + Cleaning up old logs (Keep the latest 100) 2025-09-07T07:27:09.8773100Z + Restoring SSH key to be the skeleton key 2025-09-07T07:27:09.8879360Z Evaluate and set job outputs 2025-09-07T07:27:09.8882540Z Set output 'build-outcome' 2025-09-07T07:27:09.8884410Z Set output 'test-matrix' 2025-09-07T07:27:09.8884840Z Cleaning up orphan processes